PDA

View Full Version : Windows Xp



Leech_Killer
02-13-2003, 10:25 AM
These Tip & Tricks were written by 'Faimous One.'





I don't know how many of these work, certainly the ones I've tried do. But be warned if your messing about with the windows registry make sure you make a SAFE COPY FIRST. To do this click on 'File' then on 'Export' and save it to a known directory.

--------------------------------------------------------------------------------

Windows XP Tips and Tricks (Gathered from various sites on the net!):

--------------------------------------------------------------------------------

B) How do I change the default folder in Windows Explorer?

By default, Explorer opens showing the "My Documents" folder. This trick will show you how to make it open up in the C: drive!

Point to Start > Programs > Accessories

Right-click Windows Explorer > Properties

Change the "Target:" field from

%SystemRoot%\explorer.exe

to

%SystemRoot%\explorer.exe /n, /e, /select, C:\

Click OK

Explorer will now open at "My Computer" showing all drives starting with C:

--------------------------------------------------------------------------------

B) Prevent "New Programs Installed" balloon from appearing (This does not apply to the Windows Classic Style Start menu) :

Right click the Start button

Click Properties > Customize > Advanced

Untick Highlight newly installed programs

--------------------------------------------------------------------------------

B) Prevent Windows XP from handling ZIP files as folders:

WinXP has built-in support for .ZIP files enabling you to view and utilize their compressed contents as you would a normal folder.
This inevitably uses a sizeable portion of resources. To disable this feature:

Click Start > Run
Type regsvr32 /u zipfldr.dll
Press Enter

--------------------------------------------------------------------------------

B) Turn off Error Reporting:

WinXP comes with "Error Reporting". When ever an error closes a program, a small bit of info will be sent to Microsoft to help them to debug the issue. Here is how you turn this "spyware" off:

Right-click My Computer>Properties

Click the Advanced tab. Click Error Reporting at the bottom.

--------------------------------------------------------------------------------

B) Windows XP issues with auto reboot:

Right-click My Computer>Properties

Click the Advanced tab. Click Settings button under StartUp and Recovery.

Uncheck the Automatic Restart under System Failure.

--------------------------------------------------------------------------------

B) AVI files using 100% of the CPU:

I know what the problem is ... The "preview" of the .AVI files makes explorer.exe go crazy ! ... I found a way to remove this by a key in the register! This also takes care of issues when trying to delete a file! Now it works perfectly !

Disclaimer: Whenever you mess with the Registry, you are messing with your machines internal functions! Be VERY CAREFUL WHEN DOING THIS! Always make a backup of your registry before working on it! Use at your own risk!

Start -> Run -> type in: Regedit
Find the HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler\ directory and delete the "DEFAULT" key !

Explorer.exe runs at 0-1% on idling! And files can be erased with EASE!!!

--------------------------------------------------------------------------------

B) To increase system performance and keep the GUI:

Right click my computer.
Click properties.
Click advanced.
Click settings (under performance).
Click Adjust for best performance.
Scroll to the bottom and check the last one “use visual styles on windows and buttons”.

--------------------------------------------------------------------------------

B) For the more Advanced User...

If you would like to change your boot up screen follow the directions below. These instructions assume that you have a place to download the boot screen from the net. If you would like to download a boot screen, visit http://www.themeworld.com

1. Backup (copy) the file %windir%\system32\ntoskrnl.exe (most likely C:\windows\system32\ntoskrnl.exe - the boot screen)
2. Download the .zip to your computer
3. Extract ntoskrnl.exe to a directory other than %windir%\system32 (most likely C:\windows\system32)
4. Reboot your computer into Safe Mode (hit F8 before the boot screen) or into true DOS (from a boot disk)
5. Overwrite the file %windir%\system32\ntoskrnl.exe (which should have been backed up) with the extracted exe
6. Reboot your computer as you normally would

--------------------------------------------------------------------------------

B) To stop certain services from running in the background:

Click the start button.
Select Run.
Type services.msc and click ok.

Once the services window has loaded we are ready to turn off unneeded services.
For instructional purposes we are going to turn off the Portable Media Serial Number service.
Find this service in the list and select it with the mouse.
Right click and select Properties.
Once the properties Windows has loaded, locate the "Start up type" drop down box and select disable.
Then just click ok and the next time the computer starts the service will not be loaded.

--------------------------------------------------------------------------------

B) Increasing Nero Speed

Click the start button.
Select Run.
Type services.msc and click ok.
if you use nero and you want to speed up how quickly it runs
go to IMAPI CD-Burning Com Services open it and click on start up type, change to "Disabled".

--------------------------------------------------------------------------------

B) These Settings will fine tune your systems memory

management -at least 256MB of ram recccomended

go to start\run\regedit -and then to the following key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

1.DisablePagingExecutive -double click it and in the decimal put a 1 - this allows XP to keep data in memory now instead of paging sections of ram to harddrive yields faster performance.

2.LargeSystemCache- double click it and change the decimal to 1 -this allows XP Kernel to Run in memory improves system performance a lot

3.create a new dword and name it IOPageLockLimit - double click it and set the value in hex - 4000 if you have 128MB of ram or set it to 10000 if you have 256MB set it to 40000 if you have more than 512MB of ram -this tweak will speed up your disckcache

Reboot

--------------------------------------------------------------------------------

B) NTFS is a great filesystem, but its feature-set comes at a slight cost in performance. You can negate this a little with the following tips:

* By default NTFS will automatically update timestamps whenever a directory is traversed. This isn't a necessary feature, and it slows down large volumes.

Disable it by pointing regedit to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set 'DisableNTFSLastAccessUpdate' to 1.

* NTFS uses disparate master file control tables to store filesystem information about your drives. Over time these core MFT files grow and become fragmented, slowing down all accesses to the drive. By setting aside a little space, MFT's can grow without becoming fragmented. In the same key where you disabled the last access feature create a new DWORD value called 'NtfsMftZoneReservation' and set it to 2.

--------------------------------------------------------------------------------

B) Just like Windows 2000, Windows XP still fails to set the DMA mode correctly for the IDE device designated as the slaves on the primary IDE and secondary IDE channels. Most CD-ROMS are capable of supporting DMA mode, but the default in XP is still PIO. Setting it to DMA won't make your CD-ROM faster, but it will consume less CPU cycles. Here's how:

1. Open the Device Manager. One way to do that is to right click on "My Computer", select the Hardware tab, and Select Device Manager.
2. Expand "IDE ATA/ATAPI Controllers" and double-click on "Primary IDE Channel"
3. Under the "Advanced Settings" tab, check the "Device 1" setting. More than likely, your current transfer mode is set to PIO.
4. Set it to "DMA if available".

Repeat the step for the "Secondary IDE Channel" if you have devices attached to it. Reboot.

--------------------------------------------------------------------------------

B) Windows Explorer caches DLLs (Dynamic-Link Libraries) in memory for a period of time after the application using them has been closed. This can be an inefficient use of memory.

1. Find the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer].
2. Create a new DWORD sub-key named 'AlwaysUnloadDLL' and set the default value to equal '1' to disable Windows caching the DLL in memory.
3. Restart Windows for the change to take effect.

--------------------------------------------------------------------------------

B) This is an unique technique for XP, which could improve the performance significantly by tweaking the prefetcher. Recommended hardware: PIII 800 or higher, 512M RAM or more.

1. run "regedit";
2. goto [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher];
3. Set the value to either 0-Disable, 1-App launch prefetch, 2-Boot Prefetch, 3-Both ("3" is recommended).
4. reboot.

It will decrease the boot time but double and increase the performance of your XP. Try it!

--------------------------------------------------------------------------------

B) For Users with 256 MB RAM or more this tweak will boost their Windows- and Game-Performance.
What it does: It tells Windows not to use any Swap File until there is really no more free RAM left.

Open the System Configuration Utility by typing msconfig.exe in the RUN command. There in your System.ini you have to add "ConservativeSwapfileUsage=1" under the 386enh section.

Restart your Windows and enjoy better Game performance

--------------------------------------------------------------------------------

B) Here is a tweak I got off the net some where; this will give you another 20% bandwidth.


This tweak is designed for broadband users:

1.Log on as "Administrator".
2. Run - gpedit.msc
3. Expand the "Local Computer Policy" branch
4. Then expand the "Administrative Templates" branch
5. Expand the "Network" branch
6. Highlight the "QoS Packet Scheduler" in left pane.
7. In the right window pane double-click the "Limit Reservable Bandwidth" setting
8. On the settings tab check the "Enabled" item
9. Change "Bandwidth limit %" to read 0
10. Then go to your Network connections Start=>Control Panel>Network & Internet connections>Network Connections and right-click on your connection. Then under the General or the Networking tab, (where it lists your protocols) make sure QoS packet scheduler is enabled.

It may take effect immediately on some systems. To be sure, just re-boot.

--------------------------------------------------------------------------------

B) Windows shuts by itself.

Click on start, control panel, performance and maintenance, power option and choose apm from the 5 above (It's the fourth one) and tick the enable advanced power management support.

--------------------------------------------------------------------------------

Curley
02-13-2003, 08:56 PM
Thanks, I have xp so i'll try some out later.

FuNkY CaPrIcOrN
02-13-2003, 09:14 PM
Originally posted by Curley@13 February 2003 - 15:56
Thanks, I have xp so i'll try some out later.
:huh: Can you and me try something later? :huh:

ugluk
02-13-2003, 09:17 PM
nice post! :) i've seen most of the tweaks (even use a few) but there was some that i haven't. i think i'll try out that change boot screen tip... sounds cool.

Fusen
02-13-2003, 09:29 PM
nice , where you find most of them? just on random sites?

Zedax
02-13-2003, 09:51 PM
TONS MORE AT

http://www.xptuneup.com/xptuneup_categoryview.htm

and at

http://www.windowsxpatoz.com/cgi-bin/useri...1&id=1036228650 (http://www.windowsxpatoz.com/cgi-bin/userinterface/index.cgi?answer=1036232431&id=1036228650)

and for all yer questions etc
at

http://www.tweaknetwork.net/idealbb/defaul...9-A394C490E58A} (http://www.tweaknetwork.net/idealbb/default.asp?sessionID={77F96F50-2BAA-42FC-B989-A394C490E58A})

http://bestanimations.com/Humans/Organs/Heart-02.gif

krome
02-13-2003, 09:54 PM
Disable Balloon Trick........

Go to your Regedit

Go to The Key: HKEY_CURRENT_USER\Software\Microsoft\
Windows\CurrentVersion\Explorer\Advanced


Create a new DWORD value, name it EnableBalloonTips, and set it equal to 0. If EnableBalloonTips is already there and equal to 1, set it equal to 0. Quit the registry editor, log off, and log back on. Voila! Your computer will stop talking down to you. :D

N£MO
02-13-2003, 09:59 PM
@ leech killer..that was one of the most well constructed threads i have seen on here....even though i have seen all but 1 of them.Great work!! ;)

TIDE-HSV
02-14-2003, 12:33 AM
Or, you could just go here - http://www.fasttrackmovies.com/forum/topic...p?TOPIC_ID=7439 (http://www.fasttrackmovies.com/forum/topic.asp?TOPIC_ID=7439)

J'Pol
02-14-2003, 01:05 AM
Tide

Are you suggesting plagiarism perhaps.

Cheers

JimF

TIDE-HSV
02-14-2003, 04:35 AM
Moi? (g)

DWC
02-14-2003, 06:49 AM
All of this stuff is at www.TweakXp.com

Shinigami_[R.I.P.]
02-14-2003, 07:05 AM
yep, some neat little programs that can do that too but they can't always do it all. I did all my tweaks through some issues of Maximum PC. But some of those I haven't seen before so thanks for the tips.

TIDE-HSV
02-14-2003, 01:44 PM
It is basically this post on another site, with the smileys added and the disclaimers taken out:




Author Topic
TheFaimousOne
Administrator




USA
2301 Posts
Posted - 01/16/2003 : 01:41:02 AM
--------------------------------------------------------------------------------

Here are some tricks I learned about WinXP to make it run much faster and better! I hope everyone who has WinXP can use these, but please... USE THEM AT YOUR OWN RISK!


Windows XP Tips and Tricks
(Gathered from various sites on the net!):

--------------------------------------------------------------------------------
How do I change the default folder in Windows Explorer?
By default, Explorer opens showing the "My Documents" folder. This trick will show you how to make it open up in the C: drive!

Point to Start>Programs>Accessories
Right-click on Windows Explorer, select Properties

Change the "Target:" field from
%SystemRoot%\explorer.exe
to
%SystemRoot%\explorer.exe /n, /e, /select, C:\
(Or, you can choose any drive, just change the C:\ to something else!)
Click OK

Explorer will now open at "My Computer" showing all drives starting with C:!
--------------------------------------------------------------------------------
Prevent "New Programs Installed" balloon from appearing
(This does not apply to the Windows Classic Style Start menu):

Right click the Start button. Click Properties>Customize>Advanced
Untick Highlight newly installed programs
--------------------------------------------------------------------------------
Prevent Windows XP from handling ZIP files as folders:
WinXP has built-in support for .ZIP files enabling you to view and utilize their compressed contents as you would a normal folder. This inevitably uses a sizeable portion of resources and will cause "slowness" issues when using Search on your machine! To disable this feature:

Click Start>Run
Type regsvr32 /u zipfldr.dll
Press Enter
--------------------------------------------------------------------------------
Turn off Error Reporting:
WinXP comes with "Error Reporting". When ever an error closes a program, a small bit of info will be sent to Microsoft to help them to debug the issue. Here is how you turn this "spyware" off:

Right-click My Computer>Properties
Click the Advanced tab. Click Error Reporting at the bottom.
--------------------------------------------------------------------------------
Windows XP issues with auto reboot:
(Prevents Windows from just "rebooting" when it encounters an error!)

Right-click My Computer>Properties
Click the Advanced tab. Click Settings button under StartUp and Recovery.
Uncheck the Automatic Restart under System Failure.
--------------------------------------------------------------------------------
AVI files using 100% of the CPU:
This issue causes ALL SORTS of issues on people's machines! Basically, Windows will try to "preview" an AVI movie so it can read the details of the movie and have them ready to present to you. The problem is is that when this was created, it was made for small movie files, NOT 700+MB files! So your system will make it difficult for you to erase and/or watch movies quickly and efficiently! And it will cause real havoc when editing files or filenames! So this is a permanent fix for that issue:

Disclaimer: Whenever you mess with the Registry, you are messing with your machines internal functions! Be VERY CAREFUL WHEN DOING THIS! We have no liability if you mess something up! Always make a backup of your registry before working on it! Use at your own risk!

Start -> Run -> type in: Regedit
Find the HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler\ directory and delete the DEFAULT key !

Explorer.exe runs at 0-1% on idling! And files can be erased with EASE!!!

There is one issue to note with this fix: Once you do this, you will NOT be able to right-click on a movie to find out the Summary Info on movie files! No biggie! Just download TFO's Codec Finder to learn about your movie!
--------------------------------------------------------------------------------
To increase system performance and keep the GUI (Graphical User Interface):

Right click My Computer>Properties.
Click Advanced and under Performance click Settings.
Click Adjust for best performance.
Scroll to the bottom and check the last one "Use visual styles on windows and buttons".

This will optimize all of your settings while maintaining the "look and feel" of WinXP!
--------------------------------------------------------------------------------

For the more Advanced User...
--------------------------------------------------------------------------------
If you would like to change your boot up screen follow the directions below. These instructions assume that you have a place to download the boot screen from the net. If you would like to download a boot screen, visit http://www.themexp.org:

1. Backup (copy) the file %windir%\system32\ntoskrnl.exe (most likely C:\windows\system32\ntoskrnl.exe - the boot screen)
2. Download the .zip to your computer
3. Extract ntoskrnl.exe to a directory other than %windir%\system32 (most likely C:\windows\system32)
4. Reboot your computer into Safe Mode (hit F8 before the boot screen) or into true DOS (from a boot disk)
5. Overwrite the file %windir%\system32\ntoskrnl.exe (which should have been backed up) with the extracted exe
6. Reboot your computer as you normally would
--------------------------------------------------------------------------------
To stop certain services from running in the background:
(Note: This may only work for WinXP Pro or Corporate!)
Click the start button.
Select Run.
Type services.msc and click ok.

Once the services window has loaded we are ready to turn off unneeded services.
For instructional purposes we are going to turn off the Portable Media Serial Number service.
Find this service in the list and select it with the mouse.
Right click and select Properties.
Once the properties Windows has loaded, locate the "Start up type" drop down box and select disable.
Then just click ok and the next time the computer starts the service will not be loaded.
--------------------------------------------------------------------------------


These tweaks and settings were provided by Nikeus:

--------------------------------------------------------------------------------
Make Nero run a little quicker:
(Note: This may only work for WinXP Pro and Corporate users!)

Click Start>Run. Type services.msc and click Ok.
When the window opens up, go to IMAPI CD-Burning Com Services double-click it to open it. Look for Startup type and change it to "Disabled".
--------------------------------------------------------------------------------
Fine tune your system memory:
These Settings will fine tune your system's memory management - (At least 256MB of RAM recommended!)(Remember to back up your Registry!):
Go to Start>Run. Type in regedit
Navigate to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

