win7下如何通过修改注册表设置自动隐藏任务栏

时间:2022-12-07 15:33:22
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /v 1803 /d 3 /t REG_DWORD /f 

上面的脚本试过了,win7下不行。
请大虾支持,在线等待!

3 个解决方案

#1


检查Win7的注册表了吗?

#2


@echo off
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2 /v Settings /t reg_binary /d 28000000ffffffff03000000030000003e00000028000000000000005c030000a005000084030000 /f
taskkill /im explorer.exe /f
ping -n 2 127.0.0.1 > nul
start c:\windows\explorer.exe

把这个保存成为bat,执行试一下

#3


请问恢复显示的该怎么写?

#1


检查Win7的注册表了吗?

#2


@echo off
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2 /v Settings /t reg_binary /d 28000000ffffffff03000000030000003e00000028000000000000005c030000a005000084030000 /f
taskkill /im explorer.exe /f
ping -n 2 127.0.0.1 > nul
start c:\windows\explorer.exe

把这个保存成为bat,执行试一下

#3


请问恢复显示的该怎么写?