Windows XP Utilities Box Is A Software Which Contain All The Exiting Utilities Of XPALSOSUPPORTS. You Can Download This Software Free Of Cost. This Software Is Especially Designed For The User Of My Blog.
Tuesday, March 2, 2010
Windows XP Utility Box 1.0
Posted by ASHISH AGRAWAL at 11:00 AM 0 comments
Labels: Software
Back Up and Restore Windows Registery
BACKUP
- goto start >> run
- typr "regedit" With out quotes
- right click on my computer
- then click on "export"
- specify the path where you want to take back up
- click on save
To restore goto command prompt ( start >> run >> type "cmd")
type "regedit /s path of backup file" and press enter
for example
Posted by ASHISH AGRAWAL at 9:25 AM 0 comments
Labels: Registry Problem
Change the Logon Screen Wallpaper
- Open your registry and find the key below.
- Modify the value of 'Wallpaper' to equal the path and filename of the bitmap (BMP) file you want to use as the background (e.g. 'c:\windows\mylogo.bmp').
- In the same key, you can also modify these additional values "Pattern" and "TileWallpaper" to set the background pattern and Tile mode respectively.
- Restart Windows for the changes to take effect.
System Key: [HKEY_USERS\.DEFAULT\Control Panel\Desktop]
Value Name: Wallpaper, TitleWallpaper
Data Type: REG_SZ (String Value)
Posted by ASHISH AGRAWAL at 9:21 AM 0 comments
Labels: Registry Problem
Specify the Background Image and Wallpaper Style
- Open your registry and find the key below.
- To specify the wallpaper create a new string value called "Wallpaper" and set it to the full path and filename of the image.
- Additionally, to specify the display style, create a new string value called "WallpaperStyle" and set it to either "0", "1" or "2" according to the list below.
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
Value Name: Wallpaper, WallpaperStyle
Data Type: REG_SZ (String Value)
Posted by ASHISH AGRAWAL at 9:18 AM 0 comments
Labels: Registry Problem
Disable Task Manager
- Open your registry and find the key below.
- Create a new DWORD valued named "DisableTaskMgr" and set it to "1" to disable Task Manager.
- You may need to log off for the changes to take effect.
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
System Key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System]
Value Name: DisableTaskMgr
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable Task Manager)
Posted by ASHISH AGRAWAL at 9:11 AM 0 comments
Labels: Registry Problem
Disable the Shut Down Command
- Open your registry and find or create the key below.
- Create a new DWORD value, or modify the existing value, called "NoClose" and set it according to the value data below.
- Exit your registry; you may need to restart or log out of Windows for the change to take effect.
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
System Key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Value Name: NoClose
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = shutdown enabled, 1 = shutdown disabled)
Posted by ASHISH AGRAWAL at 9:08 AM 0 comments
Labels: Registry Problem
Hide the Taskbar Clock
- Open your registry and find or create the key below.
- Create a new DWORD value, or modify the existing value, called "HideClock" and set it according to the value data below.
- Exit your registry; you may need to restart or log out of Windows for the change to take effect.
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
System Key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Value Name: HideClock
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = Show Clock, 1 = Hide Clock
Posted by ASHISH AGRAWAL at 9:06 AM 0 comments
Labels: Registry Problem
Disable Menu Bars and the Start Button
- Open your registry and find the key below.
- Rename the key by placing a dash "-" in front of the GUID (i.e. {-5b4dae26-b807-11d0-9815-00c04fd91972}).
- Restart Windows for the change to take effect.
Registry Settings
System Key: [HKEY_CLASSES_ROOT\CLSID\{5b4dae26-b807-11d0-9815-00c04fd91972}]
Posted by ASHISH AGRAWAL at 9:03 AM 0 comments
Labels: Registry Problem
Remove Run from the Start Menu
- Open your registry and find or create the key below.
- Create a new DWORD value, or modify the existing value, called "NoRun" and set it according to the value data below.
- Exit your registry; you may need to restart or log out of Windows for the change to take effect.
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
System Key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Value Name: NoRun
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled
Posted by ASHISH AGRAWAL at 9:01 AM 0 comments
Labels: Registry Problem
Disable the Ability to Right Click on the Desktop
- Open your registry and find or create the key below.
- Create a new DWORD value, or modify the existing value, called "NoViewContextMenu" and set it according to the value data below.
- Exit your registry; you may need to restart or log out of Windows for the change to take effect.
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
System Key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Value Name: NoViewContextMenu
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled)
Posted by ASHISH AGRAWAL at 8:58 AM 0 comments
Labels: Registry Problem
Enable/Disable Recycle Bin
- [Start] [Run] [Regedit]
- Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket
- Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
- Data Type: DWORD // Value Name: NukeOnDelete
- Setting for Value Data: [0 = Use Recycle Bin / 1 = Permanently Delete]
- Exit Registry and Reboot
Posted by ASHISH AGRAWAL at 8:56 AM 0 comments
Labels: Registry Problem
Enable/Disable System Properties Access from My Computer
- [Start] [Run] [Regedit]
- Registry Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
- Data Type: REG_DWORD [Dword Value] // Value Name: NoPropertiesMyComputer
- Value Data: [0 - Display Properties / 1 - Hide Properties]
- Exit Registry and Reboot
Posted by ASHISH AGRAWAL at 8:53 AM 0 comments
Labels: Registry Problem
Remove My Computer from the Desktop and Start Menu
- Open your registry and find or create the key below.
- Create a new DWORD value, or modify the existing value, called "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" and set it according to the value data below.
- Exit your registry; you may need to restart or log out of Windows for the change to take effect.
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]
Value Name: {20D04FE0-3AEA-1069-A2D8-08002B30309D}
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = show, 1 = remove)
Posted by ASHISH AGRAWAL at 8:51 AM 0 comments
Labels: Registry Problem
Disable Mouse
- goto start >> run >> type "regedit"
- find the key below
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Mouclass]
- "Start"=dword:00000004
- set 4 for disable 1 for start
Posted by ASHISH AGRAWAL at 8:47 AM 0 comments
Labels: Registry Problem
How to disable keyboard In Windows XP
- Go to StartMenu > Run and type "regedit" and press OK to run Windows Registry Editor.
- Go to following address: CODEHKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard\ Response
- Create a new String Value and name it as Flags , then give it value of 127
- Now Go to following address: CODEHKEY_CURRENT_USER\Controlpanel\Accessibility\SoundSentry
- Create a new String Value and name it as Flags , then give it value of 3
- Create a new String Value and name it as WindosEffect, then give it value of 3
- Close Windows Registry Editor and restart your Computer.
- After restarting computer, if you press any key on keyboard, your keyboard will not work.
Posted by ASHISH AGRAWAL at 8:40 AM 0 comments
Labels: Registry Problem
Disable Internet Access
- Open your registry and find the key below.
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
- Change the value of "ProxyEnable" and set it to "1". Change the value of "ProxyServer" and set it to an IP address and port that is invalid on your network such as "10.0.0.1:5555" (i.e. "IP:Port").
- By changing these settings Internet access will be disabled for any applications that rely of the Microsoft proxy server information such as Internet Explorer, Microsoft Office, Opera browser.
- To stop users from modifying the proxy settings add these restrictions to disable changes to the Internet configuration.
- [HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
- Create two DWORD values named "Connection Settings" and "Connwiz Admin Lock" and set them both to "1".
- To remove the restriction, set the proxy settings back to their original values and delete the policy values.
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
Value Name: ProxyEnable, ProxyServer
Posted by ASHISH AGRAWAL at 8:34 AM 0 comments
Labels: Registry Problem
Enable/Disable Folder Option
Many times Windows users face a common problem. The "Folder Options" in "Tools" menu is not visible. Even It can't be accessed from Control Panel. Also "Registry Editor" is disabled.
If you are also facing this problem, then you have come to right place. Follow the simple steps mentioned in this tutorial and your problem will be solved:
- Type regedit in RUN dialog box and press Enter. it'll open Registry Editor, now go to following keys:
- HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer
- In right-side pane, check whether a DWORD value named NoFolderOptions exists or not? If it exists, delete it.
Posted by ASHISH AGRAWAL at 8:31 AM 0 comments
Labels: Registry Problem
Hide Drives in My Computer
- Open your registry and find or create the key below.
- The "NoDrives" value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.
- If your not happy working in Hex, add these decimal numbers to hide the drive(s):
- A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863
- For example to hide drive A and drive D, you would add 1 (A) + 8 (D) which means the value should be set to "9".
- To disable all the drives set the value to "67108863".
- Restart Windows for the change to take effect.
Posted by ASHISH AGRAWAL at 8:27 AM 0 comments
Labels: Registry Problem
Enable/Disable Command Prompt and Batch Files
- Open your registry and find or create the key below.
- Create or modify the DWORD value "DisableCMD" and set it to a number from the list below.
User Key: [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
Value Name: DisableCMD
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disabled, 2 = disabled but allow batch)
Posted by ASHISH AGRAWAL at 8:08 AM 0 comments
Labels: Registry Problem
Remove "All Programs" Button from the Start Menu
- Open your registry and find or create the key below.
- Create a new DWORD value, or modify the existing value, called "NoStartMenuMorePrograms" and set it according to the value data below.
- Exit your registry; you may need to restart or log out of Windows for the change to take effect.
Registry Settings
User Key:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
Value Name: NoStartMenuMorePrograms
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable button)
Posted by ASHISH AGRAWAL at 8:04 AM 0 comments
Labels: Registry Problem


