1.DisablePagingExecutive: Double-click it and change the decimal to a 1. This allows XP to keep data in memory now instead of paging sections of ram to the hard drive. This yields faster performance.

2.LargeSystemCache: Double-click it and change the decimal to a 1. This allows the XP kernel to run in memory. This helps to improve system performance ALOT!

3. Right-click on the right-hand side of the Registry Editor. Create a new dword and name it IOPageLockLimit. Double-click it and set the value in hex to 4000 if you have 128MB of RAM. Set it to 10000 if you have 256MB. Set it to 40000 if you have more than 512MB of RAM. This tweak will speed up your disk cache.

Reboot your machine. Notice the difference?
--------------------------------------------------------------------------------
Making NTFS systems a little quicker!:
NTFS is a great file system, but its feature-set comes at a slight cost in performance. You can negate this a little with the following tips:
* By default NTFS will automatically update timestamps whenever a directory is traversed. This isn't a necessary feature, and it slows down large volumes.

Go to Start>Run. Type in regedit
Navigate to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set DisableNTFSLastAccessUpdate to 1.

* NTFS uses disparate master file control tables to store filesystem information about your drives. Over time these core MFT files grow and become fragmented, slowing down all accesses to the drive. By setting aside a little space, MFT's can grow without becoming fragmented. In the same key where you disabled the last access feature create a new DWORD value called NtfsMftZoneReservation and set it to 2.
--------------------------------------------------------------------------------
Correcting the CD-Rom DMA issues in WinXP:
Just like Windows 2000, Windows XP still fails to set the DMA mode correctly for the IDE device designated as the slaves on the Primary IDE and Secondary IDE channels. Most CD-Rom's are capable of supporting DMA mode, but the default in XP is still PIO. Setting it to DMA won't make your CD-ROM faster, but it will consume less CPU cycles. Here's how:

1. Open the Device Manager. One way to do that is to right click on "My Computer", select the Hardware tab, and Select Device Manager.
2. Expand "IDE ATA/ATAPI Controllers" and double-click on "Primary IDE Channel"
3. Under the "Advanced Settings" tab, check the "Device 1" setting. More than likely, your current transfer mode is set to PIO.
4. Set it to "DMA if available".
5. Repeat the step for the "Secondary IDE Channel" if you have devices attached to it. Reboot.

For the Microsoft article on setting the DMA mode Click Here.
--------------------------------------------------------------------------------
Keeping WinXP from caching DLL files too long:
Windows Explorer caches DLLs (Dynamic-Link Libraries) in memory for a period of time after the application using them has been closed. This can be an inefficient use of memory.

1. Find the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer].
2. Create a new DWORD sub-key named 'AlwaysUnloadDLL' and set the default value to equal '1' to disable Windows caching the DLL in memory.
3. Restart Windows for the change to take effect.
--------------------------------------------------------------------------------
Optimize your system by tweaking the Prefetcher:
This is an unique technique for XP, which could improve the performance significantly by tweaking the prefetcher. Recommended hardware: PIII 800 or higher, 512M RAM or more.

1. run "regedit";
2. goto [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher];
3. Set the value to either 0-Disable, 1-App launch prefetch, 2-Boot Prefetch, 3-Both ("3" is recommended).
4. Reboot your machine.

It will make the boot time slower, but it will double or increase the performance of your XP.
--------------------------------------------------------------------------------
Improve your Windows and Gaming Performance:
For Users with 256 MB RAM or more, this tweak will boost their Windows and Gaming Performance. What it does: It tells Windows not to use any Swap File until there is really no more free RAM left.

1. Click on Start>Run.
2. Type in msconfig to open the System Configuration Utility
3. Click on the System.ini tab at the top.
4. Find the section "[386enh]" and add "ConservativeSwapfileUsage=1" under it.
5. Restart Windows and enjoy better Gaming performance
--------------------------------------------------------------------------------


This tweak provided by rmzante22:

--------------------------------------------------------------------------------
Optimizing Windows for Broadband Usage:
(Note: This may only work for WinXP Pro and Corporate members!)
This tweak is designed for broadband users to help optimize their bandwidth:

