下载功能被网管禁用

来源:百度知道 编辑:UC知道 时间:2024/06/07 09:06:30
INTERNET属性也打不开。显示出你的系统管理员在某个限制设置中已禁用访问该功能。 怎样才能解决此问题啊!

@echo 解除IE禁止下载
@echo.
reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0" /v 1803 /t reg_dword /d 00000000 /f >nul
reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1" /v 1803 /t reg_dword /d 00000000 /f >nul
reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2" /v 1803 /t reg_dword /d 00000000 /f >nul
reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /v 1803 /t reg_dword /d 00000000 /f >nul
reg add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4" /v 1803 /t reg_dword /d 00000000 /f >nul

reg add