image frame

博客

知足常乐

10.Explorer命令行参数

打开文件夹System32

1
explorer.exe /root,"C:\Windows\System32"

打开并选中文件calc.exe

1
explorer.exe /select,"C:\Windows\System32\calc.exe"

打开并选中文件夹System32

1
explorer.exe /select,"C:\Windows\System32"

06.为家庭版Windows添加组策略编辑器

添加组策略编辑器

1
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >%USERPROFILE%\Desktop\Addgpedit.txt & dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>%USERPROFILE%\Desktop\Addgpedit.txt & (for /f %i in ('findstr /i . %USERPROFILE%\Desktop\Addgpedit.txt 2^>nul') do Dism /online /NoRestart /Add-Package:"%SystemRoot%\servicing\Packages\%i") & del %USERPROFILE%\Desktop\Addgpedit.txt
  • Copyrights © 2023-2025 kukusun