Xp registry optimization operation

  
special effects optimization: Windows Registry Editor Version 5.00 # prohibit desktop properties - appearance - effects - shadow items, smooth font edges, animation display window # best performance mode [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer \\VisualEffects]"VisualFXSetting"=dword:00000002[HKEY_CURRENT_USER\\Control Panel\\Desktop]"DragFullWindows"="0""FontSmoothing"="2""UserPreferencesMask"=hex:b0,12,01, 80"MinAnimate"="0""DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced]"WebView"=dword:00000000"TaskbarAnimations"=dword:00000000"ListviewWatermark" =dword:00000000"ListviewAlphaSelect"=dword:00000000"ListviewShadow"=dword:00000000#Icon transparent [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced]"Listvi ewShadow"=dword:00000001#Window animation effect[HKEY_CURRENT_USER\\Control Panel\\Desktop\\WindowMetrics]"MinAnimate"="0"Remove search assistant: Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer \\CabinetState]"Settings"=hex:0c,00,02,00,1b,01,e5,77,60,00,00,00"FullPath"=dword:00000001"FullPathAddress"=dword:00000001"Use Search Asst"="no" Batch is a simple restriction: Block access to the drive such as blocking access to the C drive @ECHO OFFREG ADD "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /V NoViewOnDrive /T REG_DWORD /D 4 /FHide C and E drive@ECHO OFFREG ADD "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /V NoDrives /T REG_DWORD /D 20 /F Remove hidden C and E drives @ECHO OFFREG DELETE " HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /V NoDrives /FTASKKILL /F /IM EXPLORER.EXESTART EXPLORER.EXE removes access to the C drive @ECHO OFFREG DELETE "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /V "NoViewOnDrive" /FTASKKILL /F /IM EXPLORER.EXESTART EXPLORER.EXE remove folder options @ECHO OFFREG ADD "HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /V "NoFolderOptions" /T REG_DWORD /D 1 /F 1>NUL 2>NUL Display Folder Options@ECHO OFFREG DELETE " HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer" /V "NoFolderOptions" /F 1>NUL 2>NULTASKKILL /F /IM EXPLORER.EXESTART EXPLORER.EXE disables author mode @ECHO OFFREG ADD "HKEY_CURRENT_USER\\Software \\Policies\\Microsoft\\MMC" /V "RestrictAuthorMode" /T REG_DWORD /D 1 /F 1>NUL 2>NUL Undisable Author Mode@ECHO OFFREG DELETE "HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\MMC" /F 1> ;NUL 2>NULzh-CN"],null,[0.93779063],zh-CN"]]]
Copyright © Windows knowledge All Rights Reserved