- 打开命令提示符(cmd)
- 输入
set devmgr_show_nonpresent_devices=1并回车 - 或添加环境变量
devmgr_show_nonpresent_devices并将其值设为 1, 一次设置永久有效 - 输入
start devmgmt.msc并回车 - 点开
查看并勾选显示隐藏设备 - 卸载那些你想卸载的离线设备(半透明的设备)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #user nobody; | |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; |
- To disable a service, download
Disable<Service>.regand double-click to import. (Replace<Service>with the name of the service you want to disable.) - To re-enable a service, download
Enable<Service>.regand double-click to import. (Replace<Service>with the name of the service you want to enable.)
Note that if you save the files by copying them into a text editor, they may need to be saved with Windows-style line endings (\r\n).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def urldecode: | |
| def unhex: | |
| if 48 <= . and . <= 57 then . - 48 elif 65 <= . and . <= 70 then . - 55 else . - 87 end; | |
| def bytes: | |
| def loop($i): | |
| if $i >= length then empty else 16 * (.[$i+1] | unhex) + (.[$i+2] | unhex), loop($i+3) end; | |
| [loop(0)]; | |
| def codepoints: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| taskkill /t /f /im WTabletServicePro.exe | |
| ping -n 3 127.0.0.1>nul | |
| sc stop WTabletServicePro | |
| ping -n 3 127.0.0.1>nul | |
| sc start WTabletServicePro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| echo.Start | |
| pause | |
| pause | |
| echo.Installing OpenAL... | |
| start /w .\OpenAL\OpenAL.exe /s | |
| echo.Installing DirectX... | |
| start /w .\DirectX\directx_Jun2011_redist.exe /q /t:"%tmp%"&"%tmp%\DXSETUP.exe" /silent | |
| echo.Installing .NET4.6.2-zh-cn... | |
| start /w "" ".\NET Framework\4.6.2\NDP462-KB3151800-x86-x64-AllOS-ENU.exe" /q /norestart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NetLimiter 3 | |
| Registration name: Peter Raheli | |
| Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB | |
| NetLimiter 4 | |
| Registration Name: Vladimir Putin #2 | |
| Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7 | |
| https://www.netlimiter.com/download | |
| # Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: Mac Options adder | |
| :: Mac Options adder | |
| :: Author: muink | |
| @echo off&title Mac Options adder&color 3f | |
| :Main | |
| setlocal enabledelayedexpansion | |
| set Class=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class | |
| set Network=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network | |
| set GUID={4D36E972-E325-11CE-BFC1-08002BE10318} |
OlderNewer