Created
March 22, 2020 04:15
-
-
Save zvg/a40e66fac75def047d944c113d87cdc4 to your computer and use it in GitHub Desktop.
This file contains 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 开启卓越电源模式 | |
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 |
虚拟桌面版需要取消关机原因
reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Reliability" /v ShutdownReasonOn /t REG_DWORD /d 0 /f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
10、右键添加 管理员取得所有权
11、右键添加 复制文件路径
12、右键添加 复制文件夹路径
13、如需取消右键 管理员取得所有权 、复制文件路径 文件夹路径 请用CMD 运行以下命令即可删除:
reg delete "HKEY_CLASSES_ROOT*\shell\runas" /f
reg delete "HKEY_CLASSES_ROOT*\shell\runas\command" /f
reg delete "HKEY_CLASSES_ROOT\Directory\shell\copypath" /f
reg delete "HKEY_CLASSES_ROOT*\shell\copypath" /f