1. Log on as "Administrator".
2. Run - gpedit.msc
3. Expand the "Local Computer Policy" branch
4. Then expand the "Administrative Templates" branch
5. Expand the "Network" branch
6. Highlight the "QoS Packet Scheduler" in left pane.
7. In the right window pane double-click the "Limit Reservable Bandwidth" setting
8. On the settings tab check the "Enabled" item
9. Change "Bandwidth limit %" to read 0
10. Then go to your Network connections Start=>Control Panel>Network & Internet connections>Network Connections and right-click on your connection. Then under the General or the Networking tab, (where it lists your protocols) make sure QoS packet scheduler is enabled.

It may take effect immediately on some systems. To be sure, just re-boot.


TheFaimousOne
Administrator




USA
2301 Posts
Posted - 01/18/2003 : 10:37:23 PM
--------------------------------------------------------------------------------

Some more tweaks for WinXP! I am working on this list of cool things people can use that don't require a Ph.D. to do... Here is a few now!:


More Tips and Tricks for the Novice WinXP Users!

--------------------------------------------------------------------------------
How to make it so WindowsXP will shutdown in ONE CLICK!

WindowsXP has a program called SHUTDOWN.EXE which allows you to easily create icons to shutdown or restart your computer!

To create a shutdown shortcut on the desktop:
Right click on an open area of the desktop.
Select New>Shortcut
Enter in the new window that pops up "shutdown -s -t 00" (no quotes)
Press the Next button
For the name, enter in anything you'd like to call it (I just use "WinKILL").
Click on the Finish button.
(* Note - For a reboot, enter "shutdown -r -t 00")

Now to explain this a little:

Syntax:
Shutdown [{-l|-s|-r|-a}] [-f] [-m[\\ComputerName]] [-t xx] [-c "message]

Parameters:
-l - Logs off the current user, this is also the default. -m Computer Name takes precedence.
-s - Shuts down the local computer.
-r - Reboots after shutdown.
-a - Aborts shutdown. Ignores the other parameters, except -l and ComputerName.
You can only use -a during the time-out period.
-f - Forces running applications to close.
-m [\\ComputerName] - Specifies the computer that you want to shut down.
-t xx - Sets the timer for system shutdown in xx seconds. The default is 20 seconds.
-c "message" - Specifies a message to be displayed in the Message area of the System Shutdownwindow. You can use a maximum of 127 characters. You must enclose the message in quotation marks for it to work correctly!

Using this feature will make your computer shutdown VERY quickly, since you will only need to click (or double-click) on it once! Be careful of this tho... If you click on it, your machine WILL shutdown without prompting you!!! And there ARE more parameters you can use, but they aren't really necessary to the average user.
--------------------------------------------------------------------------------



Topic


No Posting Jump To: Select Forum All Forums For New Members FAQ & Rules Newbie's Help Tutorials General Information General Movies Discussion Lounge Help Known Bugs and Fixes FastTrack Filesharing Discussion & Help Video Problems & Discussions Computer Hardware Issues Operating System Issues Members Only In A Can Trash Can Trash Can/Recycling Bin FastTrack Files Movie Sig2Dat Quicklinks Movie Requests Fake Movie Files Games Sig2Dat Quicklinks! Games Requests/Information Television Topics Music & Audio Software Topics Other P2P Files eDonkey/eMule/Overnet Links eDonkey/eMule/Overnet Discussion Other P2P Client Discussions P2P Issues P2P News P2P Security Issues Site Related Forum Ideas & Changes Forum Testing -------------------- Home Active Topics Frequently Asked Questions Member Information Search Page

FastTrack Central © 2000-03 FastTrackMovies

or This page was generated in 0.22 seconds.

Leech_Killer
02-14-2003, 03:59 PM
@ TIDE-HSV
Whats your point. I never claimed to have written it I just thought it was something worth sharing. At least I know one thing and thats not to bother in future. :angry:

TIDE-HSV
02-14-2003, 04:07 PM
My point is that it is customary, when authorship is known, to give credit or even link, instead of cut and paste, deleting the author. Notice that the author gave credit for the tips that he didn't originate. And I didn't think you'd understand my point, anyway.

Leech_Killer
02-14-2003, 04:15 PM
Originally posted by TIDE-HSV@14 February 2003 - 17:07
My point is that it is customary, when authorship is known, to give credit or even link, instead of cut and paste, deleting the author. Notice that the author gave credit for the tips that he didn't originate. And I didn't think you'd understand my point, anyway.
I didn't know who the author was as it was emailed to me from a friend.

N£MO
02-14-2003, 05:35 PM
TBO Posted on 13 February 2003 - 22:59
--------------------------------------------------------------------------------
@ leech killer..that was one of the most well constructed threads i have seen on here....even though i have seen all but 1 of them.Great work!! 

I'm afraid i will have to take that back now after finding out it wasn't you who had constructed it.In future if your going to just copy and paste something a mate sent you then it might be wise to find out the origins of what your going to share with the community.As alot of us visit the regular P2P forums,so its naive of you to think no one would notice where it came from.

J'Pol
02-14-2003, 06:01 PM
Tide and TBO

For what it's worth I couldn't agree more.

Cheers

JimF

PS Though I have to add it's quite ironic given what this site is dedicated to. Sort of take from the big boys is ok but don't even think of failing to credit your peers.

PPS But I still agree 100%

Energizer_God
02-14-2003, 06:18 PM
Leech thanks for bring stuff like that to our attension. it's nice to see helpful post like that. helps newbies like me learn more.

i know it's hard for some of the others to understand you were just being helpful, because they already knew how.

thanks again B)

Curley
02-14-2003, 06:54 PM
Originally posted by FuNkY CaPrIcOrN+13 February 2003 - 21:14--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (FuNkY CaPrIcOrN @ 13 February 2003 - 21:14)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--Curley@13 February 2003 - 15:56
Thanks, I have xp so i&#39;ll try some out later.
:huh: Can you and me try something later? :huh: [/b][/quote]
Of course, as long as you keep it to yourself ;) :P

TIDE-HSV
02-14-2003, 07:00 PM
Got a lotta identities, don&#39;cha, God? Haven&#39;t we met??

Energizer_God
02-14-2003, 07:04 PM
Originally posted by Curley+14 February 2003 - 19:54--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Curley @ 14 February 2003 - 19:54)</td></tr><tr><td id='QUOTE'>
Originally posted by -FuNkY CaPrIcOrN@13 February 2003 - 21:14
<!--QuoteBegin--Curley@13 February 2003 - 15:56
Thanks, I have xp so i&#39;ll try some out later.
:huh: Can you and me try something later? :huh:
Of course, as long as you keep it to yourself ;) :P [/b][/quote]
i&#39;ll bring the beer and web cam
:lol: :lol: :lol:
i can keep a secret


to: Tide. I can&#39;t picture the name how about telling me the place. I always use this ID for 3yrs now

Fusen
02-14-2003, 07:08 PM
I partly agree with leech killer saying that it really doesnt matter that much that he didnt put a link to the origin of every single trick there because in the end he never said he wrote it and the person who wrote that message on the other forum probably just copied and pasted the tricks from another site..

TIDE-HSV
02-14-2003, 07:17 PM
The author of the list is a moderator of that site. The parts he copied from others, he credited. I&#39;ve seen the bulk of the tips on "TweakXP" and other sites but some I haven&#39;t. However the basic construction, organization, language, etc. belong to "Faimous One." I just hate to see people raking in praise for somebody else&#39;s work. I&#39;ll accept "leech&#39;s" word that he just passed it on, however the record needed to be set straight and credit given where it was really due. Also, this points up that it&#39;s sometimes a good idea to go poking around other folks&#39; sites. Never know what you&#39;ll learn.

Curley
02-14-2003, 09:48 PM
Originally posted by Energizer_God+14 February 2003 - 19:04--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Energizer_God @ 14 February 2003 - 19:04)</td></tr><tr><td id='QUOTE'>
Originally posted by -Curley@14 February 2003 - 19:54

Originally posted by -FuNkY CaPrIcOrN@13 February 2003 - 21:14
<!--QuoteBegin--Curley@13 February 2003 - 15:56
Thanks, I have xp so i&#39;ll try some out later.
:huh: Can you and me try something later? :huh:
Of course, as long as you keep it to yourself ;) :P
i&#39;ll bring the beer and web cam
:lol: :lol: :lol:
i can keep a secret


to: Tide. I can&#39;t picture the name how about telling me the place. I always use this ID for 3yrs now [/b][/quote]
Well.... of course your welcome if your bringing the beer&#33;

FuNkY CaPrIcOrN
02-14-2003, 09:56 PM
Originally posted by Curley+14 February 2003 - 16:48--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Curley @ 14 February 2003 - 16:48)</td></tr><tr><td id='QUOTE'>
Originally posted by -Energizer_God@14 February 2003 - 19:04

Originally posted by -Curley@14 February 2003 - 19:54

Originally posted by -FuNkY CaPrIcOrN@13 February 2003 - 21:14
<!--QuoteBegin--Curley@13 February 2003 - 15:56
Thanks, I have xp so i&#39;ll try some out later.
:huh: Can you and me try something later? :huh:
Of course, as long as you keep it to yourself ;) :P
i&#39;ll bring the beer and web cam
:lol: :lol: :lol:
i can keep a secret


to: Tide. I can&#39;t picture the name how about telling me the place. I always use this ID for 3yrs now
Well.... of course your welcome if your bringing the beer&#33; [/b][/quote]
:blink: :blink: :blink:

Curley
02-14-2003, 11:14 PM
hehe, that shocked you&#33;

Wolfmight
02-14-2003, 11:35 PM
That broadband tweak in the system config thing made my download speeds better. Allmost allways downloads at 230kb/s+ from normal server speeds. Not on kazaa though cause there&#39;s no Corporate Speed servers on it. maybe few

ugluk
02-15-2003, 12:05 AM
aha&#33; didn&#39;t i say i had seen most of the tips before&#33; i do have tweakxp in my favourites. still i think it was good to get a reminder, since i obviously overlooked 1 or 2 tweaks. :)

Energizer_God
02-15-2003, 12:14 AM
Originally posted by Curley@15 February 2003 - 00:14
hehe, that shocked you&#33;
nothin shocks me, but FC is speechless. Now i&#39;ve seen everything :lol: :lol:
Good job Curlyhttp://galleries.vinyamar.com/ps/show.php?id=Wh9iNpmyyAYZlxxa8zwLnxlS&ext=.gif

Curley
02-15-2003, 12:35 AM
Originally posted by Energizer_God+15 February 2003 - 00:14--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Energizer_God @ 15 February 2003 - 00:14)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--Curley@15 February 2003 - 00:14
hehe, that shocked you&#33;
nothin shocks me, but FC is speechless. Now i&#39;ve seen everything :lol: :lol:
Good job Curlyhttp://galleries.vinyamar.com/ps/show.php?id=Wh9iNpmyyAYZlxxa8zwLnxlS&ext=.gif

[/b][/quote]
First time for everything, hehe

Leech_Killer
02-15-2003, 01:33 PM
Originally posted by TIDE-HSV@14 February 2003 - 20:17
The author of the list is a moderator of that site. The parts he copied from others, he credited. I&#39;ve seen the bulk of the tips on "TweakXP" and other sites but some I haven&#39;t. However the basic construction, organization, language, etc. belong to "Faimous One." I just hate to see people raking in praise for somebody else&#39;s work. I&#39;ll accept "leech&#39;s" word that he just passed it on, however the record needed to be set straight and credit given where it was really due. Also, this points up that it&#39;s sometimes a good idea to go poking around other folks&#39; sites. Never know what you&#39;ll learn.
I&#39;ve edited the post so hopefully you can get off my back now.

ChronoBeast
02-16-2003, 03:03 PM
Thankz for inf.
I had some problems excevuting these things "tweaking broadband users" & "windows shuts by itself"

TIDE-HSV
02-17-2003, 02:23 AM
Having served a function, be happy to. Nice handle, that... (g)

Crack_man
05-03-2003, 03:10 PM
Originally posted by Leech_Killer@13 February 2003 - 12:25

--------------------------------------------------------------------------------

B)&nbsp; For Users with 256 MB RAM or more this tweak will boost their Windows- and Game-Performance.
What it does: It tells Windows not to use any Swap File until there is really no more free RAM left.

Open the System Configuration Utility by typing msconfig.exe in the RUN command. There in your System.ini you have to add "ConservativeSwapfileUsage=1" under the 386enh section.

Restart your Windows and enjoy better Game performance

--------------------------------------------------------------------------------


This one is a incorrect tweak,read more here:
fake tip (http://www.tweakxp.com/tweakxp/display.asp?id=1528)

TIDE-HSV
05-04-2003, 12:44 AM
There are several better ways of accomplishing the same end.

amphoteric88
05-04-2003, 12:48 AM
just thought i&#39;d add this one: hit the windows key+ the pause/break key to bring up system properties
saves a little time

edit: typo

REEMISM
05-05-2003, 07:36 PM
Just goto http://www.tweakxp.com/ :D .......