Advertisement
Guest User

Untitled

a guest
Dec 20th, 2019
3,981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.90 KB | None | 0 0
  1. ::bcdedit /set useplatformclock true
  2. ipconfig /release
  3. ipconfig /renew
  4. ipconfig /flushdns
  5. netsh winsock reset catalog
  6. netsh winsock reset
  7. netsh winsock set autotuning off
  8. netsh int ip reset
  9. netsh int tcp reset
  10. netsh int ip delete arpcache
  11. netsh int ipv4 reset reset.log
  12. netsh int ipv6 reset reset.log
  13. netsh branchcache reset
  14. netsh branchcache flush
  15. ipconfig /flushdns
  16. regsvr32 /s actxprxy.dll
  17. netsh int teredo set state disabled
  18. netsh int 6to4 set state disabled
  19. netsh int isatap set state disable
  20. netsh int ip set global taskoffload=disabled
  21. netsh int ip set global neighborcachelimit=4096
  22. netsh int tcp set heuristics disabled
  23. netsh int tcp set global congestionprovider=ctcp
  24. netsh int tcp set supplemental Internet congestionprovider=CTCP
  25. netsh int tcp set supplemental custom congestionprovider=CTCP
  26. netsh int tcp set supplemental InternetCustom congestionprovider=CTCP
  27. netsh int tcp set global rss=enabled
  28. netsh int tcp set global rsc=disabled
  29. netsh int tcp set global dca=enabled
  30. netsh int tcp set global netdma=enabled
  31. netsh int tcp set global chimney=disabled
  32. netsh int tcp set global timestamps=disabled
  33. netsh int tcp set global nonsackrttresiliency=disabled
  34. netsh int tcp set global maxsynretransmissions=2
  35. netsh int tcp set global autotuninglevel=disabled
  36. netsh int tcp set global ecncapability=enabled
  37. netsh int tcp set global fastopen=enabled
  38. netsh int ipv4 set interface "Ethernet" mtu=1492
  39. netsh int ipv4 set interface "Wi-Fi" mtu=1492
  40. netsh int ipv4 set interface "Ethernet" mtu=1492 store=persistent
  41. netsh int ipv4 set interface "Wi-Fi" mtu=1492 store=persistent
  42. netsh int ipv4 set interface "Local Area Connection" mtu=1492
  43. netsh int ipv4 set interface "Local Area Connection" mtu=1492 store=persistent
  44. netsh int ipv6 set interface "Ethernet" mtu=1492 store=persistent
  45. netsh int ipv6 set interface "Wi-Fi" mtu=1492 store=persistent
  46. netsh int ipv6 set interface "Local Area Connection" mtu=1492 store=persistent
  47. wmic nicconfig where IPEnabled=TRUE call SetDNSServerSearchOrder ("208.67.222.220","208.67.222.222")
  48. goto BATS
  49.  
  50. :BATS
  51. del /F /Q "%userprofile%\queues4.bat"
  52. echo >> %userprofile%/queues4.bat reg add HKLM\System\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\Params\NumRssQueues\Enum /v "4" /t REG_SZ /d "4 Queues" /f
  53. echo >> %userprofile%/queues4.bat reg add HKLM\System\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\ /v "NumRssQueues" /t REG_SZ /d "4" /f
  54. del /F /Q "%userprofile%\queues6.bat"
  55. echo >> %userprofile%/queues6.bat reg add HKLM\System\ControlSet001\Control\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\Ndi\Params\NumRssQueues\Enum /v "4" /t REG_SZ /d "6 Queues" /f
  56. echo >> %userprofile%/queues6.bat reg add HKLM\System\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\ /v "NumRssQueues" /t REG_SZ /d "6" /f
  57. del /F /Q "%userprofile%\buffers2048.bat"
  58. echo >> %userprofile%/buffers2048.bat reg add HKLM\System\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\ /v "*TransmitBuffers" /t REG_SZ /d 2048 /f
  59. echo >> %userprofile%/buffers2048.bat reg add HKLM\System\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\ /v "*ReceiveBuffers" /t REG_SZ /d 2048 /f
  60. del /F /Q "%userprofile%\buffers6144.bat"
  61. echo >> %userprofile%/buffers6144.bat reg add HKLM\System\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\ /v "*TransmitBuffers" /t REG_SZ /d 6144 /f
  62. echo >> %userprofile%/buffers6144.bat reg add HKLM\System\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007\ /v "*ReceiveBuffers" /t REG_SZ /d 6144 /f
  63. del /F /Q "%userprofile%\steamnobrowser.bat"
  64. echo >> %userprofile%/steamnobrowser.bat taskkill /f /im Steam.exe
  65. echo >> %userprofile%/steamnobrowser.bat set l1=-silent -console -forceservice -single_core -windowed -manuallyclearframes 0 -nodircheck -norepairfiles -noverifyfiles
  66. echo >> %userprofile%/steamnobrowser.bat set l2=-nocrashmonitor -nocrashdialog -vrdisable -nofriendsui -no-browser -skipstreamingdrivers +"@AllowSkipGameUpdate 1 -
  67. echo >> %userprofile%/steamnobrowser.bat timeout /t 5
  68. echo >> %userprofile%/steamnobrowser.bat start "Steam" "C:\Program Files (x86)\Steam\Steam.exe" %l1% %l2%
  69. del /F /Q "%userprofile%\nvpanel.bat"
  70. echo >> %userprofile%/nvpanel.bat sc config NVDisplay.ContainerLocalSystem start= demand
  71. echo >> %userprofile%/nvpanel.bat sc start NVDisplay.ContainerLocalSystem
  72. goto BATBOOST
  73.  
  74. :BATBOOST
  75. del /F /Q "%userprofile%\boost.bat"
  76. echo >> %userprofile%/boost.bat taskkill /f /im explorer.exe
  77. echo >> %userprofile%/boost.bat wmic process where name="discord.exe" call setpriority "Above Normal"
  78. echo >> %userprofile%/boost.bat wmic process where name="chrome.exe" call setpriority "Above Normal"
  79. echo >> %userprofile%/boost.bat wmic process where name="wininit.exe" call setpriority "Above Normal"
  80. echo >> %userprofile%/boost.bat wmic process where name="services.exe" call setpriority "Above Normal"
  81. echo >> %userprofile%/boost.bat wmic process where name="lsm.exe" call setpriority "Above Normal"
  82. echo >> %userprofile%/boost.bat wmic process where name="lsass.exe" call setpriority "Above Normal"
  83. echo >> %userprofile%/boost.bat wmic process where name="svchost.exe" call setpriority "Above Normal"
  84. echo >> %userprofile%/boost.bat wmic process where name="sppsvc.exe" call setpriority "Above Normal"
  85. echo >> %userprofile%/boost.bat wmic process where name="dwm.exe" call setpriority "Above Normal"
  86. echo >> %userprofile%/boost.bat wmic process where name="notepad++.exe" call setpriority "Above Normal"
  87. echo >> %userprofile%/boost.bat wmic process where name="SetTimerResolutionService.exe" call setpriority "Above Normal"
  88. echo >> %userprofile%/boost.bat wmic process where name="Steam.exe" call setpriority "Above Normal"
  89. echo >> %userprofile%/boost.bat wmic process where name="steamwebhelper.exe" call setpriority "Above Normal"
  90. echo >> %userprofile%/boost.bat wmic process where name="SteamService.exe" call setpriority "Above Normal"
  91. echo >> %userprofile%/boost.bat wmic process where name="csrss.exe" call setpriority "Normal"
  92. echo >> %userprofile%/boost.bat wmic process where name="winlogon.exe" call setpriority "Normal"
  93. echo >> %userprofile%/boost.bat wmic process where name="quakelive_steam.exe" call setpriority "Normal"
  94. echo >> %userprofile%/boost.bat wmic process where name="awesomium_process.exe" call setpriority "Normal"
  95. //svchost.exe -k LocalServiceNetworkRestricted
  96. //svchost.exe -k LocalSystemNetworkRestricted
  97. echo >> %userprofile%/boost.bat sc stop AeLookupSvc
  98. echo >> %userprofile%/boost.bat sc stop ALG
  99. echo >> %userprofile%/boost.bat sc stop AppHostSvc
  100. echo >> %userprofile%/boost.bat sc stop AppIDSvc
  101. echo >> %userprofile%/boost.bat sc stop Appinfo
  102. echo >> %userprofile%/boost.bat sc stop AppMgmt
  103. echo >> %userprofile%/boost.bat sc stop aspnet_state
  104. echo >> %userprofile%/boost.bat sc stop AxInstSV
  105. echo >> %userprofile%/boost.bat sc stop BFE
  106. echo >> %userprofile%/boost.bat sc stop BITS
  107. echo >> %userprofile%/boost.bat sc stop bthserv
  108. echo >> %userprofile%/boost.bat sc stop CertPropSvc
  109. echo >> %userprofile%/boost.bat sc stop CISVC
  110. echo >> %userprofile%/boost.bat sc stop COMSysApp
  111. echo >> %userprofile%/boost.bat sc stop CscService
  112. echo >> %userprofile%/boost.bat sc stop DcomLaunch
  113. echo >> %userprofile%/boost.bat sc stop DPS
  114. echo >> %userprofile%/boost.bat sc stop EFS
  115. echo >> %userprofile%/boost.bat sc stop ehRecvr
  116. echo >> %userprofile%/boost.bat sc stop ehSched
  117. echo >> %userprofile%/boost.bat sc stop Fax
  118. echo >> %userprofile%/boost.bat sc stop fdPHost
  119. echo >> %userprofile%/boost.bat sc stop FDResPub
  120. echo >> %userprofile%/boost.bat sc stop FontCache3.0.0.0
  121. echo >> %userprofile%/boost.bat sc stop fsssvc
  122. echo >> %userprofile%/boost.bat sc stop ftpsvc
  123. echo >> %userprofile%/boost.bat sc stop gpsvc
  124. echo >> %userprofile%/boost.bat sc stop hkmsvc
  125. echo >> %userprofile%/boost.bat sc stop HomeGroupListener
  126. echo >> %userprofile%/boost.bat sc stop HomeGroupProvider
  127. echo >> %userprofile%/boost.bat sc stop IISADMIN
  128. echo >> %userprofile%/boost.bat sc stop IKEEXT
  129. echo >> %userprofile%/boost.bat sc stop iphlpsvc
  130. echo >> %userprofile%/boost.bat sc stop iprip
  131. echo >> %userprofile%/boost.bat sc stop lltdsvc
  132. echo >> %userprofile%/boost.bat sc stop LPDSVC
  133. echo >> %userprofile%/boost.bat sc stop Mcx2Svc
  134. echo >> %userprofile%/boost.bat sc stop MSiSCSI
  135. echo >> %userprofile%/boost.bat sc stop MSMQ
  136. echo >> %userprofile%/boost.bat sc stop MSMQTriggers
  137. echo >> %userprofile%/boost.bat sc stop NetMsmqActivator
  138. echo >> %userprofile%/boost.bat sc stop NetPipeActivator
  139. echo >> %userprofile%/boost.bat sc stop NetTcpActivator
  140. echo >> %userprofile%/boost.bat sc stop NetTcpPortSharing
  141. echo >> %userprofile%/boost.bat sc stop NfsClnt
  142. echo >> %userprofile%/boost.bat sc stop NlaSvc
  143. echo >> %userprofile%/boost.bat sc stop p2psvc
  144. echo >> %userprofile%/boost.bat sc stop PeerDistSvc
  145. echo >> %userprofile%/boost.bat sc stop pla
  146. echo >> %userprofile%/boost.bat sc stop PNRPAutoReg
  147. echo >> %userprofile%/boost.bat sc stop ProtectedStorage
  148. echo >> %userprofile%/boost.bat sc stop QWAVE
  149. echo >> %userprofile%/boost.bat sc stop RemoteAccess
  150. echo >> %userprofile%/boost.bat sc stop RpcLocator
  151. echo >> %userprofile%/boost.bat sc stop SeaPort
  152. echo >> %userprofile%/boost.bat sc stop seclogon
  153. echo >> %userprofile%/boost.bat sc stop Spooler
  154. echo >> %userprofile%/boost.bat sc stop SharedAccess
  155. echo >> %userprofile%/boost.bat sc stop ShellHWDetection
  156. echo >> %userprofile%/boost.bat sc stop simptcp
  157. echo >> %userprofile%/boost.bat sc stop SNMP
  158. echo >> %userprofile%/boost.bat sc stop SNMPTRAP
  159. echo >> %userprofile%/boost.bat sc stop sppsvc
  160. echo >> %userprofile%/boost.bat sc stop sppuinotify
  161. echo >> %userprofile%/boost.bat sc stop StorSvc
  162. echo >> %userprofile%/boost.bat sc stop TabletInputService
  163. echo >> %userprofile%/boost.bat sc stop TapiSrv
  164. echo >> %userprofile%/boost.bat sc stop Themes
  165. echo >> %userprofile%/boost.bat sc stop THREADORDER
  166. echo >> %userprofile%/boost.bat sc stop TlntSvr
  167. echo >> %userprofile%/boost.bat sc stop UmRdpService
  168. echo >> %userprofile%/boost.bat sc stop vds
  169. echo >> %userprofile%/boost.bat sc stop VSS
  170. echo >> %userprofile%/boost.bat sc stop W3SVC
  171. echo >> %userprofile%/boost.bat sc stop WAS
  172. echo >> %userprofile%/boost.bat sc stop WbioSrvc
  173. echo >> %userprofile%/boost.bat sc stop WcsPlugInService
  174. echo >> %userprofile%/boost.bat sc stop WinDefend
  175. echo >> %userprofile%/boost.bat sc stop Winmgmt
  176. echo >> %userprofile%/boost.bat sc stop WinRM
  177. echo >> %userprofile%/boost.bat sc stop Wlansvc
  178. echo >> %userprofile%/boost.bat sc stop wmiApSrv
  179. echo >> %userprofile%/boost.bat sc stop WMPNetworkSvc
  180. echo >> %userprofile%/boost.bat sc stop WMSVC
  181. echo >> %userprofile%/boost.bat sc stop WPCSvc
  182. echo >> %userprofile%/boost.bat sc stop WPDBusEnum
  183. echo >> %userprofile%/boost.bat sc stop wscsvc
  184. echo >> %userprofile%/boost.bat sc stop WSearch
  185. echo >> %userprofile%/boost.bat sc stop wuauserv
  186. echo >> %userprofile%/boost.bat sc stop wudfsvc
  187. echo >> %userprofile%/boost.bat sc stop WwanSvc
  188. ::LITTLE MORE
  189. echo >> %userprofile%/boost.bat sc stop BDESVC
  190. echo >> %userprofile%/boost.bat sc stop clr_optimization_v4.0.30319_32
  191. echo >> %userprofile%/boost.bat sc stop clr_optimization_v4.0.30319_64
  192. echo >> %userprofile%/boost.bat sc stop cryptsvc
  193. echo >> %userprofile%/boost.bat sc stop defragsvc
  194. echo >> %userprofile%/boost.bat sc stop DiagTrack
  195. echo >> %userprofile%/boost.bat sc stop Dnscache
  196. echo >> %userprofile%/boost.bat sc stop dot3svc
  197. echo >> %userprofile%/boost.bat sc stop EapHost
  198. echo >> %userprofile%/boost.bat sc stop eventlog
  199. echo >> %userprofile%/boost.bat sc stop EventSystem
  200. echo >> %userprofile%/boost.bat sc stop FontCache
  201. echo >> %userprofile%/boost.bat sc stop hidserv
  202. echo >> %userprofile%/boost.bat sc stop idsvc
  203. echo >> %userprofile%/boost.bat sc stop IPBusEnum
  204. echo >> %userprofile%/boost.bat sc stop KeyIso
  205. echo >> %userprofile%/boost.bat sc stop LanmanServer
  206. echo >> %userprofile%/boost.bat sc stop LanmanWorkstation
  207. echo >> %userprofile%/boost.bat sc stop lmhosts
  208. echo >> %userprofile%/boost.bat sc stop MpsSvc
  209. echo >> %userprofile%/boost.bat sc stop msiserver
  210. echo >> %userprofile%/boost.bat sc stop napagent
  211. echo >> %userprofile%/boost.bat sc stop Netlogon
  212. echo >> %userprofile%/boost.bat sc stop Netman
  213. echo >> %userprofile%/boost.bat sc stop netprofm
  214. echo >> %userprofile%/boost.bat sc stop NVDisplay.ContainerLocalSystem
  215. echo >> %userprofile%/boost.bat sc stop p2pimsvc
  216. echo >> %userprofile%/boost.bat sc stop PcaSvc
  217. echo >> %userprofile%/boost.bat sc stop PerfHost
  218. echo >> %userprofile%/boost.bat sc stop PNRPsvc
  219. echo >> %userprofile%/boost.bat sc stop PolicyAgent
  220. echo >> %userprofile%/boost.bat sc stop ProfSvc
  221. echo >> %userprofile%/boost.bat sc stop RemoteRegistry
  222. echo >> %userprofile%/boost.bat sc stop SCardSvr
  223. echo >> %userprofile%/boost.bat sc stop Schedule
  224. echo >> %userprofile%/boost.bat sc stop SCPolicySvc
  225. echo >> %userprofile%/boost.bat sc stop SDRSVC
  226. echo >> %userprofile%/boost.bat sc stop SENS
  227. echo >> %userprofile%/boost.bat sc stop SensrSvc
  228. echo >> %userprofile%/boost.bat sc stop SessionEnv
  229. echo >> %userprofile%/boost.bat sc stop SstpSvc
  230. echo >> %userprofile%/boost.bat sc stop stisvc
  231. echo >> %userprofile%/boost.bat sc stop swprv
  232. echo >> %userprofile%/boost.bat sc stop TableInputService
  233. echo >> %userprofile%/boost.bat sc stop TBS
  234. echo >> %userprofile%/boost.bat sc stop TermService
  235. echo >> %userprofile%/boost.bat sc stop TrkWks
  236. echo >> %userprofile%/boost.bat sc stop TrustedInstaller
  237. echo >> %userprofile%/boost.bat sc stop UI0Detect
  238. echo >> %userprofile%/boost.bat sc stop UxSms
  239. echo >> %userprofile%/boost.bat sc stop VaultSvc
  240. echo >> %userprofile%/boost.bat sc stop W32Time
  241. echo >> %userprofile%/boost.bat sc stop wbengine
  242. echo >> %userprofile%/boost.bat sc stop wcncsvc
  243. echo >> %userprofile%/boost.bat sc stop WdiServiceHost
  244. echo >> %userprofile%/boost.bat sc stop WdiSystemHost
  245. echo >> %userprofile%/boost.bat sc stop WebClient
  246. echo >> %userprofile%/boost.bat sc stop Wecsvc
  247. echo >> %userprofile%/boost.bat sc stop wercplsupport
  248. echo >> %userprofile%/boost.bat sc stop WerSvc
  249. echo >> %userprofile%/boost.bat sc stop WinHttpAutoProxySvc
  250. echo >> %userprofile%/boost.bat sc config NVDisplay.ContainerLocalSystem start= disabled
  251. echo >> %userprofile%/boost.bat sc stop NVDisplay.ContainerLocalSystem
  252. echo >> %userprofile%/boost.bat powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
  253. goto BATUNBOOST
  254.  
  255. :BATUNBOOST
  256. del /F /Q "%userprofile%\unboost.bat"
  257. echo >> %userprofile%/unboost.bat wmic process where name="csrss.exe" call setpriority "Normal"
  258. echo >> %userprofile%/unboost.bat wmic process where name="winlogon.exe" call setpriority "Normal"
  259. echo >> %userprofile%/unboost.bat wmic process where name="explorer.exe" call setpriority "Normal"
  260. echo >> %userprofile%/unboost.bat wmic process where name="wininit.exe" call setpriority "Normal"
  261. echo >> %userprofile%/unboost.bat wmic process where name="services.exe" call setpriority "Normal"
  262. echo >> %userprofile%/unboost.bat wmic process where name="lsm.exe" call setpriority "Normal"
  263. echo >> %userprofile%/unboost.bat wmic process where name="lsass.exe" call setpriority "Normal"
  264. echo >> %userprofile%/unboost.bat wmic process where name="svchost.exe" call setpriority "Normal"
  265. echo >> %userprofile%/unboost.bat wmic process where name="sppsvc.exe" call setpriority "Normal"
  266. echo >> %userprofile%/unboost.bat wmic process where name="dwm.exe" call setpriority "Normal"
  267. echo >> %userprofile%/unboost.bat wmic process where name="chrome.exe" call setpriority "Normal"
  268. echo >> %userprofile%/unboost.bat wmic process where name="notepad++.exe" call setpriority "Normal"
  269. echo >> %userprofile%/unboost.bat wmic process where name="SetTimerResolutionService.exe" call setpriority "Normal"
  270. echo >> %userprofile%/unboost.bat wmic process where name="Steam.exe" call setpriority "Normal"
  271. echo >> %userprofile%/unboost.bat wmic process where name="SteamService.exe" call setpriority "Normal"
  272. echo >> %userprofile%/unboost.bat wmic process where name="steamwebhelper.exe" call setpriority "Normal"
  273. echo >> %userprofile%/unboost.bat wmic process where name="discord.exe" call setpriority "Normal"
  274. echo >> %userprofile%/unboost.bat sc start AeLookupSvc
  275. echo >> %userprofile%/unboost.bat sc start BFE
  276. echo >> %userprofile%/unboost.bat sc start sppsvc
  277. echo >> %userprofile%/unboost.bat sc start sppuinotify
  278. echo >> %userprofile%/unboost.bat sc start Themes
  279. echo >> %userprofile%/unboost.bat sc start Winmgmt
  280. echo >> %userprofile%/unboost.bat sc start cryptsvc
  281. echo >> %userprofile%/unboost.bat sc start Netman
  282. echo >> %userprofile%/unboost.bat sc start netprofm
  283. echo >> %userprofile%/unboost.bat sc start ProfSvc
  284. echo >> %userprofile%/unboost.bat sc config NVDisplay.ContainerLocalSystem start= demand
  285. echo >> %userprofile%/unboost.bat sc start NVDisplay.ContainerLocalSystem
  286. echo >> %userprofile%/unboost.bat powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e
  287. goto CTCP
  288.  
  289. :CTCP
  290. echo >> ctcp.reg Windows Registry Editor Version 5.00
  291. echo >> ctcp.reg [HKLM\SYSTEM\CurrentControlSet\Control\Nsi\{eb004a03-9b1a-11d4-9123-0050047759bc}\0]
  292. echo >> ctcp.reg "0200"=hex:00,00,00,00,01,00,00,07,00,00,00,00,00,00,00,00,1e,00,00,00,00,00,\
  293. echo >> ctcp.reg 00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,ff,\
  294. echo >> ctcp.reg 00,ff,00,ff,ff,00,00,00,00,00,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,\
  295. echo >> ctcp.reg ff,ff,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00
  296. echo >> ctcp.reg "1700"=hex:00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  297. echo >> ctcp.reg 00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  298. echo >> ctcp.reg 00,ff,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  299. echo >> ctcp.reg ff,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00
  300. regedit.exe /s ctcp.reg
  301. del ctcp.reg
  302. goto TCP
  303.  
  304. :TCP
  305. for /F %%i in ('wmic path win32_networkadapter get GUID ^| findstr "{"') do set GUID1=%%i
  306. reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "TcpInitialRTT" /f
  307. reg add "HKLM\SOFTWARE\Microsoft\MSMQ\Parameters" /v "TCPNoDelay" /t REG_DWORD /d "1" /f
  308. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "TCPNoDelay" /t REG_DWORD /d "1" /f
  309. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "TcpAckFrequency" /t REG_DWORD /d "1" /f
  310. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "TcpDelAckTicks" /t REG_DWORD /d "0" /f
  311. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "TcpWindowSize" /t REG_DWORD /d "66550" /f
  312. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "MTU" /t REG_DWORD /d "1492" /f
  313. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "PerformRouterDiscovery" /t REG_DWORD /d "0" /f
  314. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\%GUID1%" /v "IPAutoconfigurationEnabled" /t REG_DWORD /d "0" /f
  315. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "GlobalMaxTcpWindowSize" /t REG_DWORD /d "66550" /f
  316. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "DefaultTTL" /t REG_DWORD /d "40" /f
  317. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "EnableDeadGWDetect" /t REG_DWORD /d "0" /f
  318. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "SynAttackProtect" /t REG_DWORD /d "0" /f
  319. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "MaxFreeTcbs" /t REG_DWORD /d "65536" /f
  320. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "MaxUserPort" /t REG_DWORD /d "65534" /f
  321. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "MaxHashTableSize" /t REG_DWORD /d "65535" /f
  322. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpTimedWaitDelay" /t REG_DWORD /d "30" /f
  323. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "EnablePMTUBHDetect" /t REG_DWORD /d "0" /f
  324. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "EnablePMTUDiscovery" /t REG_DWORD /d "1" /f
  325. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "Tcp1323Opts" /t REG_DWORD /d "1" /f
  326. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "IPEnableRouter" /t REG_DWORD /d "0" /f
  327. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "IGMPLevel" /t REG_DWORD /d "0" /f
  328. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "ForwardBroadcasts" /t REG_DWORD /d "0" /f
  329. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "KeepAliveInterval" /t REG_DWORD /d "100" /f
  330. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "KeepAliveTime" /t REG_DWORD /d "500000" /f
  331. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "NumTCBTablePartitions" /t REG_DWORD /d "4" /f
  332. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "EnableWsd" /t REG_DWORD /d 00000000 /f
  333. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "EnableTCPA" /t REG_DWORD /d 00000001 /f
  334. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "EnableICMPRedirect" /t REG_DWORD /d "1" /f
  335. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "EnablePMTUDiscovery" /t REG_DWORD /d "1" /f
  336. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpMaxDupAcks" /t REG_DWORD /d "2" /f
  337. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpTimedWaitDelay" /t REG_DWORD /d "30" /f
  338. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "MaxConnectionsPerServer" /t REG_DWORD /d "0" /f
  339. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "MaxUserPort" /t REG_DWORD /d "65534" /f
  340. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "SackOpts" /t REG_DWORD /d "0" /f
  341. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "DisableTaskOffload" /t REG_DWORD /d "0" /f
  342. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v EnableDCA /t REG_DWORD /d 00000001 /f
  343. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v DisableLargeMTU /t REG_DWORD /d 00000000 /f
  344. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v EnableConnectionRateLimiting /t REG_DWORD /d 00000000 /f
  345. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v TCPMaxDataRetransmissions /t REG_DWORD /d 00000005 /f
  346. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v TcpNumConnections /t REG_DWORD /d 00000500 /f
  347. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v TcpCreateAndConnectTcbRateLimitDepth /t REG_DWORD /d 00000000 /f
  348. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v QualifyingDestinationThreshold /t REG_DWORD /d 00000003 /f
  349. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Winsock" /v "UseDelayedAcceptance" /t REG_DWORD /d "0" /f
  350. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Winsock" /v "MaxSockAddrLength" /t REG_DWORD /d "16" /f
  351. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Winsock" /v "MinSockAddrLength" /t REG_DWORD /d "16" /f
  352. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "DnsPriority" /t REG_DWORD /d "6" /f
  353. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "HostsPriority" /t REG_DWORD /d "5" /f
  354. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "LocalPriority" /t REG_DWORD /d "4" /f
  355. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "NetbtPriority" /t REG_DWORD /d "7" /f
  356. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider" /v "Class" /t REG_DWORD /d "8" /f
  357. reg add "HKLM\SYSTEM\ControlSet001\Services\NetBT\Parameters" /v "NameSrvQueryTimeout" /t REG_DWORD /d "3000" /f
  358. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\DnsClient" /v "EnableMulticast" /t REG_DWORD /d "0" /f
  359. reg add "HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters" /v "MaximumUdpPacketSize" /t REG_DWORD /d "1280" /f
  360. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "NegativeCacheTime" /t REG_DWORD /d "0" /f
  361. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "NegativeSOACacheTime" /t REG_DWORD /d "0" /f
  362. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "NetFailureCacheTime" /t REG_DWORD /d "0" /f
  363. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "CacheHashTableBucketSize" /t REG_DWORD /d "1" /f
  364. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "CacheHashTableSize" /t REG_DWORD /d "384" /f
  365. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "MaxNegativeCacheTtl" /t REG_DWORD /d "0" /f
  366. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "ServiceDllUnloadOnStop" /t REG_DWORD /d "1" /f
  367. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "maxcachettl" /t REG_DWORD /d "13824" /f
  368. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "maxnegativecachettl" /t REG_DWORD /d "0" /f
  369. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "MaxCacheEntryTtlLimit" /t REG_DWORD /d "86400" /f
  370. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "MaxSOACacheEntryTtlLimit" /t REG_DWORD /d "300" /f
  371. reg add "HKLM\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters" /v "CacheHashTableSize" /t REG_DWORD /d "384" /f
  372. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "SystemResponsiveness" REG_DWORD /d "00000000" /f
  373. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "NetworkThrottlingIndex" /t REG_DWORD /d "4294967295" /f
  374. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "AlwaysOn" REG_DWORD /d "00000001" /f
  375. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "NoLazyMode" REG_DWORD /d "00000001" /f
  376. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "GPU Priority" REG_DWORD /d "0000008" /f
  377. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "PowerThrottlingOff" /t REG_DWORD /d "0000001" /f
  378. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio" /v "Affinity" REG_DWORD /d "00000007" /f
  379. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio" /v "Background Only" REG_SZ /d "True" /f
  380. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio" /v "Clock Rate" REG_DWORD /d "00002710" /f
  381. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio" /v "GPU Priority" REG_DWORD /d "00000008" /f
  382. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio" /v "Priority" REG_DWORD /d "00000006" /f
  383. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio" /v "Scheduling Category" REG_SZ /d "Medium" /f
  384. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Audio" /v "SFIO Priority" REG_SZ /d "Normal" /f
  385. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "Affinity" REG_DWORD /d "00000000" /f
  386. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "Background Only" REG_SZ /d "True" /f
  387. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "BackgroundPriority" REG_DWORD /d "00000018" /f
  388. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "Clock Rate" REG_DWORD /d "00002710" /f
  389. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "GPU Priority" REG_DWORD /d "00000012" /f
  390. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "Priority" REG_DWORD /d "00000008" /f
  391. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "Scheduling Category" REG_SZ /d "High" /f
  392. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "SFIO Priority" REG_SZ /d "High" /f
  393. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\DisplayPostProcessing" /v "Latency Sensitive" REG_SZ /d "True" /f
  394. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Affinity" REG_DWORD /d "00000000" /f
  395. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Background Only" REG_SZ /d "False" /f
  396. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "BackgroundPriority" /t REG_DWORD /d 00000008 /f
  397. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Clock Rate" REG_DWORD /d "00002710" /f
  398. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Priority" REG_DWORD /d "00000006" /f
  399. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Scheduling Category" REG_SZ /d "High" /f
  400. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "SFIO Priority" REG_SZ /d "High" /f
  401. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" /v "Latency Sensitive" REG_SZ /d "True" /f
  402. reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v SizReqBuf /t REG_DWORD /d 00006300 /f
  403. reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v DisableBandwidthThrottling /t REG_DWORD /d 00000001 /f
  404. reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v MaxMpxCt /t REG_DWORD /d "2048" /f
  405. reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v MaxWorkItems /t REG_DWORD /d "8192" /f
  406. reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v Size /t REG_DWORD /d "3" /f
  407. reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v KeepAliveTime /t REG_DWORD /d "0" /f
  408. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters" /v DisableBandwidthThrottling /t REG_DWORD /d 00000001 /f
  409. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters" /v DisableLargeMtu /t REG_DWORD /d 00000000 /f
  410. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters" /v MaxCmds /t REG_DWORD /d 00000001 /f
  411. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters" /v MaxThreads /t REG_DWORD /d 00000064 /f
  412. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters" /v MaxCollectionCount /t REG_DWORD /d 00000020 /f
  413. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters" /v KeepConn /t REG_DWORD /d 00015180 /f
  414. goto SID
  415.  
  416. :SID
  417. for /F "tokens=* skip=1" %%n in ('wmic useraccount where "name='%username%'" get sid ^| findstr "."') do (set SID=%%n)
  418. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\UserARSO\%SID%" /v OptOut /t REG_DWORD /d 1 /f
  419. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EMDMgmt" /v "GroupPolicyDisallowCaches" /t REG_DWORD /d "1" /f
  420. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EMDMgmt" /v "AllowNewCachesByDefault" /t REG_DWORD /d "0" /f
  421. reg add "HKLM\SYSTEM\CurrentControlSet\services\rdyboost" /v "Start" /t REG_DWORD /d "0" /f
  422. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile" /v "NetworkThrottlingIndex" /t REG_DWORD /d "4294967295" /f
  423. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NoNetCrawling" /t REG_DWORD /d "1" /f
  424. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "DnsCacheTimeout" /t REG_DWORD /d "7200" /f
  425. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "KeepAliveTimeout" /t REG_DWORD /d "300000" /f
  426. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ReceiveTimeout" /t REG_DWORD /d "60000" /f
  427. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ServerInfoTimeOut" /t REG_DWORD /d "300000" /f
  428. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "SocketReceiveBufferLength" /t REG_DWORD /d "65536" /f
  429. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "SocketSendBufferLength" /t REG_DWORD /d "65536" /f
  430. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "TcpAutotuning" /t REG_DWORD /d "0" /f
  431. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "MaxConnectionsPerServer" /t REG_DWORD /d "10" /f
  432. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "MaxConnectionsPer1_0Server" /t REG_DWORD /d "10" /f
  433. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings" /v "MaxConnectionsPerServer" /t REG_DWORD /d "10" /f
  434. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings" /v "MaxConnectionsPer1_0Server" /t REG_DWORD /d "10" /f
  435. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER" /v "explorer.exe" /t REG_DWORD /d "10" /f
  436. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER" /v "iexplore.exe" /t REG_DWORD /d "10" /f
  437. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER" /v "explorer.exe" /t REG_DWORD /d "10" /f
  438. reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER" /v "iexplore.exe" /t REG_DWORD /d "10" /f
  439. reg add "HKLM\SOFTWARE\Microsoft\MSMQ\Parameters" /v "TCPNoDelay" /t REG_DWORD /d "0000001" /f
  440. reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoRecentDocsNetHood /t REG_DWORD /d 00000001 /f
  441. reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NoNetCrawling" /t REG_DWORD /d "1" /f
  442. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "DefaultSendWindow" /t REG_DWORD /d "66550" /f
  443. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "DefaultReceiveWindow" /t REG_DWORD /d "66550" /f
  444. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "EnableDynamicBacklog" /t REG_DWORD /d "1" /f
  445. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "MinimumDynamicBacklog" /t REG_DWORD /d "20" /f
  446. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "MaximumDynamicBacklog" /t REG_DWORD /d "20000" /f
  447. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "DynamicBacklogGrowthDelta" /t REG_DWORD /d "10" /f
  448. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "PriorityBoost" /t REG_DWORD /d "8" /f
  449. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "IRPStackSize" /t REG_DWORD /d "50" /f
  450. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "LargeBufferSize" /t REG_DWORD /d "32768" /f
  451. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "MediumBufferSize" /t REG_DWORD /d "12032" /f
  452. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "NonBlockingSendSpecialBuffering" /t REG_DWORD /d "1" /f
  453. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "SmallBufferSize" /t REG_DWORD /d "1024" /f
  454. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "FastCopyReceiveThreshold" /t REG_DWORD /d "1500" /f
  455. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "FastSendDatagramThreshold" /t REG_DWORD /d "1500" /f
  456. reg add "HKLM\SYSTEM\CurrentControlSet\Services\NetBT\Parameters" /v "EnableLMHOSTS" /t REG_DWORD /d "0" /f
  457. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "FastSendDatagramThreshold" /t REG_DWORD /d "000005dc" /f
  458. reg add "HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters" /v "FastCopyReceiveThreshold" /t REG_DWORD /d "000005dc" /f
  459. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Psched" /v "NonBestEffortLimit" /t REG_DWORD /d "0" /f
  460. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "DoNotShowFeedbackNotifications" /t REG_DWORD /d "1" /f
  461. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Psched" /v "NonBestEffortLimit" /t REG_DWORD /d "0" /f
  462. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Psched" /v "TimerResolution" /t REG_DWORD /d "1" /f
  463. reg add "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "MaxConnectionsPerServer" /t REG_DWORD /d "10" /f
  464. reg add "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "MaxConnectionsPer1_0Server" /t REG_DWORD /d "10" /f
  465. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Executive" /v AdditionalDelayedWorkerThreads /t REG_DWORD /d 00000016 /f
  466. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Executive" /v AdditionalCriticalWorkerThreads /t REG_DWORD /d 00000016 /f
  467. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\I/O System" /v CountOperations /t REG_DWORD /d 00000000 /f
  468. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v IoPageLockLimit /t REG_DWORD /d "16710656" /f
  469. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v DisablePagingExecutive /t REG_DWORD /d "1" /f
  470. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v LargeSystemCache /t REG_DWORD /d 00000000 /f
  471. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "SystemPages" /t REG_DWORD /d "4294967295" /f
  472. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "ClearPageFileAtShutdown" /t REG_DWORD /d "0" /f
  473. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnableBoottrace" /t REG_DWORD /d "0" /f
  474. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnablePrefetcher" /t REG_DWORD /d "0" /f
  475. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "DisableDeleteNotification" /t REG_DWORD /d "0" /f
  476. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d "0" /f
  477. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsAllowExtendedCharacter8dot3Rename" /t REG_DWORD /d "0" /f
  478. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsBugcheckOnCorrupt" /t REG_DWORD /d "0" /f
  479. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisableCompression" /t REG_DWORD /d "0" /f
  480. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisableEncryption" /t REG_DWORD /d "1" /f
  481. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsEncryptPagingFile" /t REG_DWORD /d "0" /f
  482. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsMemoryUsage" /t REG_DWORD /d "0" /f
  483. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsMftZoneReservation" /t REG_DWORD /d "3" /f
  484. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "RefsDisableLastAccessUpdate" /t REG_DWORD /d "1" /f
  485. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "UdfsSoftwareDefectManagement" /t REG_DWORD /d "0" /f
  486. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "Win31FileSystem" /t REG_DWORD /d "0" /f
  487. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "FileNameCache" /t REG_DWORD /d "1024" /f
  488. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "PathCache" /t REG_DWORD /d "128" /f
  489. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "NtfsDisable8dot3NameCreation" /t REG_DWORD /d "1" /f
  490. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "ContigFileAllocSize" /t REG_DWORD /d "1536" /f
  491. reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "DontVerifyRandomDrivers" /t REG_DWORD /d "1" /f
  492. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "DisableDeleteNotification" /t REG_DWORD /d "0" /f
  493. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d "0" /f
  494. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsAllowExtendedCharacter8dot3Rename" /t REG_DWORD /d "0" /f
  495. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsBugcheckOnCorrupt" /t REG_DWORD /d "0" /f
  496. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsDisableCompression" /t REG_DWORD /d "0" /f
  497. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsDisableEncryption" /t REG_DWORD /d "1" /f
  498. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsEncryptPagingFile" /t REG_DWORD /d "0" /f
  499. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsMemoryUsage" /t REG_DWORD /d "0" /f
  500. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsMftZoneReservation" /t REG_DWORD /d "4" /f
  501. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "RefsDisableLastAccessUpdate" /t REG_DWORD /d "1" /f
  502. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "UdfsSoftwareDefectManagement" /t REG_DWORD /d "0" /f
  503. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "Win31FileSystem" /t REG_DWORD /d "0" /f
  504. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "FileNameCache" /t REG_DWORD /d "1024" /f
  505. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "PathCache" /t REG_DWORD /d "128" /f
  506. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "NtfsDisable8dot3NameCreation" /t REG_DWORD /d "1" /f
  507. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "ContigFileAllocSize" /t REG_DWORD /d "1536" /f
  508. reg add "HKLM\SYSTEM\ControlSet001\Control\FileSystem" /v "DontVerifyRandomDrivers" /t REG_DWORD /d "1" /f
  509. reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects" /v "VisualFXSetting" /t REG_DWORD /d "3" /f
  510. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DWMEnabled" /v "DefaultApplied" /t REG_DWORD /d "0" /f
  511. reg delete "HKCU\Software\Microsoft\Windows\DWM" /v "ColorizationAfterglowBalance" /f
  512. reg delete "HKCU\Software\Microsoft\Windows\DWM" /v "ColorizationBlurBalance" /f
  513. reg delete "HKCU\Software\Microsoft\Windows\DWM" /v "ColorizationGlassReflectionIntensity" /f
  514. reg delete "HKCU\Software\Microsoft\Windows\DWM" /v "ColorizationColorBalance" /f
  515. reg delete "HKCU\Software\Microsoft\Windows\DWM" /v "ColorizationColor" /f
  516. reg delete "HKCU\Software\Microsoft\Windows\DWM" /v "ColorizationAfterglow" /f
  517. reg add "HKCR\Software\Microsoft\Windows\DWM" /v "Composition" /t REG_DWORD /d "00000000" /f
  518. reg add "HKCR\Software\Microsoft\Windows\DWM" /v "EnableAeroPeek" /t REG_DWORD /d "00000000" /f
  519. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_SearchFiles" /t REG_DWORD /d "2" /f
  520. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_ShowHelp" /t REG_DWORD /d "0" /f
  521. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_TrackDocs" /t REG_DWORD /d "1" /f
  522. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarGlomLevel" /t REG_DWORD /d "1" /f
  523. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarSmallIcons" /t REG_DWORD /d "0" /f
  524. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_AdminToolsRoot" /t REG_DWORD /d "2" /f
  525. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "StartMenuAdminTools" /t REG_DWORD /d "1" /f
  526. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SuperHidden" /t REG_DWORD /d "1" /f
  527. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSuperHidden" /t REG_DWORD /d "1" /f
  528. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d "1" /f
  529. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d "0" /f
  530. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideMergeConflicts" /t REG_DWORD /d "0" /f
  531. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneExpandToCurrentFolder" /t REG_DWORD /d "0" /f
  532. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t REG_DWORD /d "0" /f
  533. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ServerAdminUI" /t REG_DWORD /d "0" /f
  534. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_PowerButtonAction" /t REG_DWORD /d "4" /f
  535. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCompColor" /t REG_DWORD /d "1" /f
  536. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "DontPrettyPath" /t REG_DWORD /d "0" /f
  537. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowInfoTip" /t REG_DWORD /d "1" /f
  538. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideIcons" /t REG_DWORD /d "0" /f
  539. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "MapNetDrvBtn" /t REG_DWORD /d "0" /f
  540. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "WebView" /t REG_DWORD /d "1" /f
  541. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Filter" /t REG_DWORD /d "0" /f
  542. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SeparateProcess" /t REG_DWORD /d "0" /f
  543. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "AutoCheckSelect" /t REG_DWORD /d "0" /f
  544. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "IconsOnly" /t REG_DWORD /d "0" /f
  545. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTypeOverlay" /t REG_DWORD /d "1" /f
  546. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ListviewAlphaSelect" /t REG_DWORD /d "0" /f
  547. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ListviewShadow" /t REG_DWORD /d "0" /f
  548. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarAnimations" /t REG_DWORD /d "0" /f
  549. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "StartMenuInit" /t REG_DWORD /d "4" /f
  550. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_ShowMyGames" /t REG_DWORD /d "0" /f
  551. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarSizeMove" /t REG_DWORD /d "0" /f
  552. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "DisablePreviewDesktop" /t REG_DWORD /d "0" /f
  553. reg add "HKCR\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v "AllItemsIconView" /t REG_DWORD /d "00000001" /f
  554. reg add "HKCR\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoLowDiskSpaceChecks" REG_DWORD /d "00000001" /f
  555. reg add "HKCR\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "LinkResolveIgnoreLinkInfo" REG_DWORD /d "00000001" /f
  556. reg add "HKCR\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoResolveSearch" REG_DWORD /d "00000001" /f
  557. reg add "HKCR\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoResolveTrack" REG_DWORD /d "00000001" /f
  558. reg add "HKCR\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoInternetOpenWith" REG_DWORD /d "00000001" /f
  559. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "PromptOnSecureDesktop" /t REG_DWORD /d "0" /f
  560. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "ConsentPromptBehaviorAdmin" /t REG_DWORD /d "0" /f
  561. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t REG_DWORD /d "0" /f
  562. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\NetCache" /v "Enabled" /t REG_DWORD /d 0x0 /f
  563. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ThemeManager" /v "ThemeActive" /t REG_SZ /d "0" /f
  564. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation" /v "DisableStartupSound" /t REG_DWORD /d "1" /f
  565. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "EnableAutoTray" /t REG_DWORD /d "0" /f
  566. reg add "HKCU\Software\Microsoft\Multimedia\Audio\DeviceCpl" /v "ShowHiddenDevices" /t REG_DWORD /d "1" /f
  567. reg add "HKCU\Software\Microsoft\Multimedia\Audio" /v "UserDuckingPreference" /t REG_DWORD /d "3" /f
  568. reg add "HKCR\Control Panel\Appearance\New Schemes" /v "SelectedStyle" /d "4" /f
  569. reg add "HKCU\Control Panel\Desktop" /v "UserPreferencesMask" /t REG_BINARY /d "9812018010000000" /f
  570. reg add "HKCR\Control Panel\Desktop" /v "AutoEndTasks" REG_DWORD /d "00000001" /f
  571. reg add "HKCR\Control Panel\Desktop" /v "HungAppTimeout" REG_DWORD /d "00001000" /f
  572. reg add "HKCR\Control Panel\Desktop" /v "MenuShowDelay" REG_DWORD /d "00000000" /f
  573. reg add "HKCR\Control Panel\Desktop" /v "LowLevelHooksTimeout" REG_DWORD /d "00001000" /f
  574. reg add "HKCU\Control Panel\Desktop" /v "WaitToKillAppTimeout" /t REG_SZ /d "1000" /f
  575. reg add "HKCU\Control Panel\Desktop" /v "ActiveWndTrkTimeout" /t REG_DWORD /d "0" /f
  576. reg add "HKCU\Control Panel\Desktop" /v "ForegroundLockTimeout" /t REG_DWORD /d "200000" /f
  577. reg add "HKCU\Control Panel\Desktop" /v "DragFullWindows" /t REG_SZ /d "1" /f
  578. reg add "HKCR\Control Panel\Accessibility\StickyKeys" /v Flags /t REG_BINARY /d 506 /f
  579. reg add "HKCR\Control Panel\Accessibility\Keyboard Response" /v Flags /t REG_BINARY /d 122 /f
  580. reg add "HKCR\Control Panel\Accessibility\ToggleKeys" /v Flags /t REG_BINARY /d 58 /f
  581. reg add "HKU\.DEFAULT\Control Panel\Accessibility\StickyKeys" /v Flags /t REG_BINARY /d 506 /f
  582. reg add "HKU\.DEFAULT\Control Panel\Accessibility\Keyboard Response" /v Flags /t REG_BINARY /d 122 /f
  583. reg add "HKU\.DEFAULT\Control Panel\Accessibility\ToggleKeys" /v Flags /t REG_BINARY /d 58 /f
  584. reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys" /v "Flags" /f /t REG_DWORD /d 506
  585. reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response" /v "Flags" /f /t REG_DWORD /d 122
  586. reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys" /v "Flags" /f /t REG_DWORD /d 58
  587. reg add "HKCR\TEMP\Control Panel\Desktop" /v "ScreenSaveActive" /d "0" /f
  588. reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v "WaitToKillServiceTimeout" REG_DWORD /d "00002000" /f
  589. reg add "HKCR\Control Panel\Mouse" /v MouseSensitivity /t REG_SZ /d 10 /f
  590. reg add "HKCR\Control Panel\Mouse" /v SmoothMouseXCurve /t REG_BINARY /d 0000000000000000703D0A0000000000E07A14000000000050B81E0000000000C0F5280000000000 /f
  591. reg add "HKCR\Control Panel\Mouse" /v SmoothMouseYCurve /t REG_BINARY /d 0000000000000000000038000000000000007000000000000000A800000000000000E00000000000 /f
  592. reg add "HKU\.DEFAULT\Control Panel\Mouse" /v MouseSpeed /t REG_BINARY /d 0 /f
  593. reg add "HKU\.DEFAULT\Control Panel\Mouse" /v MouseThreshold1 /t REG_BINARY /d 0 /f
  594. reg add "HKU\.DEFAULT\Control Panel\Mouse" /v MouseThreshold2 /t REG_BINARY /d 0 /f
  595. reg add "HKU\.DEFAULT\Control Panel\Mouse" /v MouseHoverTime /t REG_BINARY /d 30 /f
  596. reg add "HKCR\Control Panel\Mouse" /v MouseHoverTime /t REG_BINARY /d 30 /f
  597. reg add "HKLM\SOFTWARE\Microsoft\Input\Settings\ControllerProcessor\CursorSpeed" /v "CursorSensitivity" REG_DWORD /d "000003e8" /f
  598. reg add "HKLM\SOFTWARE\Microsoft\Input\Settings\ControllerProcessor\CursorSpeed" /v "CursorUpdateInterval" REG_DWORD /d "00000001" /f
  599. reg add "HKLM\SOFTWARE\Policies\Mozilla\Firefox" /v DisableAppUpdate /t REG_DWORD /d "00000001" /f
  600. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d "0" /f
  601. reg add "HKLM\SYSTEM\CurrentControlSet\services\NvTelemetryContainer" /v Start /t REG_DWORD /d 00000004 /f
  602. reg add "HKLM\Software\Policies\Microsoft\Windows\datacollection" /v "allowtelemetry" /t REG_DWORD /d "0" /f
  603. reg add "HKCU\Software\Policies\Microsoft\office\16.0\osm" /v "enableupload" /t REG_DWORD /d "0" /f
  604. reg add "HKLM\Software\Microsoft\SystemCertificates\AuthRoot\AutoUpdate" /v "LastSyncTime" /t REG_BINARY /d "72BFE7B53DAAD501" /f
  605. reg add "HKLM\Software\Microsoft\wcmsvc\wifinetworkmanager" /v "wifisenseopen" /t REG_DWORD /d "0" /f
  606. reg add "HKLM\Software\Microsoft\wcmsvc\wifinetworkmanager" /v "wifisensecredshared" /t REG_DWORD /d "0" /f
  607. reg add "HKLM\Software\Microsoft\Windows Defender\spynet" /v "submitsamplesconsent" /t REG_DWORD /d "0" /f
  608. reg add "HKLM\Software\Microsoft\Windows Defender\spynet" /v "spynetreporting" /t REG_DWORD /d "0" /f
  609. reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{FB3C354D-297A-4EB2-9B58-090F6361906B}" /v "Hash" /t REG_BINARY /d "589FF5746C7B150AD7249EC2FAE78EA7A5E07FCCDDF388C158ED71AFC74F6031" /f
  610. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing" /v "SessionIdHigh" /t REG_DWORD /d "30779965" /f
  611. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\DateTime\servers" /v "3" /t REG_SZ /d "3.pool.ntp.org" /f
  612. reg add "HKLM\SOFTWARE\Microsoft\Windows\Currentversion\WindowsUpdate\Auto Update" /v "includerecommendedupdates" /t REG_DWORD /d "0" /f
  613. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "enablefeaturedsoftware" /t REG_DWORD /d "0" /f
  614. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "AUOptions" /t REG_DWORD /d "2" /f
  615. reg add "HKLM\Software\Policies\Microsoft\Windows\scripteddiagnosticsprovider\policy" /v "enablequeryremoteserver" /t REG_DWORD /d "0" /f
  616. reg add "HKLM\Software\Policies\Microsoft\Windows\skydrive" /v "disablefilesync" /t REG_DWORD /d "1" /f
  617. reg add "HKLM\System\ControlSet001\services\W32Time\TimeProviders\NtpClient" /v "SpecialPollTimeRemaining" /t REG_MULTI_SZ /d "" /f
  618. reg add "HKLM\System\ControlSet001\services\W32Time\TimeProviders\NtpClient" /v "SpecialPollInterval" /t REG_DWORD /d "14400" /f
  619. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\AIT" /v "AITEnable" /t REG_DWORD /d "0" /f
  620. reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade" /f
  621. reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /f
  622. reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack /f
  623. reg delete HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener /f
  624. reg delete HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\Diagtrack-Listener /f
  625. reg delete HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\SQMLogger /f
  626. reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser" /f
  627. reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\ClientTelemetry" /f
  628. reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags" /v UpgradeEligible /f
  629. reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\TelemetryController" /f
  630. reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "AcceleratedInstallRequired" /f
  631. reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "SetupWizardLaunchTime" /f
  632. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\SipNotify /v DontRemindMe /t REG_DWORD /d 1 /f
  633. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\SipNotify /v DateModified /t REG_QWORD /d 0x0 /f
  634. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\SipNotify /v LastShown /t REG_QWORD /d 0x0 /f
  635. reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\Gwx /v DisableGwx /t REG_DWORD /d 1 /f
  636. reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v DisableOSUpgrade /t REG_DWORD /d 1 /f
  637. reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade /v AllowOSUpgrade /t REG_DWORD /d 0 /f
  638. reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack /v DiagTrackAuthorization /t REG_DWORD /d 0 /f
  639. reg add HKLM\SOFTWARE\Microsoft\SQMClient\IE /v CEIPEnable /t REG_DWORD /d 0 /f
  640. reg add HKLM\SOFTWARE\Microsoft\SQMClient\IE /v SqmLoggerRunning /t REG_DWORD /d 0 /f
  641. reg add HKLM\SOFTWARE\Microsoft\SQMClient\Reliability /v CEIPEnable /t REG_DWORD /d 0 /f
  642. reg add HKLM\SOFTWARE\Microsoft\SQMClient\Reliability /v SqmLoggerRunning /t REG_DWORD /d 0 /f
  643. reg add HKLM\SOFTWARE\Microsoft\SQMClient\Windows /v CEIPEnable /t REG_DWORD /d 0 /f
  644. reg add HKLM\SOFTWARE\Microsoft\SQMClient\Windows /v SqmLoggerRunning /t REG_DWORD /d 0 /f
  645. reg add HKLM\SOFTWARE\Microsoft\SQMClient\Windows /v DisableOptinExperience /t REG_DWORD /d 1 /f
  646. reg add "HKLM\Software\Microsoft\Windows\ScheduledDiagnostics" /v "EnabledExecution" /t REG_DWORD /d "0" /f
  647. reg add "HKLM\Software\Microsoft\Windows\ScriptedDiagnosticsProvider\Policy" /v "EnableQueryRemoteServer" /t REG_DWORD /d "0" /f
  648. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "NextFeaturedUpdatesNotificationTime" /t REG_SZ /d "2019-11-30 10:55:34" /f
  649. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "AUOptions" /t REG_DWORD /d "1" /f
  650. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "IncludeRecommendedUpdates" /t REG_DWORD /d "0" /f
  651. reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "ElevateNonAdmins" /t REG_DWORD /d "0" /f
  652. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser" /v HaveUploadedForTarget /t REG_DWORD /d 1 /f
  653. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\AIT" /v AITEnable /t REG_DWORD /d 0 /f
  654. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\ClientTelemetry" /v DontRetryOnError /t REG_DWORD /d 1 /f
  655. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\ClientTelemetry" /v IsCensusDisabled /t REG_DWORD /d 1 /f
  656. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\ClientTelemetry" /v TaskEnableRun /t REG_DWORD /d 1 /f
  657. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Tracing" /v InstallInfoCheck /t REG_DWORD /d 0 /f
  658. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Tracing" /v ARPInfoCheck /t REG_DWORD /d 0 /f
  659. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Tracing" /v MediaInfoCheck /t REG_DWORD /d 0 /f
  660. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Tracing" /v FileInfoCheck /t REG_DWORD /d 0 /f
  661. goto TASKS
  662.  
  663. :TASKS
  664. schtasks /Change /TN "Microsoft\Windows\Location\Notifications" /DISABLE
  665. schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /DISABLE
  666. schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /DISABLE
  667. schtasks /Change /TN "Microsoft\Windows\RemoteAssistance\RemoteAssistanceTask" /DISABLE
  668. schtasks /Change /TN "Microsoft\Windows\Multimedia\SystemSoundsService" /DISABLE
  669. schtasks /Change /TN "Microsoft\Windows\CertificateServicesClient\SystemTask" /DISABLE
  670. schtasks /Change /TN "Microsoft\Windows\Windows Media Sharing\UpdateLibrary" /DISABLE
  671. schtasks /Change /TN "Microsoft\Windows\CertificateServicesClient\UserTask" /DISABLE
  672. schtasks /Change /TN "Microsoft\Windows\Maintenance\WinSAT" /DISABLE
  673. schtasks /Change /TN "Microsoft\Windows\MemoryDiagnostic\CorruptionDetector" /DISABLE
  674. schtasks /Change /TN "Microsoft\Windows\MemoryDiagnostic\DecompressionFailureDetector" /DISABLE
  675. schtasks /Change /TN "Microsoft\Windows\MobilePC\HotStart" /DISABLE
  676. schtasks /Change /TN "Microsoft\Windows\Tcpip\IpAddressConflict1" /DISABLE
  677. schtasks /Change /TN "Microsoft\Windows\Tcpip\IpAddressConflict2" /DISABLE
  678. schtasks /Change /TN "Microsoft\Windows\MUI\LPRemove" /DISABLE
  679. schtasks /Change /TN "Microsoft\Windows\Ras\MobilityManager" /DISABLE
  680. schtasks /Change /TN "Microsoft\Windows Defender\MpIdleTask" /DISABLE
  681. schtasks /Change /TN "Microsoft\Windows\TextServicesFramework\MsCtfMonitor" /DISABLE
  682. schtasks /Change /TN "Microsoft\Windows\Windows Filtering Platform\BfeOnServiceStartTypeChange" /DISABLE
  683. schtasks /Change /TN "Microsoft\Windows\Registry\RegIdleBackup" /DISABLE
  684. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /DISABLE
  685. schtasks /Change /TN "Microsoft\Windows\Defrag\ScheduledDefrag" /DISABLE
  686. schtasks /Change /TN "Microsoft\Windows\Power Efficiency Diagnostics\Analyze System" /DISABLE
  687. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /DISABLE
  688. schtasks /Change /TN "Microsoft\Windows Defender\MP Scheduled Scan" /DISABLE
  689. schtasks /Change /TN "Microsoft\Windows\Application Experience\AitAgent" /DISABLE
  690. schtasks /Change /TN "Microsoft\Windows\Time Synchronization\SynchronizeTime" /DISABLE
  691. schtasks /Change /TN "Microsoft\Windows\Diagnosis\Scheduled" /DISABLE
  692. schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnostic" /DISABLE
  693. schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /DISABLE
  694. schtasks /Change /TN "Microsoft\Windows\SystemRestore\SR" /DISABLE
  695. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /DISABLE
  696. schtasks /Change /TN "Microsoft\Windows\RAC\RacTask" /DISABLE
  697. schtasks /Change /TN "Microsoft\Windows\WindowsBackup\ConfigNotification" /DISABLE
  698. schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /DISABLE
  699. schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /DISABLE
  700. schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /DISABLE
  701. schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan" /DISABLE
  702. schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Verification" /DISABLE
  703. schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\Automatic App Update" /DISABLE
  704. schtasks /Change /TN "Microsoft\Windows\UpdateOrchestrator\Reboot" /DISABLE
  705. schtasks /Change /TN "Microsoft\Windows\UpdateOrchestrator\Refresh Settings" /DISABLE
  706. schtasks /Change /TN "Microsoft\Windows\UpdateOrchestrator\USO_UxBroker_Display" /DISABLE
  707. schtasks /Change /TN "Microsoft\Windows\UpdateOrchestrator\USO_UxBroker_ReadyToReboot" /DISABLE
  708. schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\sih" /DISABLE
  709. schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\sihboot" /DISABLE
  710. schtasks /Change /TN "Microsoft\Windows Defender\MPIdleTask" /DISABLE
  711. schtasks /Change /TN "Microsoft\Windows Defender\MP Scheduled Scan" /DISABLE
  712. schtasks /Change /TN "Microsoft\Windows\SetupSQMTask" /DISABLE
  713. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /DISABLE
  714. schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\TelTask" /DISABLE
  715. schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /DISABLE
  716. schtasks /Change /TN "Microsoft\Windows\PerfTrack\BackgroundConfigSurveyor" /DISABLE
  717. schtasks /Change /TN "Microsoft\Windows\End Of Support\Notify1" /DISABLE
  718. schtasks /Change /TN "Microsoft\Windows\End Of Support\Notify2" /DISABLE
  719. schtasks /Delete /TN "Microsoft\Windows\SetupSQMTask" /F
  720. schtasks /Delete /TN "Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /F
  721. schtasks /Delete /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /F
  722. schtasks /Delete /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /F
  723. schtasks /Delete /TN "Microsoft\Windows\Customer Experience Improvement Program\TelTask" /F
  724. schtasks /Delete /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /F
  725. schtasks /Delete /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /F
  726. schtasks /Delete /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /F
  727. schtasks /Delete /TN "Microsoft\Windows\Application Experience\AitAgent" /F
  728. schtasks /Delete /TN "Microsoft\Windows\PerfTrack\BackgroundConfigSurveyor" /F
  729. schtasks /Delete /TN "Microsoft\Windows\End Of Support\Notify1" /F
  730. schtasks /Delete /TN "Microsoft\Windows\End Of Support\Notify2" /F
  731. sc.exe stop DiagTrack
  732. icacls "%ProgramData%\Microsoft\Diagnosis" /grant:r *S-1-5-32-544:(OI)(CI)(IO)(F) /T /C
  733. del /f /q %ProgramData%\Microsoft\Diagnosis\*.rbs
  734. del /f /q /s %ProgramData%\Microsoft\Diagnosis\ETLLogs\*
  735. goto SYSTEM
  736.  
  737. :SYSTEM
  738. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f
  739. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f
  740. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Superfetch/Main" /v "Enabled" /d "0" /f
  741. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Superfetch/PfApLog" /v "Enabled" /d "0" /f
  742. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Superfetch/StoreLog" /v "Enabled" /d "0" /f
  743. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v EnablePrefetcher /t REG_DWORD /d 00000000 /f
  744. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v EnableSuperfetch /t REG_DWORD /d 00000000 /f
  745. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v EnableBoottrace /t REG_DWORD /d 00000000 /f
  746. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "ClearPageFileAtShutdown" /t REG_DWORD /d "00000000" /f
  747. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "FeatureSettingsOverride" REG_DWORD /d "00000003" /f
  748. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "FeatureSettingsOverrideMask" REG_DWORD /d "00000003" /f
  749. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnablePrefetcher" REG_DWORD /d "00000000" /f
  750. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "ClearPageFileAtShutdown" REG_DWORD /d "00000000" /f
  751. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v LargeSystemCache /t REG_DWORD /d 00000000 /f
  752. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "IoPageLockLimit" /t REG_DWORD /d "08000000" /f
  753. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableInstallerDetection" /t "REG_DWORD" /d "0" /f
  754. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableSecureUIAPaths" /t "REG_DWORD" /d "0" /f
  755. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableFirstLogonAnimation" /t REG_DWORD /d "00000000" /f
  756. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "SynchronousUserGroupPolicy" /t REG_DWORD /d "00000000" /f
  757. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "SynchronousMachineGroupPolicy" /t REG_DWORD /d "00000000" /f
  758. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoLowDiskSpaceChecks" /t REG_DWORD /d "00000001" /f
  759. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "LinkResolveIgnoreLinkInfo" /t REG_DWORD /d "00000001" /f
  760. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoResolveTrack" /t REG_DWORD /d "00000001" /f
  761. reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "VsyncIdleTimeout" REG_DWORD /d "00000000" /f
  762. reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "EnablePreemption" REG_DWORD /d "00000001" /f
  763. reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnablePrefetcher" REG_DWORD /d "00000000" /f
  764. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v "forceguest" /t REG_DWORD /d "0" /f
  765. reg delete "HKLM\SOFTWARE\NVIDIA Corporation\Global\Startup\SendTelemetryData" /f
  766. reg add "HKLM\SOFTWARE\NVIDIA Corporation\Global\Startup\SendTelemetryData" /v "(Default)" /t REG_DWORD /d "0" /f
  767. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\TelemetryController\InvAgent" /v "Maintenance" /t REG_DWORD /d "0" /f
  768. reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels\Microsoft-Windows-Application-Experience/Program-Telemetry" /v "Enabled" /t REG_DWORD /d "0" /f
  769. reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowSyncProviderNotifications /t REG_DWORD /d "0" /f
  770. goto L2L3
  771.  
  772. :L2L3
  773. for /f %%a in ('wmic cpu get L2CacheSize ^| findstr /r "[0-9][0-9]"') do (
  774. set /a l2c=%%a
  775. set /a sum1=%%a
  776. )
  777. for /f %%a in ('wmic cpu get L3CacheSize ^| findstr /r "[0-9][0-9]"') do (
  778. set /a l3c=%%a
  779. set /a sum2=%%a
  780. )
  781. reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Memory Management" /v SecondLevelDataCache /t REG_DWORD /d "%sum1%" /f
  782. reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Memory Management" /v ThirdLevelDataCache /t REG_DWORD /d "%sum2%" /f
  783. for /f "usebackq tokens=6 delims=\" %%a in (`reg query HKLM\SYSTEM\ControlSet001\Control\Class /s /f "Network adapters"`) do set GUID2=%%a
  784. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*FlowControl" /t REG_SZ /d 0 /f
  785. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*PriorityVLANTag" /t REG_SZ /d 0 /f
  786. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*LsoV2IPv4" /t REG_SZ /d 0 /f
  787. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*LsoV2IPv6" /t REG_SZ /d 0 /f
  788. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*InterruptModeration" /t REG_SZ /d 0 /f
  789. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*IPChecksumOffloadIPv4" /t REG_SZ /d 1 /f
  790. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*JumboPacket" /t REG_SZ /d 1514 /f
  791. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*WakeOnPattern" /t REG_SZ /d 0 /f
  792. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*WakeOnMagicPacket" /t REG_SZ /d 0 /f
  793. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*TCPChecksumOffloadIPv4" /t REG_SZ /d 0 /f
  794. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*TCPChecksumOffloadIPv6" /t REG_SZ /d 0 /f
  795. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*UDPChecksumOffloadIPv4" /t REG_SZ /d 0 /f
  796. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*UDPChecksumOffloadIPv6" /t REG_SZ /d 0 /f
  797. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*TransmitBuffers" /t REG_SZ /d 6144 /f
  798. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*ReceiveBuffers" /t REG_SZ /d 6144 /f
  799. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*RSS" /t REG_SZ /d 1 /f
  800. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*PMARPOffload" /t REG_SZ /d 0 /f
  801. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "*PMNSOffload" /t REG_SZ /d 0 /f
  802. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\Ndi\Params\NumRssQueues\Enum /v "3" /t REG_SZ /d "3 Queues" /f
  803. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\Ndi\Params\NumRssQueues\Enum /v "4" /t REG_SZ /d "4 Queues" /f
  804. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\Ndi\Params\NumRssQueues\Enum /v "5" /t REG_SZ /d "5 Queues" /f
  805. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\Ndi\Params\NumRssQueues\Enum /v "5" /t REG_SZ /d "6 Queues" /f
  806. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "NumRssQueues" /t REG_SZ /d "6" /f
  807. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "ReceiveScalingMode" /t REG_SZ /d 1 /f
  808. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "SipsEnabled" /t REG_SZ /d 0 /f
  809. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "EnablePME" /t REG_SZ /d 0 /f
  810. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "ITR" /t REG_SZ /d 0 /f
  811. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "WakeOnLink" /t REG_SZ /d 0 /f
  812. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "WakeOnSlot" /t REG_SZ /d 0 /f
  813. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "ReduceSpeedOnPowerDown" /t REG_SZ /d 0 /f
  814. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "EEELinkAdvertisement" /t REG_SZ /d 0 /f
  815. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "TxIntDelay" /t REG_SZ /d 28 /f
  816. reg add HKLM\System\ControlSet001\Control\Class\%GUID2%\0007\ /v "EnableMSI" /t REG_SZ /d 00000001 /f
  817. reg add HKLM\SYSTEM\CurrentControlSet\services\NDIS\Parameters /v "RssBaseCpu" /t REG_DWORD /d "0" /f
  818. reg add HKLM\SYSTEM\CurrentControlSet\services\NDIS\Parameters /v "MaxNumRssCpus" /t REG_DWORD /d "4" /f
  819. goto CONTEXTMENU
  820.  
  821. :CONTEXTMENU
  822. reg delete "HKCR\DesktopBackground\Shell" /f
  823. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio" /v "MUIVerb" /t REG_SZ /d "Change Win32Priority" /f
  824. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio" /v "subcommands" /t REG_SZ /d "" /f
  825. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio" /v "position" /t REG_SZ /d "top" /f
  826. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio" /v "commandflags" /t REG_SZ /d "32" /f
  827. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio" /v "icon" /t REG_SZ /d "imageres.dll,102" /f
  828. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\01W32P" /ve /t REG_SZ /d " 42 Dec / 2A Hex = Short, Fixed, 3:1 Boost" /f
  829. reg add "HKCR\DesktopBackground\shell\7changewin32Prio\shell\01W32P" /v "icon" /t REG_SZ /d "main.cpl" /f
  830. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\01W32P\command" /ve /t REG_SZ /d "reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000042 /f" /f
  831. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\02W32P" /ve /t REG_SZ /d " 41 Dec / 29 Hex = Short, Fixed, 2:1 Boost" /f
  832. reg add "HKCR\DesktopBackground\shell\7changewin32Prio\shell\02W32P" /v "icon" /t REG_SZ /d "main.cpl" /f
  833. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\02W32P\command" /ve /t REG_SZ /d "reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000041 /f" /f
  834. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\03W32P" /ve /t REG_SZ /d " 40 Dec / 28 Hex = Short, Fixed, 1:1 Boost" /f
  835. reg add "HKCR\DesktopBackground\shell\7changewin32Prio\shell\03W32P" /v "icon" /t REG_SZ /d "main.cpl" /f
  836. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\03W32P\command" /ve /t REG_SZ /d "reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000040 /f" /f
  837. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\04W32P" /ve /t REG_SZ /d " 26 Dec / 1A Hex = Long, Fixed, 3:1 Boost" /f
  838. reg add "HKCR\DesktopBackground\shell\7changewin32Prio\shell\04W32P" /v "icon" /t REG_SZ /d "perfmon.exe" /f
  839. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\04W32P\command" /ve /t REG_SZ /d "reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000026 /f" /f
  840. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\05W32P" /ve /t REG_SZ /d " 25 Dec / 19 Hex = Long, Fixed, 2:1 Boost" /f
  841. reg add "HKCR\DesktopBackground\shell\7changewin32Prio\shell\05W32P" /v "icon" /t REG_SZ /d "perfmon.exe" /f
  842. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\05W32P\command" /ve /t REG_SZ /d "reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000025 /f" /f
  843. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\06W32P" /ve /t REG_SZ /d " 24 Dec / 18 Hex = Long, Fixed, 1:1 Boost" /f
  844. reg add "HKCR\DesktopBackground\shell\7changewin32Prio\shell\06W32P" /v "icon" /t REG_SZ /d "perfmon.exe" /f
  845. reg add "HKCR\DesktopBackground\Shell\7changewin32Prio\shell\06W32P\command" /ve /t REG_SZ /d "reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000024 /f" /f
  846. reg add "HKCR\DesktopBackground\Shell\9GameBoost" /v "MUIVerb" /t REG_SZ /d "Game Booster" /f
  847. reg add "HKCR\DesktopBackground\Shell\9gameboost" /v "Position" /t REG_SZ /d "Top" /f
  848. reg add "HKCR\DesktopBackground\Shell\9gameboost" /v "icon" /t REG_SZ /d "joy.cpl" /f
  849. reg add "HKCR\DesktopBackground\Shell\9gameboost" /v "SubCommands" /t REG_SZ /d "" /f
  850. reg add "HKCR\DesktopBackground\shell\9gameboost\shell\01Boost" /ve /t REG_SZ /d " ON" /f
  851. reg add "HKCR\DesktopBackground\shell\9gameboost\shell\01Boost" /v "icon" /t REG_SZ /d "ieaksie.dll,6" /f
  852. //ieaksie.dll,6 e ,7 X protect 100 YES protect 101
  853. reg add "HKCR\DesktopBackground\shell\9gameboost\shell\01Boost\command" /ve /t REG_SZ /d "%userprofile%/boost.bat" /f
  854. reg add "HKCR\DesktopBackground\shell\9gameboost\shell\02Unboost" /ve /t REG_SZ /d " OFF" /f
  855. reg add "HKCR\DesktopBackground\shell\9gameboost\shell\02Unboost" /v "icon" /t REG_SZ /d "ieaksie.dll,7" /f
  856. reg add "HKCR\DesktopBackground\shell\9gameboost\shell\02Unboost\command" /ve /t REG_SZ /d "%userprofile%/unboost.bat" /f
  857. reg add "HKCR\DesktopBackground\Shell\8hitreg" /v "MUIVerb" /t REG_SZ /d "Hit Reg" /f
  858. reg add "HKCR\DesktopBackground\Shell\8hitreg" /v "Position" /t REG_SZ /d "Top" /f
  859. reg add "HKCR\DesktopBackground\Shell\8hitreg" /v "icon" /t REG_SZ /d "powershell.exe" /f
  860. reg add "HKCR\DesktopBackground\Shell\8hitreg" /v "SubCommands" /t REG_SZ /d "" /f
  861. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\01Buffers" /ve /t REG_SZ /d "6144 Buffers" /f
  862. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\01Buffers" /v "icon" /t REG_SZ /d "connect.dll,4" /f
  863. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\01Buffers\command" /ve /t REG_SZ /d "%userprofile%/6144buffers.bat" /f
  864. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\02Buffers2" /ve /t REG_SZ /d "2048 Buffers" /f
  865. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\02Buffers2" /v "icon" /t REG_SZ /d "connect.dll,4" /f
  866. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\02Buffers2\command" /ve /t REG_SZ /d "%userprofile%/2048buffers.bat" /f
  867. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\03RSSQueues4" /ve /t REG_SZ /d "RSSQueues 4" /f
  868. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\03RSSQueues4" /v "icon" /t REG_SZ /d "connect.dll" /f
  869. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\03RSSQueues4\command" /ve /t REG_SZ /d "%userprofile%/rssqueues4.bat" /f
  870. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\04RSSQueues6" /ve /t REG_SZ /d "RSSQueues 6" /f
  871. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\04RSSQueues6" /v "icon" /t REG_SZ /d "connect.dll" /f
  872. reg add "HKCR\DesktopBackground\shell\8hitreg\shell\04RSSQueues6\command" /ve /t REG_SZ /d "%userprofile%/rssqueues6.bat" /f
  873. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig" /v "MUIVerb" /t REG_SZ /d "Calypto Power Plans" /f
  874. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig" /v "Position" /t REG_SZ /d "Top" /f
  875. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig" /v "Icon" /t REG_SZ /d "powercpl.dll" /f
  876. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig" /v "SubCommands" /t REG_SZ /d "" /f
  877. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\01HighPerformance" /v "MUIVerb" /t REG_SZ /d "Idle Disabled (Performance)" /f
  878. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\01HighPerformance" /v "Icon" /t REG_SZ /d "powercpl.dll" /f
  879. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\01HighPerformance\command" /ve /t REG_SZ /d "powercfg.exe /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c" /f
  880. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\02Balanced" /v "MUIVerb" /t REG_SZ /d "Idle Enabled (Power Saving)" /f
  881. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\02Balanced" /v "Icon" /t REG_SZ /d "powercpl.dll" /f
  882. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\02Balanced\command" /ve /t REG_SZ /d "powercfg.exe /setactive 381b4222-f694-41f0-9685-ff5bb260df2e" /f
  883. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\03OpenPowerOptions" /v "MUIVerb" /t REG_SZ /d "Power Options" /f
  884. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\03OpenPowerOptions" /v "Icon" /t REG_SZ /d "powercpl.dll" /f
  885. reg add "HKCR\DesktopBackground\Shell\6powerplanConfig\shell\03OpenPowerOptions\command" /ve /t REG_SZ /d "control.exe powercfg.cpl" /f
  886. reg add "HKCR\DesktopBackground\shell\12steamnoBrowser" /ve /t REG_SZ /d "Launch Steam -nobrowser" /f
  887. reg add "HKCR\DesktopBackground\shell\12steamnoBrowser" /v "icon" /t REG_SZ /d "C:\Program Files (x86)\Steam\Steam.exe" /f
  888. reg add "HKCR\DesktopBackground\shell\12steamnoBrowser\command" /ve /t REG_SZ /d "%userprofile%/steamnobrowser.bat" /f
  889. reg add "HKCR\DesktopBackground\shell\12steamnoBrowser" /v "Position" /t REG_SZ /d "Top" /f
  890. reg add "HKCR\DesktopBackground\Shell\5dns" /v "MUIVerb" /t REG_SZ /d "Set DNS" /f
  891. reg add "HKCR\DesktopBackground\Shell\5dns" /v "Position" /t REG_SZ /d "Top" /f
  892. reg add "HKCR\DesktopBackground\Shell\5dns" /v "Icon" /t REG_SZ /d "imageres.dll,20" /f
  893. //135
  894. reg add "HKCR\DesktopBackground\Shell\5dns" /v "SubCommands" /t REG_SZ /d "" /f
  895. reg add "HKCR\DesktopBackground\Shell\5dns\shell\01OpenDNS" /v "MUIVerb" /t REG_SZ /d "Open DNS - 208.67.222.220" /f
  896. reg add "HKCR\DesktopBackground\Shell\5dns\shell\01OpenDNS" /v "Icon" /t REG_SZ /d "shell32.dll,135" /f
  897. reg add "HKCR\DesktopBackground\Shell\5dns\shell\01OpenDNS\command" /ve /t REG_SZ /d "wmic nicconfig where IPEnabled=TRUE call SetDNSServerSearchOrder ("208.67.222.220","208.67.222.222")" /f
  898. reg add "HKCR\DesktopBackground\Shell\5dns\shell\02Cloudflare" /v "MUIVerb" /t REG_SZ /d "Cloudflare - 1.1.1.1" /f
  899. reg add "HKCR\DesktopBackground\Shell\5dns\shell\02Cloudflare" /v "Icon" /t REG_SZ /d "shell32.dll,135" /f
  900. reg add "HKCR\DesktopBackground\Shell\5dns\shell\02Cloudflare\command" /ve /t REG_SZ /d "wmic nicconfig where IPEnabled=TRUE call SetDNSServerSearchOrder ("1.1.1.1","1.0.0.1")" /f
  901. reg add "HKCR\DesktopBackground\Shell\5dns\shell\03UltraDNS" /v "MUIVerb" /t REG_SZ /d "Ultra DNS - 156.154.71.1" /f
  902. reg add "HKCR\DesktopBackground\Shell\5dns\shell\03UltraDNS" /v "Icon" /t REG_SZ /d "shell32.dll,135" /f
  903. reg add "HKCR\DesktopBackground\Shell\5dns\shell\03UltraDNS\command" /ve /t REG_SZ /d "wmic nicconfig where IPEnabled=TRUE call SetDNSServerSearchOrder ("156.154.71.1","198.153.192.1") " /f
  904. reg add "HKCR\DesktopBackground\Shell\5dns\shell\04Google" /v "MUIVerb" /t REG_SZ /d "Google - 8.8.8.8" /f
  905. reg add "HKCR\DesktopBackground\Shell\5dns\shell\04Google" /v "Icon" /t REG_SZ /d "shell32.dll,135" /f
  906. reg add "HKCR\DesktopBackground\Shell\5dns\shell\04Google\command" /ve /t REG_SZ /d "wmic nicconfig where IPEnabled=TRUE call SetDNSServerSearchOrder ("8.8.4.4","8.8.8.8") " /f
  907.  
  908. ::kill explorer icon imageres.dll,105
  909.  
  910. reg add "HKCR\DesktopBackground\shell\13notepad" /ve /t REG_SZ /d "Notepad++" /f
  911. reg add "HKCR\DesktopBackground\shell\13notepad" /v "SeparatorBefore" /t REG_SZ /d "" /f
  912. reg add "HKCR\DesktopBackground\shell\13notepad" /v "icon" /t REG_SZ /d "C:\Program Files\Notepad++\notepad++.exe" /f
  913. reg add "HKCR\DesktopBackground\shell\13notepad\command" /ve /t REG_SZ /d "C:\Program Files\Notepad++\notepad++.exe" /f
  914. reg add "HKCR\DesktopBackground\shell\13notepad" /v "Position" /t REG_SZ /d "Top" /f
  915. reg add "HKCR\DesktopBackground\shell\14runas" /ve /t REG_SZ /d "Admin Command Promt" /f
  916. reg add "HKCR\DesktopBackground\shell\14runas" /v "HasLUAShield" /t REG_SZ /d "" /f
  917. reg add "HKCR\DesktopBackground\shell\14runas" /v "Position" /t REG_SZ /d "Top" /f
  918. reg add "HKCR\DesktopBackground\Shell\14runas" /v "icon" /t REG_SZ /d "cmd.exe" /f
  919. reg add "HKCR\DesktopBackground\shell\14runas\command" /ve /t REG_SZ /d "cmd.exe /s /k pushd \"%%V\"" /f
  920. reg add "HKCR\DesktopBackground\Shell\14runas" /v "SeparatorBefore" /t REG_SZ /d "" /f
  921. reg add "HKCR\DesktopBackground\shell\11nv" /ve /t REG_SZ /d "Restore NVIDIA Control Panel" /f
  922. reg add "HKCR\DesktopBackground\shell\11nv" /v "Position" /t REG_SZ /d "Top" /f
  923. reg add "HKCR\DesktopBackground\Shell\11nv" /v "icon" /t REG_SZ /d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" /f
  924. reg add "HKCR\DesktopBackground\shell\11nv\command" /ve /t REG_SZ /d "%userprofile%/nvpanel.bat" /f
  925. reg add "HKCR\DesktopBackground\shell\10mc" /ve /t REG_SZ /d "Run Memory Booster" /f
  926. reg add "HKCR\DesktopBackground\shell\10mc" /v "Position" /t REG_SZ /d "Top" /f
  927. reg add "HKCR\DesktopBackground\Shell\10mc" /v "icon" /t REG_SZ /d "C:\Windows\System32\Memory Booster.exe" /f
  928. reg add "HKCR\DesktopBackground\shell\10mc\command" /ve /t REG_SZ /d "C:\Windows\System32\Memory Booster.exe" /f
  929. reg add "HKCR\DesktopBackground\Shell\10mc" /v "SeparatorAfter" /t REG_SZ /d "" /f
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937. reg add "HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000040 /f
  938. reg add "HKLM\SYSTEM\ControlSet001\Control\PriorityControl" /v Win32PrioritySeparation /t REG_DWORD /d 00000040 /f
  939. reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v "SvcHostSplitThresholdInKB" /t REG_DWORD /d "17741748" /f
  940. for /f %%i in ('wmic path win32_VideoController get PNPDeviceID ^| findstr /L "VEN_"') do set VIDEOPNPDEVICEID=%%i
  941. reg add "HKLM\SYSTEM\CurrentControlSet\Enum\%VIDEOPNPDEVICEID%\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v MSISupported /t REG_DWORD /d 00000001 /f
  942. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "PowerMizerEnable" /t REG_DWORD /d "00000001" /f
  943. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "PowerMizerLevel" /t REG_DWORD /d "00000001" /f
  944. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "PowerMizerLevelAC" /t REG_DWORD /d "00000001" /f
  945. reg add "HKLM\Software\Microsoft\WBEM\PROVIDERS\Performance" /v "Performance Refresh" /t REG_DWORD /d "1" /f
  946. reg add "HKLM\Software\NVIDIA Corporation\Uxd\PersistentValue\LastMaximumNumberOfDevicesConnectedInSeries\256\2" /ve /t REG_DWORD /d "1" /f
  947. reg add "HKLM\Software\NVIDIA Corporation\Uxd\PersistentValue\LastNumberOfDisplaysConnected\256\2" /ve /t REG_DWORD /d "1" /f
  948. reg add "HKLM\Software\NVIDIA Corporation\Uxd\PersistentValue\LastMaximumNumberOfDevicesConnectedInSeries\256\3" /ve /t REG_DWORD /d "0" /f
  949. reg add "HKLM\Software\NVIDIA Corporation\Uxd\PersistentValue\LastNumberOfDisplaysConnected\256\3" /ve /t REG_DWORD /d "0" /f
  950. reg add "HKLM\System\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000" /v "PerfLevelSrc" /t REG_DWORD /d "0x2222" /f
  951. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Video\{0433F0E5-EEEC-497A-B17F-4067DBF7E632}\0000" /v "EnableCoreSlowdown" /t REG_DWORD /d "0" /f
  952. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Video\{0433F0E5-EEEC-497A-B17F-4067DBF7E632}\0000" /v "EnableMClkSlowdown" /t REG_DWORD /d "0" /f
  953. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Video\{0433F0E5-EEEC-497A-B17F-4067DBF7E632}\0000" /v "EnableNVClkSlowdown" /t REG_DWORD /d "0" /f
  954. reg add "HKLM\System\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000" /v "EnableCoreSlowdown" /t REG_DWORD /d "0" /f
  955. reg add "HKLM\System\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000" /v "EnableNVClkSlowdown" /t REG_DWORD /d "0" /f
  956. reg add "HKLM\System\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000" /v "EnableMClkSlowdown" /t REG_DWORD /d "0" /f
  957. goto SERVICES
  958.  
  959. :SERVICES
  960. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel" /v DisableTsx /t REG_DWORD /d 1 /f
  961. reg add "HKLM\SYSTEM\CurrentControlSet\services\Dhcp" /v DependOnService /t REG_MULTI_SZ /d NSI\0Afd /f
  962. reg add "HKLM\SYSTEM\CurrentControlSet\services\AudioSrv" /v DependOnService /t REG_MULTI_SZ /d AudioEndpointBuilder\0RpcSs /f
  963. sc config AxInstSV start= disabled
  964. sc config SensrSvc start= disabled
  965. sc config AeLookupSvc start= demand
  966. sc config AppHostSvc start= disabled
  967. sc config AppIDSvc start= demand
  968. sc config Appinfo start= demand
  969. sc config ALG start= disabled
  970. sc config AppMgmt start= disabled
  971. sc config aspnet_state start= disabled
  972. sc config BITS start= demand
  973. sc config BFE start= auto
  974. sc config BDESVC start= disabled
  975. sc config wbengine start= demand
  976. sc config bthserv start= disabled
  977. sc config PeerDistSvc start= disabled
  978. sc config CertPropSvc start= disabled
  979. sc config NfsClnt start= disabled
  980. sc config KeyIso start= demand
  981. sc config EventSystem start= auto
  982. sc config COMSysApp start= demand
  983. sc config Browser start= demand
  984. sc config VaultSvc start= disabled
  985. sc config CryptSvc start= auto
  986. sc config DcomLaunch start= auto
  987. sc config UxSms start= auto
  988. sc config Dhcp start= auto
  989. sc config DPS start= disabled
  990. sc config WdiServiceHost start= disabled
  991. sc config WdiSystemHost start= disabled
  992. sc config defragsvc start= demand
  993. sc config TrkWks start= disabled
  994. sc config MSDTC start= demand
  995. sc config Dnscache start= auto
  996. sc config EFS start= disabled
  997. sc config EapHost start= demand
  998. sc config Fax start= disabled
  999. sc config fdPHost start= disabled
  1000. sc config FDResPub start= disabled
  1001. sc config gpsvc start= auto
  1002. sc config hkmsvc start= disabled
  1003. sc config HomeGroupListener start= demand
  1004. sc config HomeGroupProvider start= demand
  1005. sc config hidserv start= disabled
  1006. sc config IISADMIN start= disabled
  1007. sc config IKEEXT start= demand
  1008. sc config CISVC start= disabled
  1009. sc config UI0Detect start= disabled
  1010. sc config SharedAccess start= disabled
  1011. sc config iphlpsvc start= disabled
  1012. sc config PolicyAgent start= demand
  1013. sc config KtmRm start= demand
  1014. sc config lltdsvc start= disabled
  1015. sc config LPDSVC start= disabled
  1016. sc config Mcx2Svc start= disabled
  1017. sc config MSMQ start= disabled
  1018. sc config MSMQTriggers start= disabled
  1019. sc config clr_optimization_v2.0.50727 start= demand
  1020. sc config ftpsvc start= disabled
  1021. sc config MSiSCSI start= disabled
  1022. sc config swprv start= demand
  1023. sc config MMCSS start= auto
  1024. sc config NetMsmqActivator start= disabled
  1025. sc config NetPipeActivator start= disabled
  1026. sc config NetTcpActivator start= disabled
  1027. sc config NetTcpPortSharing start= disabled
  1028. sc config Netlogon start= disabled
  1029. sc config napagent start= disabled
  1030. sc config Netman start= demand
  1031. sc config netprofm start= demand
  1032. sc config NlaSvc start= auto
  1033. sc config nsi start= auto
  1034. sc config CscService start= disabled
  1035. sc config WPCSvc start= disabled
  1036. sc config PNRPsvc start= disabled
  1037. sc config p2psvc start= disabled
  1038. sc config p2pimsvc start= disabled
  1039. sc config pla start= demand
  1040. sc config PlugPlay start= auto
  1041. sc config IPBusEnum start= disabled
  1042. sc config PNRPauto Reg start= disabled
  1043. sc config WPDBusEnum start= disabled
  1044. sc config Power start= auto
  1045. sc config Spooler start= auto
  1046. sc config wercplsupport start= disabled
  1047. sc config PcaSvc start= disabled
  1048. sc config ProtectedStorage start= demand
  1049. sc config QWAVE start= disabled
  1050. sc config Rasauto start= demand
  1051. sc config RasMan start= demand
  1052. sc config SessionEnv start= disabled
  1053. sc config TermService start= disabled
  1054. sc config UmRdpService start= disabled
  1055. sc config RpcSs start= auto
  1056. sc config RpcLocator start= disabled
  1057. sc config RemoteRegistry start= disabled
  1058. sc config iprip start= disabled
  1059. sc config RemoteAccess start= disabled
  1060. sc config RpcEptMapper start= auto
  1061. sc config SeaPort start= disabled
  1062. sc config seclogon start= demand
  1063. sc config SstpSvc start= demand
  1064. sc config SamSs start= auto
  1065. sc config wscsvc start= delayed-auto
  1066. sc config LanmanServer start= auto
  1067. sc config ShellHWDetection start= auto
  1068. sc config simptcp start= disabled
  1069. sc config SCardSvr start= disabled
  1070. sc config SCPolicySvc start= disabled
  1071. sc config SNMP start= disabled
  1072. sc config SNMPTRAP start= disabled
  1073. sc config sppsvc start= delayed-auto
  1074. sc config sppuinotify start= demand
  1075. sc config SSDPSRV start= demand
  1076. sc config StorSvc start= disabled
  1077. sc config SysMain start= auto
  1078. sc config SENS start= auto
  1079. sc config TabletInputService start= disabled
  1080. sc config Schedule start= auto
  1081. sc config lmhosts start= auto
  1082. sc config TapiSrv start= demand
  1083. sc config TlntSvr start= disabled
  1084. sc config Themes start= auto
  1085. sc config THREADORDER start= demand
  1086. sc config TBS start= disabled
  1087. sc config upnphost start= demand
  1088. sc config ProfSvc start= auto
  1089. sc config vds start= demand
  1090. sc config VSS start= demand
  1091. sc config WMSVC start= disabled
  1092. sc config WebClient start= disabled
  1093. sc config AudioSrv start= auto
  1094. sc config AudioEndpointBuilder start= auto
  1095. sc config SDRSVC start= demand
  1096. sc config WbioSrvc start= disabled
  1097. sc config idsvc start= disabled
  1098. sc config WcsPlugInService start= disabled
  1099. sc config wcncsvc start= disabled
  1100. sc config WinDefend start= delayed-auto
  1101. sc config wudfsvc start= demand
  1102. sc config WerSvc start= disabled
  1103. sc config Wecsvc start= demand
  1104. sc config EventLog start= auto
  1105. sc config MpsSvc start= auto
  1106. sc config FontCache start= delayed-auto
  1107. sc config StiSvc start= demand
  1108. sc config msiserver start= demand
  1109. sc config fsssvc start= disabled
  1110. sc config Winmgmt start= auto
  1111. sc config ehRecvr start= disabled
  1112. sc config ehSched start= disabled
  1113. sc config WMPNetworkSvc start= disabled
  1114. sc config TrustedInstaller start= demand
  1115. sc config FontCache3.0.0.0 start= demand
  1116. sc config WAS start= disabled
  1117. sc config WinRM start= disabled
  1118. sc config WSearch start= disabled
  1119. sc config W32Time start= demand
  1120. sc config wuauserv start= delayed-auto
  1121. sc config WinHttpauto ProxySvc start= disabled
  1122. sc config dot3svc start= demand
  1123. sc config Wlansvc start= demand
  1124. sc config wmiApSrv start= demand
  1125. sc config LanmanWorkstation start= auto
  1126. sc config W3SVC start= disabled
  1127. sc config WwanSvc start= disabled
  1128. sc config spoolsv start= disabled
  1129. goto POWERPLANS
  1130.  
  1131. :POWERPLANS
  1132. reg add "HKLM\SYSTEM\ControlSet001\Enum\ACPI\MSFT0001\4&1a426706&0\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1133. reg add "HKLM\SYSTEM\ControlSet001\Enum\HID\VID_046D&PID_C080&MI_00\8&82694ba&0&0000\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1134. reg add "HKLM\SYSTEM\ControlSet001\Enum\HID\VID_046D&PID_C080&MI_01&Col01\8&1b56b0f8&0&0000\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1135. reg add "HKLM\SYSTEM\ControlSet002\Enum\ACPI\MSFT0001\4&1a426706&0\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1136. reg add "HKLM\SYSTEM\ControlSet002\Enum\HID\VID_046D&PID_C080&MI_00\8&82694ba&0&0000\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1137. reg add "HKLM\SYSTEM\ControlSet002\Enum\HID\VID_046D&PID_C080&MI_01&Col01\8&1b56b0f8&0&0000\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1138. reg add "HKLM\SYSTEM\CurrentControlSet\Enum\ACPI\MSFT0001\4&1a426706&0\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1139. reg add "HKLM\SYSTEM\CurrentControlSet\Enum\HID\VID_046D&PID_C080&MI_00\8&82694ba&0&0000\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1140. reg add "HKLM\SYSTEM\CurrentControlSet\Enum\HID\VID_046D&PID_C080&MI_01&Col01\8&1b56b0f8&0&0000\Device Parameters" /v "WaitWakeEnabled" /t REG_DWORD /d "0" /f
  1141. reg add "HKLM\SYSTEM\ControlSet001\Control\Power" /v "HibernateEnabled" REG_DWORD /d "00000000" /f
  1142. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" REG_DWORD /d "00000000" /f
  1143. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerThrottling" /v "PowerThrottlingOff" REG_DWORD /d "00000001" /f
  1144. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" REG_DWORD /d "00000000" /f
  1145. reg add "HKLM\SYSTEM\ControlSet001\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v ValueMax /t REG_DWORD /d 00000000 /f
  1146. reg add "HKLM\SYSTEM\ControlSet001\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v ValueMin /t REG_DWORD /d 00000000 /f
  1147. reg add "HKLM\SYSTEM\ControlSet002\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v ValueMax /t REG_DWORD /d 00000000 /f
  1148. reg add "HKLM\SYSTEM\ControlSet002\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v ValueMin /t REG_DWORD /d 00000000 /f
  1149. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v ValueMax /t REG_DWORD /d 00000000 /f
  1150. reg add "HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v ValueMin /t REG_DWORD /d 00000000 /f
  1151. powercfg -h OFF
  1152. powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
  1153. powercfg -attributes sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad -ATTRIB_HIDE
  1154. powercfg -changename 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c "Calypto High Performance" "Idle Disabled"
  1155. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 0
  1156. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 0
  1157. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 893dee8e-2bef-41e0-89c6-b55d0929964c 100
  1158. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 893dee8e-2bef-41e0-89c6-b55d0929964c 100
  1159. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 943c8cb6-6f93-4227-ad87-e9a3feec08d1 5
  1160. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 943c8cb6-6f93-4227-ad87-e9a3feec08d1 5
  1161. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor bc5038f7-23e0-4960-96da-33abaf5935ec 100
  1162. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor bc5038f7-23e0-4960-96da-33abaf5935ec 100
  1163. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0
  1164. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0
  1165. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 238c9fa8-0aad-41ed-83f4-97be242c9f20 29f6c1db-86da-48c5-9fdb-f2b67b1f44da 0
  1166. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 238c9fa8-0aad-41ed-83f4-97be242c9f20 29f6c1db-86da-48c5-9fdb-f2b67b1f44da 0
  1167. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 238c9fa8-0aad-41ed-83f4-97be242c9f20 9d7815a6-7ee4-497e-8888-515a05f02364 0
  1168. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 238c9fa8-0aad-41ed-83f4-97be242c9f20 9d7815a6-7ee4-497e-8888-515a05f02364 0
  1169. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 238c9fa8-0aad-41ed-83f4-97be242c9f20 bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0
  1170. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 238c9fa8-0aad-41ed-83f4-97be242c9f20 bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0
  1171. powercfg -setacvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 1
  1172. powercfg -setdcvalueindex 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 1
  1173. timeout /t 1
  1174. powercfg -setactive 381b4222-f694-41f0-9685-ff5bb260df2e
  1175. powercfg -attributes sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad -ATTRIB_HIDE
  1176. powercfg -changename 381b4222-f694-41f0-9685-ff5bb260df2e "Calypto Balanced Plan" "Idle Enabled"
  1177. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 0
  1178. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 0
  1179. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 893dee8e-2bef-41e0-89c6-b55d0929964c 100
  1180. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 893dee8e-2bef-41e0-89c6-b55d0929964c 100
  1181. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 943c8cb6-6f93-4227-ad87-e9a3feec08d1 5
  1182. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 943c8cb6-6f93-4227-ad87-e9a3feec08d1 5
  1183. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor bc5038f7-23e0-4960-96da-33abaf5935ec 100
  1184. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor bc5038f7-23e0-4960-96da-33abaf5935ec 100
  1185. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0
  1186. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0
  1187. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c9f20 29f6c1db-86da-48c5-9fdb-f2b67b1f44da 0
  1188. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c9f20 29f6c1db-86da-48c5-9fdb-f2b67b1f44da 0
  1189. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c9f20 9d7815a6-7ee4-497e-8888-515a05f02364 0
  1190. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c9f20 9d7815a6-7ee4-497e-8888-515a05f02364 0
  1191. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c9f20 bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0
  1192. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e 238c9fa8-0aad-41ed-83f4-97be242c9f20 bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0
  1193. powercfg -setacvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 0
  1194. powercfg -setdcvalueindex 381b4222-f694-41f0-9685-ff5bb260df2e sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 0
  1195. timeout /t 1
  1196. powercfg.exe /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
  1197. ::adding niko pplan
  1198. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca" /v "FriendlyName" /t REG_EXPAND_SZ /d "Xtreme Performance" /f
  1199. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca" /v "Description" /t REG_EXPAND_SZ /d "Optimized For Responsiveness" /f
  1200. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\0012ee47-9041-4b5d-9b77-535fba8b1442\51dea550-bb38-4bc4-991b-eacf37be5ec8" /v "ACSettingIndex" /t REG_DWORD /d "100" /f
  1201. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\0012ee47-9041-4b5d-9b77-535fba8b1442\6738e2c4-e8a5-4a42-b16a-e040e769756e" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1202. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\0012ee47-9041-4b5d-9b77-535fba8b1442\6738e2c4-e8a5-4a42-b16a-e040e769756e" /v "DCSettingIndex" /t REG_DWORD /d "0" /f
  1203. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\245d8541-3943-4422-b025-13a784f679b7" /v "DCSettingIndex" /t REG_DWORD /d "2" /f
  1204. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\245d8541-3943-4422-b025-13a784f679b7" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1205. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\2a737441-1930-4402-8d77-b2bebba308a3\d4e98f31-5ffe-4ce1-be31-1b38b384c009" /v "ACSettingIndex" /t REG_DWORD /d "2" /f
  1206. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\48672f38-7a9a-4bb2-8bf8-3d85be19de4e\2bfc24f9-5ea2-4801-8213-3dbae01aa39d" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1207. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\48672f38-7a9a-4bb2-8bf8-3d85be19de4e\73cde64d-d720-4bb2-a860-c755afe77ef2" /v "ACSettingIndex" /t REG_DWORD /d "50" /f
  1208. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\48672f38-7a9a-4bb2-8bf8-3d85be19de4e\d6ba4903-386f-4c2c-8adb-5c21b3328d25" /v "ACSettingIndex" /t REG_DWORD /d "100" /f
  1209. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\06cadf0e-64ed-448a-8927-ce7bf90eb35d" /v "ACSettingIndex" /t REG_DWORD /d "30" /f
  1210. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\06cadf0e-64ed-448a-8927-ce7bf90eb35e" /v "ACSettingIndex" /t REG_DWORD /d "40" /f
  1211. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v "DCSettingIndex" /t REG_DWORD /d "100" /f
  1212. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583" /v "ACSettingIndex" /t REG_DWORD /d "100" /f
  1213. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318584" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1214. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\12a0ab44-fe28-4fa9-b3bd-4b64f44960a7" /v "ACSettingIndex" /t REG_DWORD /d "20" /f
  1215. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\1facfc65-a930-4bc5-9f38-504ec097bbc0" /v "ACSettingIndex" /t REG_DWORD /d "75" /f
  1216. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\2430ab6f-a520-44a2-9601-f7f23b5134b1" /v "ACSettingIndex" /t REG_DWORD /d "97" /f
  1217. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\2ddd5a84-5a71-437e-912a-db0b8c788732" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1218. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\36687f9e-e3a5-4dbf-b1dc-15eb381c6863" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1219. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\3b04d4fd-1cc7-4f23-ab1c-d1337819c4bb" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1220. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\40fbefc7-2e9d-4d25-a185-0cfd8574bac7" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1221. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\447235c7-6a8d-4cc0-8e24-9eaf70b96e2b" /v "ACSettingIndex" /t REG_DWORD /d "2" /f
  1222. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\447235c7-6a8d-4cc0-8e24-9eaf70b96e2c" /v "ACSettingIndex" /t REG_DWORD /d "2" /f
  1223. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\465e1f50-b610-473a-ab58-00d1077dc418" /v "ACSettingIndex" /t REG_DWORD /d "2" /f
  1224. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\465e1f50-b610-473a-ab58-00d1077dc419" /v "ACSettingIndex" /t REG_DWORD /d "3" /f
  1225. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\4b92d758-5a24-4851-a470-815d78aee119" /v "ACSettingIndex" /t REG_DWORD /d "35" /f
  1226. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\4bdaf4e9-d103-46d7-a5f0-6280121616ef" /v "ACSettingIndex" /t REG_DWORD /d "85" /f
  1227. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\4d2b0152-7d5c-498b-88e2-34345392a2c5" /v "ACSettingIndex" /t REG_DWORD /d "7" /f
  1228. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\5d76a2ca-e8c0-402f-a133-2158492d58ad" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1229. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\616cdaa5-695e-4545-97ad-97dc2d1bdd88" /v "ACSettingIndex" /t REG_DWORD /d "75" /f
  1230. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\616cdaa5-695e-4545-97ad-97dc2d1bdd89" /v "ACSettingIndex" /t REG_DWORD /d "75" /f
  1231. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\619b7505-003b-4e82-b7a6-4dd29c300971" /v "ACSettingIndex" /t REG_DWORD /d "100" /f
  1232. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\619b7505-003b-4e82-b7a6-4dd29c300972" /v "ACSettingIndex" /t REG_DWORD /d "99" /f
  1233. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\6c2993b0-8f48-481f-bcc6-00dd2742aa06" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1234. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\71021b41-c749-4d21-be74-a00f335d582b" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1235. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\7b224883-b3cc-4d79-819f-8374152cbe7c" /v "ACSettingIndex" /t REG_DWORD /d "30" /f
  1236. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\7f2492b6-60b1-45e5-ae55-773f8cd5caec" /v "ACSettingIndex" /t REG_DWORD /d "3" /f
  1237. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\893dee8e-2bef-41e0-89c6-b55d0929964c" /v "ACSettingIndex" /t REG_DWORD /d "100" /f
  1238. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\893dee8e-2bef-41e0-89c6-b55d0929964d" /v "ACSettingIndex" /t REG_DWORD /d "100" /f
  1239. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\8baa4a8a-14c6-4451-8e8b-14bdbd197537" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1240. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\93b8b6dc-0698-4d1c-9ee4-0644e900c85d" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1241. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\943c8cb6-6f93-4227-ad87-e9a3feec08d1" /v "ACSettingIndex" /t REG_DWORD /d "5" /f
  1242. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\9943e905-9a30-4ec1-9b99-44dd3b76f7a2" /v "ACSettingIndex" /t REG_DWORD /d "5" /f
  1243. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\bae08b81-2d5e-4688-ad6a-13243356654b" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1244. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1245. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\c4581c31-89ab-4597-8e2b-9c9cab440e6b" /v "ACSettingIndex" /t REG_DWORD /d "30000" /f
  1246. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\c7be0679-2817-4d69-9d02-519a537ed0c6" /v "ACSettingIndex" /t REG_DWORD /d "2" /f
  1247. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\cfeda3d0-7697-4566-a922-a9086cd49dfa" /v "ACSettingIndex" /t REG_DWORD /d "30000" /f
  1248. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\e0007330-f589-42ed-a401-5ddb10e785d3" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1249. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\54533251-82be-4824-96c1-47b60b740d00\f735a673-2066-4f80-a0c5-ddee0cf1bf5d" /v "ACSettingIndex" /t REG_DWORD /d "20" /f
  1250. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\68afb2d9-ee95-47a8-8f50-4115088073b1" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1251. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\7516b95f-f776-4464-8c53-06167f40cc99\684c3e69-a4f7-4014-8754-d45179a56167" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1252. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\7516b95f-f776-4464-8c53-06167f40cc99\90959d22-d6a1-49b9-af93-bce885ad335b" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1253. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\7516b95f-f776-4464-8c53-06167f40cc99\aded5e82-b909-4619-9949-f5d71dac0bcb" /v "ACSettingIndex" /t REG_DWORD /d "100" /f
  1254. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\7516b95f-f776-4464-8c53-06167f40cc99\aded5e82-b909-4619-9949-f5d71dac0bcc" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1255. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\9596fb26-9850-41fd-ac3e-f7c3c00afd4b\10778347-1370-4ee0-8bbd-33bdacaade49" /v "ACSettingIndex" /t REG_DWORD /d "1" /f
  1256. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\de830923-a562-41af-a086-e3a2c6bad2da\5c5bb349-ad29-4ee2-9d0b-2b25270f7a81" /f
  1257. reg add "HKLM\System\ControlSet001\Control\Power\User\PowerSchemes\f90d7293-ec2a-4b1a-a490-369bcd01caca\2a737441-1930-4402-8d77-b2bebba308a3\48e6b7a6-50f5-4782-a5d4-53bb8f07e226" /v "ACSettingIndex" /t REG_DWORD /d "0" /f
  1258. goto HOSTS
  1259.  
  1260. :HOSTS
  1261. del /F /Q "%WINDIR%\system32\drivers\etc\hosts"
  1262. echo 127.0.0.1 localhost>>%windir%\system32\drivers\etc\hosts
  1263. echo 127.0.0.1 localhost.localdomain>>%windir%\system32\drivers\etc\hosts
  1264. echo 255.255.255.255 broadcasthost>>%windir%\system32\drivers\etc\hosts
  1265. echo ::1 localhost>>%windir%\system32\drivers\etc\hosts
  1266. echo 127.0.0.1 local>>%windir%\system32\drivers\etc\hosts
  1267. echo ::1 ip6-localhost ip6-loopback>>%windir%\system32\drivers\etc\hosts
  1268. echo fe00::0 ip6-localnet>>%windir%\system32\drivers\etc\hosts
  1269. echo ff00::0 ip6-mcastprefix>>%windir%\system32\drivers\etc\hosts
  1270. echo ff02::1 ip6-allnodes>>%windir%\system32\drivers\etc\hosts
  1271. echo ff02::2 ip6-allrouters>>%windir%\system32\drivers\etc\hosts
  1272. echo ff02::3 ip6-allhosts>>%windir%\system32\drivers\etc\hosts
  1273. echo. >>%windir%\system32\drivers\etc\hosts
  1274. ::Windows
  1275. echo 2.21.16.151>>%windir%\system32\drivers\etc\hosts
  1276. echo 2.21.236.193>>%windir%\system32\drivers\etc\hosts
  1277. echo 2.22.70.61>>%windir%\system32\drivers\etc\hosts
  1278. echo 2.22.71.158>>%windir%\system32\drivers\etc\hosts
  1279. echo 2.22.75.120>>%windir%\system32\drivers\etc\hosts
  1280. echo 2.22.77.127>>%windir%\system32\drivers\etc\hosts
  1281. echo 2.22.87.71>>%windir%\system32\drivers\etc\hosts
  1282. echo 2.22.245.247>>%windir%\system32\drivers\etc\hosts
  1283. echo 4.27.253.126>>%windir%\system32\drivers\etc\hosts
  1284. echo 4.27.253.253>>%windir%\system32\drivers\etc\hosts
  1285. echo 4.27.254.254>>%windir%\system32\drivers\etc\hosts
  1286. echo 8.12.223.125>>%windir%\system32\drivers\etc\hosts
  1287. echo 8.12.223.254>>%windir%\system32\drivers\etc\hosts
  1288. echo 8.26.206.252>>%windir%\system32\drivers\etc\hosts
  1289. echo 8.26.207.126>>%windir%\system32\drivers\etc\hosts
  1290. echo 8.26.209.126>>%windir%\system32\drivers\etc\hosts
  1291. echo 8.26.210.126>>%windir%\system32\drivers\etc\hosts
  1292. echo 8.254.56.254>>%windir%\system32\drivers\etc\hosts
  1293. echo 8.254.233.126>>%windir%\system32\drivers\etc\hosts
  1294. echo 8.254.240.126>>%windir%\system32\drivers\etc\hosts
  1295. echo 8.254.248.254>>%windir%\system32\drivers\etc\hosts
  1296. echo 13.107.4.50>>%windir%\system32\drivers\etc\hosts
  1297. echo 23.2.16.8>>%windir%\system32\drivers\etc\hosts
  1298. echo 23.2.16.10>>%windir%\system32\drivers\etc\hosts
  1299. echo 23.3.59.68>>%windir%\system32\drivers\etc\hosts
  1300. echo 23.3.59.213>>%windir%\system32\drivers\etc\hosts
  1301. echo 23.33.25.34>>%windir%\system32\drivers\etc\hosts
  1302. echo 23.33.31.59>>%windir%\system32\drivers\etc\hosts
  1303. echo 23.33.106.110>>%windir%\system32\drivers\etc\hosts
  1304. echo 23.46.18.40>>%windir%\system32\drivers\etc\hosts
  1305. echo 23.46.19.158>>%windir%\system32\drivers\etc\hosts
  1306. echo 23.73.138.65>>%windir%\system32\drivers\etc\hosts
  1307. echo 23.96.212.225>>%windir%\system32\drivers\etc\hosts
  1308. echo 23.98.49.14>>%windir%\system32\drivers\etc\hosts
  1309. echo 23.202.16.64>>%windir%\system32\drivers\etc\hosts
  1310. echo 23.202.21.236>>%windir%\system32\drivers\etc\hosts
  1311. echo 23.202.58.89>>%windir%\system32\drivers\etc\hosts
  1312. echo 23.202.61.139>>%windir%\system32\drivers\etc\hosts
  1313. echo 31.13.65.2>>%windir%\system32\drivers\etc\hosts
  1314. echo 31.13.69.193>>%windir%\system32\drivers\etc\hosts
  1315. echo 40.114.54.223>>%windir%\system32\drivers\etc\hosts
  1316. echo 40.117.88.112>>%windir%\system32\drivers\etc\hosts
  1317. echo 46.33.76.33>>%windir%\system32\drivers\etc\hosts
  1318. echo 46.33.76.57>>%windir%\system32\drivers\etc\hosts
  1319. echo 54.243.135.126>>%windir%\system32\drivers\etc\hosts
  1320. echo 63.148.207.70>>%windir%\system32\drivers\etc\hosts
  1321. echo 63.148.207.80>>%windir%\system32\drivers\etc\hosts
  1322. echo 63.148.207.88>>%windir%\system32\drivers\etc\hosts
  1323. echo 63.148.207.95>>%windir%\system32\drivers\etc\hosts
  1324. echo 63.148.207.97>>%windir%\system32\drivers\etc\hosts
  1325. echo 63.148.207.151>>%windir%\system32\drivers\etc\hosts
  1326. echo 63.241.108.111>>%windir%\system32\drivers\etc\hosts
  1327. echo 63.241.108.124>>%windir%\system32\drivers\etc\hosts
  1328. echo 63.243.243.34>>%windir%\system32\drivers\etc\hosts
  1329. echo 63.243.243.35>>%windir%\system32\drivers\etc\hosts
  1330. echo 63.243.243.48>>%windir%\system32\drivers\etc\hosts
  1331. echo 63.243.243.49>>%windir%\system32\drivers\etc\hosts
  1332. echo 63.243.243.58>>%windir%\system32\drivers\etc\hosts
  1333. echo 63.243.243.67>>%windir%\system32\drivers\etc\hosts
  1334. echo 64.4.6.100>>%windir%\system32\drivers\etc\hosts
  1335. echo 64.4.54.18>>%windir%\system32\drivers\etc\hosts
  1336. echo 64.4.54.22>>%windir%\system32\drivers\etc\hosts
  1337. echo 64.4.54.32>>%windir%\system32\drivers\etc\hosts
  1338. echo 64.4.54.98>>%windir%\system32\drivers\etc\hosts
  1339. echo 64.4.54.153>>%windir%\system32\drivers\etc\hosts
  1340. echo 64.4.54.165>>%windir%\system32\drivers\etc\hosts
  1341. echo 64.233.185.148>>%windir%\system32\drivers\etc\hosts
  1342. echo 64.233.185.149>>%windir%\system32\drivers\etc\hosts
  1343. echo 65.52.100.7>>%windir%\system32\drivers\etc\hosts
  1344. echo 65.52.100.9>>%windir%\system32\drivers\etc\hosts
  1345. echo 65.52.100.11>>%windir%\system32\drivers\etc\hosts
  1346. echo 65.52.100.91>>%windir%\system32\drivers\etc\hosts
  1347. echo 65.52.100.92>>%windir%\system32\drivers\etc\hosts
  1348. echo 65.52.100.93>>%windir%\system32\drivers\etc\hosts
  1349. echo 65.52.100.94>>%windir%\system32\drivers\etc\hosts
  1350. echo 65.52.108.2>>%windir%\system32\drivers\etc\hosts
  1351. echo 65.52.108.11>>%windir%\system32\drivers\etc\hosts
  1352. echo 65.52.108.27>>%windir%\system32\drivers\etc\hosts
  1353. echo 65.52.108.33>>%windir%\system32\drivers\etc\hosts
  1354. echo 65.52.108.52>>%windir%\system32\drivers\etc\hosts
  1355. echo 65.52.108.56>>%windir%\system32\drivers\etc\hosts
  1356. echo 65.52.108.59>>%windir%\system32\drivers\etc\hosts
  1357. echo 65.52.108.90>>%windir%\system32\drivers\etc\hosts
  1358. echo 65.52.108.92>>%windir%\system32\drivers\etc\hosts
  1359. echo 65.52.108.153>>%windir%\system32\drivers\etc\hosts
  1360. echo 65.52.108.154>>%windir%\system32\drivers\etc\hosts
  1361. echo 65.52.108.163>>%windir%\system32\drivers\etc\hosts
  1362. echo 65.52.108.251>>%windir%\system32\drivers\etc\hosts
  1363. echo 65.52.108.254>>%windir%\system32\drivers\etc\hosts
  1364. echo 65.52.161.64>>%windir%\system32\drivers\etc\hosts
  1365. echo 65.54.192.248>>%windir%\system32\drivers\etc\hosts
  1366. echo 65.54.225.167>>%windir%\system32\drivers\etc\hosts
  1367. echo 65.54.226.187>>%windir%\system32\drivers\etc\hosts
  1368. echo 65.55.2.2>>%windir%\system32\drivers\etc\hosts
  1369. echo 65.55.29.238>>%windir%\system32\drivers\etc\hosts
  1370. echo 65.55.39.10>>%windir%\system32\drivers\etc\hosts
  1371. echo 65.55.44.82>>%windir%\system32\drivers\etc\hosts
  1372. echo 65.55.44.85>>%windir%\system32\drivers\etc\hosts
  1373. echo 65.55.44.108>>%windir%\system32\drivers\etc\hosts
  1374. echo 65.55.44.109>>%windir%\system32\drivers\etc\hosts
  1375. echo 65.55.52.23>>%windir%\system32\drivers\etc\hosts
  1376. echo 65.55.113.11>>%windir%\system32\drivers\etc\hosts
  1377. echo 65.55.113.12>>%windir%\system32\drivers\etc\hosts
  1378. echo 65.55.113.13>>%windir%\system32\drivers\etc\hosts
  1379. echo 65.55.128.80>>%windir%\system32\drivers\etc\hosts
  1380. echo 65.55.128.81>>%windir%\system32\drivers\etc\hosts
  1381. echo 65.55.138.110>>%windir%\system32\drivers\etc\hosts
  1382. echo 65.55.138.111>>%windir%\system32\drivers\etc\hosts
  1383. echo 65.55.149.120>>%windir%\system32\drivers\etc\hosts
  1384. echo 65.55.227.188>>%windir%\system32\drivers\etc\hosts
  1385. echo 65.55.252.43>>%windir%\system32\drivers\etc\hosts
  1386. echo 65.55.252.63>>%windir%\system32\drivers\etc\hosts
  1387. echo 65.55.252.71>>%windir%\system32\drivers\etc\hosts
  1388. echo 65.55.252.93>>%windir%\system32\drivers\etc\hosts
  1389. echo 65.55.252.190>>%windir%\system32\drivers\etc\hosts
  1390. echo 66.119.144.189>>%windir%\system32\drivers\etc\hosts
  1391. echo 66.119.147.131>>%windir%\system32\drivers\etc\hosts
  1392. echo 66.119.152.205>>%windir%\system32\drivers\etc\hosts
  1393. echo 66.235.138.193>>%windir%\system32\drivers\etc\hosts
  1394. echo 66.235.138.194>>%windir%\system32\drivers\etc\hosts
  1395. echo 66.235.138.195>>%windir%\system32\drivers\etc\hosts
  1396. echo 66.235.139.17>>%windir%\system32\drivers\etc\hosts
  1397. echo 66.235.139.18>>%windir%\system32\drivers\etc\hosts
  1398. echo 66.235.139.19>>%windir%\system32\drivers\etc\hosts
  1399. echo 66.235.139.205>>%windir%\system32\drivers\etc\hosts
  1400. echo 66.235.139.206>>%windir%\system32\drivers\etc\hosts
  1401. echo 66.235.139.207>>%windir%\system32\drivers\etc\hosts
  1402. echo 68.67.152.56>>%windir%\system32\drivers\etc\hosts
  1403. echo 68.67.152.58>>%windir%\system32\drivers\etc\hosts
  1404. echo 68.67.152.61>>%windir%\system32\drivers\etc\hosts
  1405. echo 68.67.152.92>>%windir%\system32\drivers\etc\hosts
  1406. echo 68.67.152.94>>%windir%\system32\drivers\etc\hosts
  1407. echo 68.67.152.97>>%windir%\system32\drivers\etc\hosts
  1408. echo 68.67.152.103>>%windir%\system32\drivers\etc\hosts
  1409. echo 68.67.152.109>>%windir%\system32\drivers\etc\hosts
  1410. echo 68.67.152.110>>%windir%\system32\drivers\etc\hosts
  1411. echo 68.67.152.111>>%windir%\system32\drivers\etc\hosts
  1412. echo 68.67.152.112>>%windir%\system32\drivers\etc\hosts
  1413. echo 68.67.152.113>>%windir%\system32\drivers\etc\hosts
  1414. echo 68.67.152.120>>%windir%\system32\drivers\etc\hosts
  1415. echo 68.67.152.129>>%windir%\system32\drivers\etc\hosts
  1416. echo 68.67.152.131>>%windir%\system32\drivers\etc\hosts
  1417. echo 68.67.152.132>>%windir%\system32\drivers\etc\hosts
  1418. echo 68.67.152.172>>%windir%\system32\drivers\etc\hosts
  1419. echo 68.67.152.173>>%windir%\system32\drivers\etc\hosts
  1420. echo 68.67.152.174>>%windir%\system32\drivers\etc\hosts
  1421. echo 68.67.152.215>>%windir%\system32\drivers\etc\hosts
  1422. echo 68.67.152.218>>%windir%\system32\drivers\etc\hosts
  1423. echo 68.67.152.235>>%windir%\system32\drivers\etc\hosts
  1424. echo 68.67.152.236>>%windir%\system32\drivers\etc\hosts
  1425. echo 68.67.152.254>>%windir%\system32\drivers\etc\hosts
  1426. echo 68.67.153.37>>%windir%\system32\drivers\etc\hosts
  1427. echo 68.67.153.39>>%windir%\system32\drivers\etc\hosts
  1428. echo 68.67.153.40>>%windir%\system32\drivers\etc\hosts
  1429. echo 68.67.153.41>>%windir%\system32\drivers\etc\hosts
  1430. echo 68.67.153.44>>%windir%\system32\drivers\etc\hosts
  1431. echo 68.67.153.56>>%windir%\system32\drivers\etc\hosts
  1432. echo 68.67.153.87>>%windir%\system32\drivers\etc\hosts
  1433. echo 68.67.153.89>>%windir%\system32\drivers\etc\hosts
  1434. echo 68.67.153.148>>%windir%\system32\drivers\etc\hosts
  1435. echo 68.67.153.173>>%windir%\system32\drivers\etc\hosts
  1436. echo 68.67.153.180>>%windir%\system32\drivers\etc\hosts
  1437. echo 68.67.153.183>>%windir%\system32\drivers\etc\hosts
  1438. echo 68.67.153.188>>%windir%\system32\drivers\etc\hosts
  1439. echo 68.67.153.208>>%windir%\system32\drivers\etc\hosts
  1440. echo 68.67.153.209>>%windir%\system32\drivers\etc\hosts
  1441. echo 68.67.153.244>>%windir%\system32\drivers\etc\hosts
  1442. echo 68.67.153.248>>%windir%\system32\drivers\etc\hosts
  1443. echo 68.67.153.251>>%windir%\system32\drivers\etc\hosts
  1444. echo 68.67.153.253>>%windir%\system32\drivers\etc\hosts
  1445. echo 68.67.176.16>>%windir%\system32\drivers\etc\hosts
  1446. echo 68.67.176.47>>%windir%\system32\drivers\etc\hosts
  1447. echo 68.67.176.50>>%windir%\system32\drivers\etc\hosts
  1448. echo 68.67.176.51>>%windir%\system32\drivers\etc\hosts
  1449. echo 68.67.176.63>>%windir%\system32\drivers\etc\hosts
  1450. echo 68.67.176.68>>%windir%\system32\drivers\etc\hosts
  1451. echo 68.67.176.126>>%windir%\system32\drivers\etc\hosts
  1452. echo 68.67.176.129>>%windir%\system32\drivers\etc\hosts
  1453. echo 68.67.176.132>>%windir%\system32\drivers\etc\hosts
  1454. echo 68.67.176.145>>%windir%\system32\drivers\etc\hosts
  1455. echo 68.67.176.152>>%windir%\system32\drivers\etc\hosts
  1456. echo 72.246.43.9>>%windir%\system32\drivers\etc\hosts
  1457. echo 72.246.43.10>>%windir%\system32\drivers\etc\hosts
  1458. echo 72.246.43.16>>%windir%\system32\drivers\etc\hosts
  1459. echo 72.246.43.25>>%windir%\system32\drivers\etc\hosts
  1460. echo 72.246.43.26>>%windir%\system32\drivers\etc\hosts
  1461. echo 72.246.43.33>>%windir%\system32\drivers\etc\hosts
  1462. echo 72.246.43.34>>%windir%\system32\drivers\etc\hosts
  1463. echo 72.246.43.40>>%windir%\system32\drivers\etc\hosts
  1464. echo 72.246.43.48>>%windir%\system32\drivers\etc\hosts
  1465. echo 72.246.43.56>>%windir%\system32\drivers\etc\hosts
  1466. echo 72.246.43.128>>%windir%\system32\drivers\etc\hosts
  1467. echo 74.125.21.148>>%windir%\system32\drivers\etc\hosts
  1468. echo 74.125.21.149>>%windir%\system32\drivers\etc\hosts
  1469. echo 93.184.215.200>>%windir%\system32\drivers\etc\hosts
  1470. echo 94.245.121.176>>%windir%\system32\drivers\etc\hosts
  1471. echo 94.245.121.177>>%windir%\system32\drivers\etc\hosts
  1472. echo 94.245.121.178>>%windir%\system32\drivers\etc\hosts
  1473. echo 94.245.121.179>>%windir%\system32\drivers\etc\hosts
  1474. echo 95.101.128.137>>%windir%\system32\drivers\etc\hosts
  1475. echo 95.101.128.195>>%windir%\system32\drivers\etc\hosts
  1476. echo 96.17.204.25>>%windir%\system32\drivers\etc\hosts
  1477. echo 96.17.204.167>>%windir%\system32\drivers\etc\hosts
  1478. echo 104.45.136.42>>%windir%\system32\drivers\etc\hosts
  1479. echo 104.69.113.196>>%windir%\system32\drivers\etc\hosts
  1480. echo 104.69.140.179>>%windir%\system32\drivers\etc\hosts
  1481. echo 104.69.140.181>>%windir%\system32\drivers\etc\hosts
  1482. echo 104.70.210.203>>%windir%\system32\drivers\etc\hosts
  1483. echo 104.73.211.105>>%windir%\system32\drivers\etc\hosts
  1484. echo 104.73.211.159>>%windir%\system32\drivers\etc\hosts
  1485. echo 104.73.215.154>>%windir%\system32\drivers\etc\hosts
  1486. echo 104.73.217.91>>%windir%\system32\drivers\etc\hosts
  1487. echo 104.73.220.170>>%windir%\system32\drivers\etc\hosts
  1488. echo 104.107.13.214>>%windir%\system32\drivers\etc\hosts
  1489. echo 107.20.234.199>>%windir%\system32\drivers\etc\hosts
  1490. echo 107.21.246.114>>%windir%\system32\drivers\etc\hosts
  1491. echo 131.107.113.238>>%windir%\system32\drivers\etc\hosts
  1492. echo 131.253.14.76>>%windir%\system32\drivers\etc\hosts
  1493. echo 131.253.14.121>>%windir%\system32\drivers\etc\hosts
  1494. echo 131.253.14.194>>%windir%\system32\drivers\etc\hosts
  1495. echo 131.253.34.230>>%windir%\system32\drivers\etc\hosts
  1496. echo 131.253.40.47>>%windir%\system32\drivers\etc\hosts
  1497. echo 131.253.40.53>>%windir%\system32\drivers\etc\hosts
  1498. echo 131.253.40.64>>%windir%\system32\drivers\etc\hosts
  1499. echo 131.253.40.109>>%windir%\system32\drivers\etc\hosts
  1500. echo 134.170.30.221>>%windir%\system32\drivers\etc\hosts
  1501. echo 134.170.51.248>>%windir%\system32\drivers\etc\hosts
  1502. echo 134.170.52.151>>%windir%\system32\drivers\etc\hosts
  1503. echo 134.170.53.29>>%windir%\system32\drivers\etc\hosts
  1504. echo 134.170.53.30>>%windir%\system32\drivers\etc\hosts
  1505. echo 134.170.58.121>>%windir%\system32\drivers\etc\hosts
  1506. echo 134.170.58.123>>%windir%\system32\drivers\etc\hosts
  1507. echo 134.170.58.125>>%windir%\system32\drivers\etc\hosts
  1508. echo 134.170.58.189>>%windir%\system32\drivers\etc\hosts
  1509. echo 134.170.107.176>>%windir%\system32\drivers\etc\hosts
  1510. echo 134.170.109.200>>%windir%\system32\drivers\etc\hosts
  1511. echo 134.170.119.140>>%windir%\system32\drivers\etc\hosts
  1512. echo 134.170.184.133>>%windir%\system32\drivers\etc\hosts
  1513. echo 134.170.185.125>>%windir%\system32\drivers\etc\hosts
  1514. echo 134.170.188.139>>%windir%\system32\drivers\etc\hosts
  1515. echo 134.170.188.248>>%windir%\system32\drivers\etc\hosts
  1516. echo 137.117.100.176>>%windir%\system32\drivers\etc\hosts
  1517. echo 157.55.129.21>>%windir%\system32\drivers\etc\hosts
  1518. echo 157.56.23.91>>%windir%\system32\drivers\etc\hosts
  1519. echo 157.56.77.139>>%windir%\system32\drivers\etc\hosts
  1520. echo 157.56.96.54>>%windir%\system32\drivers\etc\hosts
  1521. echo 157.56.96.80>>%windir%\system32\drivers\etc\hosts
  1522. echo 157.56.96.208>>%windir%\system32\drivers\etc\hosts
  1523. echo 157.56.100.83>>%windir%\system32\drivers\etc\hosts
  1524. echo 157.56.106.189>>%windir%\system32\drivers\etc\hosts
  1525. echo 165.254.114.10>>%windir%\system32\drivers\etc\hosts
  1526. echo 165.254.114.34>>%windir%\system32\drivers\etc\hosts
  1527. echo 168.61.24.141>>%windir%\system32\drivers\etc\hosts
  1528. echo 168.62.11.145>>%windir%\system32\drivers\etc\hosts
  1529. echo 168.62.21.207>>%windir%\system32\drivers\etc\hosts
  1530. echo 174.129.244.227>>%windir%\system32\drivers\etc\hosts
  1531. echo 184.28.167.143>>%windir%\system32\drivers\etc\hosts
  1532. echo 184.29.134.49>>%windir%\system32\drivers\etc\hosts
  1533. echo 184.29.137.155>>%windir%\system32\drivers\etc\hosts
  1534. echo 184.30.37.150>>%windir%\system32\drivers\etc\hosts
  1535. echo 184.31.242.141>>%windir%\system32\drivers\etc\hosts
  1536. echo 191.232.139.210>>%windir%\system32\drivers\etc\hosts
  1537. echo 191.232.140.76>>%windir%\system32\drivers\etc\hosts
  1538. echo 191.236.16.12>>%windir%\system32\drivers\etc\hosts
  1539. echo 191.238.241.80>>%windir%\system32\drivers\etc\hosts
  1540. echo 192.229.163.249>>%windir%\system32\drivers\etc\hosts
  1541. echo 192.243.250.72>>%windir%\system32\drivers\etc\hosts
  1542. echo 192.243.250.88>>%windir%\system32\drivers\etc\hosts
  1543. echo 198.78.206.253>>%windir%\system32\drivers\etc\hosts
  1544. echo 207.46.7.252>>%windir%\system32\drivers\etc\hosts
  1545. echo 207.46.202.114>>%windir%\system32\drivers\etc\hosts
  1546. echo 207.46.223.94>>%windir%\system32\drivers\etc\hosts
  1547. echo 207.68.166.254>>%windir%\system32\drivers\etc\hosts
  1548. echo 216.38.170.128>>%windir%\system32\drivers\etc\hosts
  1549. echo 0.r.msn.com>>%windir%\system32\drivers\etc\hosts
  1550. echo a.ads1.msn.com>>%windir%\system32\drivers\etc\hosts
  1551. echo a.ads2.msn.com>>%windir%\system32\drivers\etc\hosts
  1552. echo a.rad.msn.com>>%windir%\system32\drivers\etc\hosts
  1553. echo ac3.msn.com>>%windir%\system32\drivers\etc\hosts
  1554. echo act-3-blu.mesh.com>>%windir%\system32\drivers\etc\hosts
  1555. echo activesync.glbdns2.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1556. echo ad.doubleclick.net>>%windir%\system32\drivers\etc\hosts
  1557. echo ads.eu.msn.com>>%windir%\system32\drivers\etc\hosts
  1558. echo ads.msn.com>>%windir%\system32\drivers\etc\hosts
  1559. echo ads.msn.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1560. echo ads1.msads.net>>%windir%\system32\drivers\etc\hosts
  1561. echo ads1.msn.com>>%windir%\system32\drivers\etc\hosts
  1562. echo ads2.msn.com>>%windir%\system32\drivers\etc\hosts
  1563. echo ads2.msn.com.c.footprint.net>>%windir%\system32\drivers\etc\hosts
  1564. echo adsmockarc.azurewebsites.net>>%windir%\system32\drivers\etc\hosts
  1565. echo adsyndication.msn.com>>%windir%\system32\drivers\etc\hosts
  1566. echo aidps.atdmt.com>>%windir%\system32\drivers\etc\hosts
  1567. echo aidps.msn.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1568. echo aka-cdn-ns.adtech.de>>%windir%\system32\drivers\etc\hosts
  1569. echo analytics.live.com>>%windir%\system32\drivers\etc\hosts
  1570. echo analytics.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1571. echo analytics.msn.com>>%windir%\system32\drivers\etc\hosts
  1572. echo analytics.msnbc.msn.com>>%windir%\system32\drivers\etc\hosts
  1573. echo analytics.r.msn.com>>%windir%\system32\drivers\etc\hosts
  1574. echo appexmapsappupdate.blob.core.windows.net>>%windir%\system32\drivers\etc\hosts
  1575. echo arc2.msn.com>>%windir%\system32\drivers\etc\hosts
  1576. echo arc3.msn.com>>%windir%\system32\drivers\etc\hosts
  1577. echo arc9.msn.com>>%windir%\system32\drivers\etc\hosts
  1578. echo atlas.c10r.facebook.com>>%windir%\system32\drivers\etc\hosts
  1579. echo b.ads1.msn.com>>%windir%\system32\drivers\etc\hosts
  1580. echo b.rad.msn.com>>%windir%\system32\drivers\etc\hosts
  1581. echo bat.bing.com>>%windir%\system32\drivers\etc\hosts
  1582. echo bingads.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1583. echo bl3302.storage.skyprod.akadns.net>>%windir%\system32\drivers\etc\hosts
  1584. echo blu.mobileads.msn.com>>%windir%\system32\drivers\etc\hosts
  1585. echo bn1-2cd.wns.windows.com>>%windir%\system32\drivers\etc\hosts
  1586. echo bn1cd.wns.windows.com>>%windir%\system32\drivers\etc\hosts
  1587. echo bn1wns2011508.wns.windows.com>>%windir%\system32\drivers\etc\hosts
  1588. echo bn2wns1.wns.windows.com>>%windir%\system32\drivers\etc\hosts
  1589. echo bn2wns1b.wns.windows.com>>%windir%\system32\drivers\etc\hosts
  1590. echo bs.eyeblaster.akadns.net>>%windir%\system32\drivers\etc\hosts
  1591. echo bs.serving-sys.com>>%windir%\system32\drivers\etc\hosts
  1592. echo c.atdmt.com>>%windir%\system32\drivers\etc\hosts
  1593. echo c.atdmt.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1594. echo c.bing.com>>%windir%\system32\drivers\etc\hosts
  1595. echo c.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1596. echo c.msn.com>>%windir%\system32\drivers\etc\hosts
  1597. echo c.msn.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1598. echo c.ninemsn.com.au>>%windir%\system32\drivers\etc\hosts
  1599. echo c.no.msn.com>>%windir%\system32\drivers\etc\hosts
  1600. echo c1.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1601. echo cdn.atdmt.com>>%windir%\system32\drivers\etc\hosts
  1602. echo cdn.content.prod.cms.msn.com>>%windir%\system32\drivers\etc\hosts
  1603. echo cds26.ams9.msecn.net>>%windir%\system32\drivers\etc\hosts
  1604. echo choice.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1605. echo choice.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1606. echo cmsresources.windowsphone.com>>%windir%\system32\drivers\etc\hosts
  1607. echo col.mobileads.msn.com>>%windir%\system32\drivers\etc\hosts
  1608. echo compatexchange.cloudapp.net>>%windir%\system32\drivers\etc\hosts
  1609. echo content.windows.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1610. echo corp.sts.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1611. echo corpext.msitadfs.glbdns2.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1612. echo cs1.wpc.v0cdn.net>>%windir%\system32\drivers\etc\hosts
  1613. echo dart.l.doubleclick.net>>%windir%\system32\drivers\etc\hosts
  1614. echo db3aqu.atdmt.com>>%windir%\system32\drivers\etc\hosts
  1615. echo dc.services.visualstudio.com>>%windir%\system32\drivers\etc\hosts
  1616. echo dev.virtualearth.net>>%windir%\system32\drivers\etc\hosts
  1617. echo df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1618. echo diagnostics.support.microsoft.akadns.net>>%windir%\system32\drivers\etc\hosts
  1619. echo diagnostics.support.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1620. echo digg.analytics.live.com>>%windir%\system32\drivers\etc\hosts
  1621. echo directory.services.live.com.akadns.net>>%windir%\system32\drivers\etc\hosts
  1622. echo displaycatalog.md.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1623. echo dl.delivery.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1624. echo dmd.metaservices.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1625. echo download-ssl.msgamestudios.com>>%windir%\system32\drivers\etc\hosts
  1626. echo ecn.dev.virtualearth.net>>%windir%\system32\drivers\etc\hosts
  1627. echo en-us.appex-rf.msn.com>>%windir%\system32\drivers\etc\hosts
  1628. echo fe2.update.microsoft.com.akadns.net>>%windir%\system32\drivers\etc\hosts
  1629. echo fe3.delivery.dsp.mp.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1630. echo fe3.delivery.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1631. echo feedback.microsoft-hohm.com>>%windir%\system32\drivers\etc\hosts
  1632. echo feedback.search.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1633. echo feedback.windows.com>>%windir%\system32\drivers\etc\hosts
  1634. echo fesweb1.ch1d.binginternal.com>>%windir%\system32\drivers\etc\hosts
  1635. echo ff4a487e56259f4bd5831e9e30470e83.azr.msnetworkanalytics.testanalytics.net>>%windir%\system32\drivers\etc\hosts
  1636. echo flex.msn.com>>%windir%\system32\drivers\etc\hosts
  1637. echo flex.msn.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1638. echo g.msn.com>>%windir%\system32\drivers\etc\hosts
  1639. echo g.msn.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1640. echo geo-prod.do.dsp.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1641. echo global.msads.net.c.footprint.net>>%windir%\system32\drivers\etc\hosts
  1642. echo h1.msn.com>>%windir%\system32\drivers\etc\hosts
  1643. echo h2.msn.com>>%windir%\system32\drivers\etc\hosts
  1644. echo help.bingads.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1645. echo i1.services.social.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1646. echo i1.services.social.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1647. echo inference.location.live.net>>%windir%\system32\drivers\etc\hosts
  1648. echo js.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1649. echo lb1.www.ms.akadns.net>>%windir%\system32\drivers\etc\hosts
  1650. echo licensing.md.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1651. echo live.rads.msn.com>>%windir%\system32\drivers\etc\hosts
  1652. echo livetileedge.dsx.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1653. echo logging.windows.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1654. echo m.adnxs.com>>%windir%\system32\drivers\etc\hosts
  1655. echo m.anycast.adnxs.com>>%windir%\system32\drivers\etc\hosts
  1656. echo mediadiscovery.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1657. echo microsoft-hohm.com>>%windir%\system32\drivers\etc\hosts
  1658. echo msnportal.112.2o7.net>>%windir%\system32\drivers\etc\hosts
  1659. echo msntest.serving-sys.com>>%windir%\system32\drivers\etc\hosts
  1660. echo oca.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1661. echo oca.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1662. echo onesettings-bn2.metron.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1663. echo onesettings-cy2.metron.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1664. echo onesettings-db5.metron.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1665. echo onesettings-hk2.metron.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1666. echo otf.msn.com>>%windir%\system32\drivers\etc\hosts
  1667. echo popup.msn.com>>%windir%\system32\drivers\etc\hosts
  1668. echo pre.footprintpredict.com>>%windir%\system32\drivers\etc\hosts
  1669. echo rad.live.com>>%windir%\system32\drivers\etc\hosts
  1670. echo rad.msn.com>>%windir%\system32\drivers\etc\hosts
  1671. echo rad.msn.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1672. echo redir.metaservices.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1673. echo reports.wes.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1674. echo rmads.eu.msn.com>>%windir%\system32\drivers\etc\hosts
  1675. echo rmads.msn.com>>%windir%\system32\drivers\etc\hosts
  1676. echo rpt.rad.msn.com>>%windir%\system32\drivers\etc\hosts
  1677. echo sb.scorecardresearch.com>>%windir%\system32\drivers\etc\hosts
  1678. echo schemas.microsoft.akadns.net>>%windir%\system32\drivers\etc\hosts
  1679. echo secure.adnxs.com>>%windir%\system32\drivers\etc\hosts
  1680. echo secure.anycast.adnxs.com>>%windir%\system32\drivers\etc\hosts
  1681. echo secure.flashtalking.com>>%windir%\system32\drivers\etc\hosts
  1682. echo services.wes.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1683. echo settings.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1684. echo settings-sandbox.data.glbdns2.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1685. echo settings-sandbox.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1686. echo settings-ssl.xboxlive.com>>%windir%\system32\drivers\etc\hosts
  1687. echo settings-win.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1688. echo sgmetrics.cloudapp.net>>%windir%\system32\drivers\etc\hosts
  1689. echo shell.windows.com>>%windir%\system32\drivers\etc\hosts
  1690. echo siweb.microsoft.akadns.net>>%windir%\system32\drivers\etc\hosts
  1691. echo skyapi.skyprod.akadns.net>>%windir%\system32\drivers\etc\hosts
  1692. echo sls.update.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1693. echo sls.update.microsoft.com.akadns.net>>%windir%\system32\drivers\etc\hosts
  1694. echo sls.update.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1695. echo sO.2mdn.net>>%windir%\system32\drivers\etc\hosts
  1696. echo spynet.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1697. echo spynet2.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1698. echo spynetalt.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1699. echo sqm.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1700. echo sqm.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1701. echo sqm.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1702. echo sqm.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1703. echo ssw.live.com>>%windir%\system32\drivers\etc\hosts
  1704. echo query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE2JgkA>>%windir%\system32\drivers\etc\hosts
  1705. echo ssw.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1706. echo static.2mdn.net>>%windir%\system32\drivers\etc\hosts
  1707. echo static-2mdn-net.l.google.com>>%windir%\system32\drivers\etc\hosts
  1708. echo statsfe1.ws.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1709. echo statsfe1.ws.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1710. echo statsfe2.update.microsoft.com.akadns.net>>%windir%\system32\drivers\etc\hosts
  1711. echo statsfe2.ws.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1712. echo statsfe2.ws.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1713. echo storeedgefd.dsx.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1714. echo support.msn.microsoft.akadns.net>>%windir%\system32\drivers\etc\hosts
  1715. echo survey.watson.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1716. echo t.urs.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1717. echo t0.ssl.ak.dynamic.tiles.virtualearth.net>>%windir%\system32\drivers\etc\hosts
  1718. echo t0.ssl.ak.tiles.virtualearth.net>>%windir%\system32\drivers\etc\hosts
  1719. echo telecommand.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1720. echo telecommand.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1721. echo telemetry.appex.bing.net>>%windir%\system32\drivers\etc\hosts
  1722. echo telemetry.appex.search.prod.ms.akadns.net>>%windir%\system32\drivers\etc\hosts
  1723. echo telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1724. echo telemetry.urs.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1725. echo tile-service.weather.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1726. echo tlu.dl.delivery.mp.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1727. echo udc.msn.com>>%windir%\system32\drivers\etc\hosts
  1728. echo urs.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1729. echo version.hybrid.api.here.com>>%windir%\system32\drivers\etc\hosts
  1730. echo view.atdmt.com>>%windir%\system32\drivers\etc\hosts
  1731. echo vortex.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1732. echo vortex-bn2.metron.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1733. echo vortex-cy2.metron.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1734. echo vortex-hk2.metron.live.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1735. echo vortex-sandbox.data.glbdns2.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1736. echo vortex-sandbox.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1737. echo vortex-win.data.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1738. echo w3.b.cap-mii.net>>%windir%\system32\drivers\etc\hosts
  1739. echo watson.live.com>>%windir%\system32\drivers\etc\hosts
  1740. echo watson.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1741. echo watson.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1742. echo watson.ppe.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1743. echo watson.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1744. echo watson.telemetry.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1745. echo wes.df.telemetry.microsoft.com>>%windir%\system32\drivers\etc\hosts
  1746. echo win10.ipv6.microsoft.com.nsatc.net>>%windir%\system32\drivers\etc\hosts
  1747. echo www.modern.ie>>%windir%\system32\drivers\etc\hosts
  1748. echo 134.170.30.202>>%windir%\system32\drivers\etc\hosts
  1749. echo 137.116.81.24>>%windir%\system32\drivers\etc\hosts
  1750. echo 204.79.197.200>>%windir%\system32\drivers\etc\hosts
  1751. echo 23.218.212.69>>%windir%\system32\drivers\etc\hosts
  1752. echo 65.39.117.230>>%windir%\system32\drivers\etc\hosts
  1753. echo 65.55.108.23>>%windir%\system32\drivers\etc\hosts
  1754. echo a-0001.a-msedge.net>>%windir%\system32\drivers\etc\hosts
  1755. echo telemetry.appex.bing.net:443>>%windir%\system32\drivers\etc\hosts
  1756. echo p1-play.edge4k.com>>%windir%\system32\drivers\etc\hosts
  1757. echo t1.daumcdn.net>>%windir%\system32\drivers\etc\hosts
  1758. echo play.kakao.com>>%windir%\system32\drivers\etc\hosts
  1759. ipconfig /flushdns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement