Advertisement
paranoidsbible

===Windows 7 Special -- Preparing the Beast===

Jan 3rd, 2018
631
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 1 0
  1. ===Windows 7 Special -- Preparing the Beast===
  2.  
  3. Non-profit and free for redistribution
  4. Written on January 3rd | 2018
  5. Published on January 3rd | 2018
  6.  
  7. For entertainment and research purposes only
  8. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  9.  
  10. DISCLAIMER
  11. The Paranoid's Bible and its writers hold no responsibility for the acts of others.
  12.  
  13. The Paranoid’s Bible is for research and entertainment purposes only.
  14.  
  15. Please visit our blog for more PDFs and information: http://www.paranoidsbible.tumblr.com/
  16. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  17.  
  18. ===Preface===
  19.  
  20. So we're going to assume that, by now, you've just read the first three guides in this series, which means you're now on number four. Here we'll teach you some settings, registry edits and tweaks that'll further lock down 7, cut down on your wasted space and resources, and hopefully prevent most traces and logs from being made.
  21.  
  22. We'll also address some items that should help lessen what people see on your desktop, which means preventing some shoulder surfing. We will also be installing and unpacking some items for guides later on this series.
  23.  
  24. So, please, take your time and read carefully.
  25. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  26.  
  27. ===Preparations===
  28.  
  29. This chapter is to make the following guides just a bit easier for you in the long run besides cutting down some work and possible frustration later on.
  30.  
  31. Needed tools (to be used at a later date):
  32.  
  33. You'll need to move these files into the maintenance folder:
  34.  
  35. - Cports
  36. - Executed Programs List
  37. - JavaRa-2.6.1.1
  38. - Last Activity Views
  39. - MUI Cache View
  40. - Open Save Files View
  41. - Sys internals Suite
  42. - Turned on Times View
  43. - User Assist View
  44. - Ultimate Windows Tweaker
  45. - Windows Access Panel
  46.  
  47. You'll then need to install these:
  48.  
  49. ===Note:=== Read everything CAREFULLY! Lot of installers try to sneak things like Chrome or other software you don't need. Always hit the "custom" or "customize" options and uncheck what you don't want or need, like extra settings.
  50.  
  51. - Ccleaner (Move shortcuts to maintenance)
  52. ===Note:=== After installation, go to the Ccleaner folder located in Program Files and delete the "Setup" folder and the "CCUpdate.exe". This will prevent it trying to force install Avast.
  53. - Notepad 2
  54. - Security Compliance Manager Setup
  55. - Shockwave uninstaller (Move to maintenance folder)
  56. - TCPOptimizer (Move to maintenance folder)
  57. - Uninstall flash player (Delete after use)
  58. - XP Anti-spy (Move shortcuts to maintenance folder)
  59. - X-Setup Pro
  60.  
  61.  
  62. Once the above is installed and moved, you need to do the below to get the SCM doing what you need it to do.
  63.  
  64. 1. Install SCM (Download from here: https://www.microsoft.com/en-us/download/details.aspx?id=16776)
  65. 2. Find and run the "LocalGPO.msi" file from “C:\Program Files (x86)\Microsoft Security Compliance Manager\LGP\LocalGPO.msi”
  66. 3. Open command prompt and browse to : “C:\Program Files (x86)\LocalGPO” VIA typing CD C:\Program Files (x86)\LocalGPO into command prompt
  67. 4. Run the following command “Cscript LocalGPO.wsf /ConfigSCE"
  68. 5. Go to Control Panel > Administrative tools > Local Security Policy and double click
  69. 6. You should get a window called "Local Security Policy"
  70. 7 Click "Local Policies" > Security Options > Scroll down till you see MSS: settings. If you see them, then you've done the above correctly.
  71.  
  72. Now to make things a little easier for you, we're going to make a shortcut (Read: actually considered a tweak) to a whole slew of easy-to-access tasks. In the maintenance folder, right-click and make a new folder. Name this folder (whatever you want).{ED7BA470-8E54-465E-825C-99712043E01C}. You can click it right away, if you wish, and see what's all there. Basically the same as control panel but with added ease of one-clicking what you want or need. While we won't be using it (in the guides), it's still good to have on hand like some of the programs above. You can change "God Mode" to anything want, as long as it stays behind the period (.) before {.
  73.  
  74. Once done, move onto the next chapter.
  75. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  76.  
  77. ===Locking 7 Down and Tweaking it up===
  78.  
  79. ===Note:===Some redundancy are in place for the sake of completion.
  80.  
  81. > Start > All Programs > Accessories > Right click "Command Prompt" and run as "Administrator
  82.  
  83. Run this in the elevated command prompt: fsutil behavior set disablelastaccess 1
  84.  
  85. This should disable your last access logs.
  86.  
  87. Do the above but enter this to disable hibernation: powercfg /hibernate off
  88.  
  89. Now repeat with this to encrypt the page file fsutil behavior set encryptpagingfile 1
  90.  
  91. Now go and access regedit, however before we make any changes remember to make a fresh backup.
  92. > Start Button
  93. > Type in “Regedit” and hit enter
  94. > In Regedit, select the “File” menu
  95. > Then select “Export” and save that file to your USB.
  96. > You’ve now backed up your registry
  97.  
  98. Disable Balloon tips
  99. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  100. > Create a new DWORD
  101. > Name this value “EnableBalloonTips” and set it to 0
  102.  
  103. Disable mobility center
  104. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\MobilityCenter
  105. > Create a new DWORD
  106. > Name it "NoMobilityCenter" and set it to 1
  107.  
  108. Speed up shut down
  109. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  110. > Find the string called "WaitToKillServiceTimeout"
  111. > Edit from 12000 to 2000
  112. > Click ok
  113.  
  114. Decrease menu show delay
  115. HKEY_CURRENT_USER\Control Panel\Desktop
  116. > Desktop folder/key
  117. > Navigate to "MenuShowDelay"
  118. > Set it to 0
  119.  
  120. Disable Prefetcher
  121. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters
  122. >Navigate to "EnablePrefetcher"
  123. > Set it to 0
  124.  
  125. Disable Superfetch
  126. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
  127. > Navigate to "EnableSuperfetch"
  128. > Set to it 0
  129.  
  130. Kill Dr. Watson
  131. HKEY_Current_USER\Software\Microsoft\Windows\Windows Error Reporting
  132. > Navigate to “Disabled”
  133. > Set it to 1
  134.  
  135. Disable Paging of Kernel
  136. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\
  137. > Navigate to "DisablePagingExecutive"
  138. > Set it to 1
  139.  
  140. Disable task scheduler
  141. HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
  142. > Go to the "Schedule" folder/key
  143. > Click on the “Start” entry
  144. > Change it to 4
  145.  
  146. Remove "Send to" context menu
  147. HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To
  148. > Look for the (Default) value inside the "Send To" key
  149. > Double-click it so we can access the properties windows
  150. > Remove the text in the "Value Data" box so that it is now empty.
  151. > Should be effective immediately, however right click any file you want to ensure it is gone.
  152. > Enter to restore it if you want the menu back - {7BA4C740-9E81-11CF-99D3-00AA004AE837}
  153.  
  154. That's it for this chapter.
  155.  
  156. Now restart your computer.
  157. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  158.  
  159. ===Preparing for the Next Guide===
  160.  
  161. Go ahead and access Ccleaner, however ignore actually cleaning anything.
  162.  
  163. Ccleaner > Tools > Startup:
  164. Ideally, you should disable everything here that isn't needed or wanted. Until we start installing programs, everything should be disabled here. Not deleted, just disabled.
  165.  
  166. Scheduled Tasks:
  167. Nothing should be here, ever. If you see something, disable it and recheck the setting listed above meant to disable Task Scheduler.
  168.  
  169. Context Menu:
  170. Disable everything here, if anything at all. The default settings that came with 7 should be enough until we get around to installing more programs.
  171.  
  172. Now move onto Ccleaner's "Options" tab.
  173.  
  174. Settings:
  175. Disable everything here, however enable/tick/select the below:
  176. - Secure File Deletion (Slower)
  177. - Advanced Overwrite (3 passes)
  178. - Wipe Alternate Data Streams
  179. - Wipe Cluster Tips
  180.  
  181. Ignore all other tabs and go directly to Monitoring.
  182. - Disable everything here on this tab.
  183.  
  184. Ignore everything else and go to the Advanced tab.
  185. Disable everything here but "Enable Windows Jumplist Tasks".
  186.  
  187. Now that we're done with Ccleaner, go ahead and double-click TCPOptimizer.
  188. - Adjust the slider to match it as close-as-possible to your download speed (Round up if it's 4+).
  189. - Click the "Optimal" setting/option and hit apply and then okay.
  190.  
  191. ===Note:===If you're unsure of your speed, check this site out - http://www.speedtest.net/ . If your speeds look like 5000 Kbps then it's basically 5 Mpbs. So if it's 5500 and you can find it on the slider, then use that setting. But if it's something like 5400, then use the 5500. 5300 should be left at 5000. So it's basically rounding up and down to match your settings as close as possible.
  192.  
  193. Now restart your computer. You're done with this guide.
  194. ++++++++++++++++++++++++++++++++++++++++++++++++++++
  195.  
  196. ===Afterward===
  197.  
  198. Just some more minor tweaks and settings meant to help your system stay secure and keep your activities private. Nothing else to say other than move onto the next guide -- Maintenance!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement