Click Here to run a free Scan for Latest PC Drivers
Some Useful Windows Tricks
Posted by Raj | Filed under Tips N Tricks, Windows XP
Don't want to miss a single bit? Subscribe to our RSS Feed!
Enabling NumLock on by Default
To have numlock turned on for each user:
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Control Panel\Keyboard\InitialKeyboardIndicators
3. Change the value from 0 to 2
4. Turn Numlock on manually
5. Log off and back on again.
6. For all users, make the same change to HKEY_USERS\.DEFAULT\Control Panel\Keyboard\InitialKeyboardIndicators
Changing the Internet Explorer Title
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
3. Enter what you want appear in the title bar
Increasing System Performance
If you have 512 megs or more of memory, you can increase system performance
by having the core system kept in memory.
1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\DisablePagingExecutive
3. Set the value to be 1
4. Reboot the computer
To turn off balloon tips in applications that support XP Themes:
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced\
3. Create a DWORD value of EnableBalloonTips
4. Give it a value of 0
5. Disable the Remote Desktop Sharing (RDS) icon’s menu
6. Disable the Remote Desktop Sharing (RDS) icon’s menu
Disable Shared Documents
To disable the Shared Documents folder that shows up on the network
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \
3. Create a new DWORD Value
4. Give it the name NoSharedDocuments
5. Give it a value of 1
6. Log off or reboot
Renaming the Start Button
To rename the start button, you will need a hex editor.
My preference is UltraEdit
1. Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
2. With the hex editor, open that file and go to offset 412b6
3. You will see the word start with blanks between each letter
4. Edit it be any 5 characters or less
5. Save the file
6. Boot to DOS
7. Copy the existing c:\windows\explorer.exe to explorer.org
8. Copy explorer_1.exe to explorer.exe
9. You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.
10. Note: If the partition is NTFS and you can’t access the files from DOS:
Start Regedit
1. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
2. Change the value of Shell from Explorer.exe to explorer_1.exe
Enable / Disable the Task Manager
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
3. Create the Dword value DisableTaskMgr
4. Give it a value of 0 to enable it
5. Give it a vaule of 1 to disable it

| Related Post |

































Nice collection of registry tips, generally I dont play with registry unless necessary. Stumbled.