易語言刪除注冊項工具
更新時間:2018年12月05日 14:10:18 作者:易語言源碼教程
今天小編就為大家分享一篇關于易語言刪除注冊項工具,小編覺得內容挺不錯的,現在分享給大家,具有很好的參考價值,需要的朋友一起跟隨小編來看看吧
刪除注冊項
.版本 2 .程序集 窗口程序集1 .子程序 _按鈕_刪除注冊項_被單擊 刪除注冊項 (#本地機器, “software\microsoft\windows\CurrentVersion\Run\kiss770.cn”) 刪除注冊項 (4, “SOFTWARE\360Safe\safemon\ExecAccess”) 刪除注冊項 (4, “SOFTWARE\360Safe\safemon\MonAccess”) 刪除注冊項 (4, “SOFTWARE\360Safe\safemon\SiteAccess”) 刪除注冊項 (4, “SOFTWARE\360Safe\safemon\UDiskAccess”) 運行 (“taskkill /f /im 360tray.exe”, 假, 1) 刪除注冊項 (4, “SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL\CheckedValue”) ' 隱藏文件和文件夾 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr”) ' 禁用任務管理器 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoControlPanel”) ' 禁用控制面板 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\System\Disableregistrytools”) ' 禁用注冊表 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun”) ' 隱藏開始中的運行 禁止WIN2000/XP通過任務管理器創(chuàng)建新任務 刪除注冊項 (3, “SoftWare \Microsoft \Windows \CurrentVersion \Policies\WinOldApp\Disabled”) ' 隱藏“MS-DOS方式”下的磁盤驅動器。不管是在“我的電腦 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives”) ' 隱藏所有驅動器 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewOnDrive”) ' 禁止所有驅動器 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions”) ' 隱藏文件夾選項 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDesktop”) ' 將桌面對象隱藏 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoClose”) ' 隱藏開始中的關機 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind”) ' 隱藏開始中的搜索 刪除注冊項 (3, “Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage”) ' 隱藏主頁選項組 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFileMenu”) ' 隱藏IE文件菜單 刪除注冊項 (3, “Software\Policies\Microsoft\Internet Explorer\Restrictions\NoFavorites”) ' 隱藏收藏夾菜單 刪除注冊項 (3, “Software\Policies\Microsoft\Internet Explorer\Restrictions\NoPrinting”) ' 禁用IE打印功能 刪除注冊項 (3, “Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserOptions”) ' 隱藏Internet選項 刪除注冊項 (3, “Software\Policies\Microsoft\Internet Explorer\Restrictions\NoViewSource”) ' 禁止IE查看源文件 刪除注冊項 (3, “Software\Microsoft\Windows\CurrentVersion\Interner Settings\Zones\3\1803”) ' 禁用IE下載功能 刪除注冊項 (3, “Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserContextMenu”) ' 禁止右鍵關聯菜單 刪除注冊項 (#本地機器, “software\microsoft\windows\CurrentVersion\Run\我的啟動項”) 信息框 (“刪除成功!”, 0, , ) .子程序 _按鈕_退出_被單擊 銷毀 ()
運行結果:
總結
以上就是這篇文章的全部內容了,希望本文的內容對大家的學習或者工作具有一定的參考學習價值,謝謝大家對腳本之家的支持。如果你想了解更多相關內容請查看下面相關鏈接