一键删除
右键桌面左下角开始菜单,选择 Windows 终端(管理员)。
复制粘贴下方代码,回车执行。
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMorePrograms /t REG_DWORD /d 1 /f && taskkill /f /im explorer.exe && start explorer.exe
一键还原
右键桌面左下角开始菜单,选择 Windows 终端(管理员)。
复制粘贴下方代码,回车执行
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMorePrograms /t REG_DWORD /d 0 /f && taskkill /f /im explorer.exe && start explorer.exe