Advertisement
Guest User

Untitled

a guest
Jul 17th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. http://ss64.com/index.html
  2.  
  3. Windows Registry Editor Version 5.00
  4. ; Sanity.REG
  5. ; Windows XP Sanity check
  6.  
  7. ; Usual disclaimers apply - don't edit the registry unless you know what you are doing and
  8. ; BACKUP THE REGISTRY FIRST
  9.  
  10. ; If you edit this file ensure all comment lines are prefixed with ; so that REGEDIT will ignore them
  11.  
  12.  
  13.  
  14. ; - - - Section1 - - - - MS Explorer - - - - - - - - - - - - - - - - - - - - - - - - - -
  15. ;
  16. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
  17.  
  18. ; Disable the animated Click Start to begin
  19. "NoStartBanner"=hex:01,00,00,00
  20.  
  21. ; Don't constantly shuffle around the start menu items
  22. "Intellimenus"=dword:00000000
  23.  
  24. ; Use the classic Start Menu
  25. "NoSimpleStartMenu"=dword:00000001
  26.  
  27. ; Dont tie new shortcuts to a specific PC
  28. "LinkResolveIgnoreLinkInfo"=dword:00000001
  29.  
  30. ; Don't hide all the local Drives
  31. "NoDrives"=dword:00000000
  32.  
  33. ; Don't display a welcome screen
  34. "NoWelcomeScreen"=dword:00000001
  35.  
  36. ; Don't automatically create shortcuts within My Network Places
  37. "NoRecentDocsNetHood"=dword:00000001
  38.  
  39. ; Don't run the Desktop Cleanup Wizard
  40. "NoDesktopCleanupWizard"=dword:00000001
  41.  
  42. ; Don't create a Shared Documents folder for My Computer
  43. "NoSharedDocuments"=dword:00000001
  44.  
  45. ; Don't hide the log-off option from the start menu
  46. "ForceStartMenuLogOff"=dword:00000001
  47.  
  48. ; Don't clutter start menu with My Network Places
  49. "NoStartMenuNetworkPlaces"=dword:00000001
  50.  
  51. ; Don't add a My Documents shortcut to the start menu
  52. "NoSMMyDocs"=dword:00000001
  53.  
  54. ; Don't add a Favorites shortcut to the start menu
  55. "NoFavoritesMenu"=dword:00000001
  56.  
  57. ; Don't add a My Pictures shortcut to the start menu
  58. "NoSMMyPictures"=dword:00000001
  59.  
  60. ; Don't add a My Music shortcut to the start menu
  61. "NoStartMenuMyMusic"=dword:00000001
  62.  
  63. ; Don't hide any of the following settings in the explorer GUI
  64. "NoActiveDesktopChanges"=hex:00,00,00,00
  65. "NoActiveDesktop"=dword:00000000
  66. "NoSaveSettings"=dword:00000000
  67. "ClassicShell"=dword:00000000
  68. "NoThemesTab"=dword:00000000
  69.  
  70. ; Disable active desktop
  71. "NoActiveDesktop"=hex:01,00,00,00
  72.  
  73. ; Don't ignore the flag above, really disable active desktop
  74. "ForceActiveDesktopOn"=dword:00000000
  75.  
  76. ; Enable Windows Update
  77. ;; "NoWindowsUpdate"=dword:00000000
  78. ; OR
  79. ; Disable Windows Update
  80. ;; "NoWindowsUpdate"=dword:00000001
  81.  
  82.  
  83. ;
  84. ; - - - Section2 - - - - Explorer\Advanced - - - - - - - - - - - - - - - - - -
  85.  
  86. ;
  87. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
  88.  
  89. ; Show hidden files and folders
  90. ; "Hidden"=dword:00000001
  91. ; or Don't show hidden files and folders:
  92. ; "Hidden"=dword:00000002
  93.  
  94. ; Don't Hide file extensions
  95. "HideFileExt"=dword:00000000
  96.  
  97. ; Don't change the upper/lower case of filenames
  98. "DontPrettyPath"=dword:00000001
  99.  
  100. ; Hide the Start Button BalloonTip (Click here to begin)
  101. "StartButtonBalloonTip"=dword:00000000
  102.  
  103. ; Don't randomly open copies of windows explorer when I login
  104. "PersistBrowsers"=dword:00000000
  105.  
  106. ;
  107. ; - - - Section 3 - - - - Policy settings - - - - - - - - - - - - - - - - - - - -
  108. ;
  109.  
  110. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
  111.  
  112. ; Don't hide any of the following options (normally under Control Panel, Desktop)
  113. "NoDispAppearancePage"=dword:00000000
  114. "NoColorChoice"=dword:00000000
  115. "NoSizeChoice"=dword:00000000
  116. "NoDispBackgroundPage"=dword:00000000
  117. "NoDispScrSavPage"=dword:00000000
  118. "NoDispCPL"=dword:00000000
  119. "NoVisualStyleChoice"=dword:00000000
  120. "NoDispSettingsPage"=dword:00000000
  121. "NoDispScrSavPage"=dword:00000000
  122. "NoVisualStyleChoice"=dword:00000000
  123. "NoSizeChoice"=dword:00000000
  124. "SetVisualStyle"=-
  125.  
  126. ;
  127. ; - - - Section 4 - - - - Policy - Add-Remove Programs restrictions - - - - - -
  128. ;
  129. ; These keys make sure you can uninstall anything
  130. ;
  131. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
  132. "NoAddRemovePrograms"=dword:00000000
  133. "NoRemovePage"=dword:00000000
  134. "NoAddPage"=dword:00000000
  135. "NoWindowsSetupPage"=dword:00000000
  136. "NoAddFromCDorFloppy"=dword:00000000
  137. "NoAddFromInternet"=dword:00000000
  138. "NoAddFromNetwork"=dword:00000000
  139. "NoServices"=dword:00000000
  140. "NoSupportInfo"=dword:00000000
  141.  
  142. ;
  143. ; - - - Section 5 - - - - Control Panel - - - - - - - - - - - - - - - - - - -
  144. ;
  145. ; Dont hide any cpanel applets see Q207750
  146. [HKEY_CURRENT_USER\Control Panel\don't load]
  147. "appwiz.cpl"=-
  148.  
  149. ; Start menu speed
  150. [HKEY_CURRENT_USER\Control Panel\Desktop]
  151. "MenuShowDelay"="100"
  152. ; (the default of 400 is a bit slow)
  153. ;
  154. ; - - - Section 6 - - - - Console - - - - - - - - - - - - - - - - - - - - - -
  155. ;
  156. [HKEY_CURRENT_USER\Console]
  157. ; Allow copy and paste from the command line.
  158. "QuickEdit"=dword:00000001
  159.  
  160.  
  161. ;
  162. ; - - - Section 7 - - - - Tip Of the Day - - - - - - - - - - - - - - - - - - -
  163. ;
  164. ; Turn off the 'Tip Of the Day'
  165. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
  166. "Show"=dword:00000000
  167. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement