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