位置: 编程技术 - 正文

win8超级管理员权限获取(通过注册表文件实现)(超级管理员不能用winhello)

编辑:rootadmin

推荐整理分享win8超级管理员权限获取(通过注册表文件实现)(超级管理员不能用winhello),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:windows超级管理员默认密码,windows8超级管理员权限,超级管理员不能用winhello,windows8超级管理员权限,win8超级管理员账户,超级管理员win7,windows 超级管理员,win8超级管理员账户,内容如对您有帮助,希望把文章链接给更多的朋友!

win8超级管理员权限获取(通过注册表文件实现)(超级管理员不能用winhello)

使用Win8在找开系统文件夹是经常提示:无法访问……,拒绝访问。就是没有超级管理员权限所致,取得Win8超级管理员权限很容易,导入一个注册表文件就可以实现,并且操作简单。 不管是使用Win8还是Win7,在打开C盘的一些文件夹时,经常会遇到无法访问的情况,以致于想删除已经确认没有用的文件时删除不了。Win7下很好办,各种工具皆可实现在右键菜单添加取得管理员权限按钮。现在主要介绍Win8下如何为鼠标右键菜单添加取得管理员权限选项。 新建一个记事本将下面的代码Copy进去保存,记事本名字无所谓,记住将扩展名改为.reg就行了。 建好之后,双击这个reg文件(注册表文件)导入注册表,导入前会有提示让你选择,点是就行了。 导入进去之后,右击你要取得权限的文件夹,鼠标右键菜单中选择选择管理员权限就行了。 为了安全考虑,对一个文件操作完成之后,应当恢复成默认权限,此时在右键菜单中选择恢复原始权限就行了。 取得管理员权限: Windows Registry Editor Version 5. ;取得文件修改权限 [HKEY_CLASSES_ROOT*shellrunas] @="管理员权限" "Icon"="C:WindowsSystemimageres.dll," "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT*shellrunascommand] @="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F" [HKEY_CLASSES_ROOTexefileshellrunas2] @="管理员权限" "Icon"="C:WindowsSystemimageres.dll," "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTexefileshellrunas2command] @="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /grant administrators:F" [HKEY_CLASSES_ROOTDirectoryshellrunas] @="管理员权限" "Icon"="C:WindowsSystemimageres.dll," "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTDirectoryshellrunascommand] @="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /grant administrators:F /t" "IsolatedCommand"="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /grant administrators:F /t" 恢复到原始权限: Windows Registry Editor Version 5. ;恢复原始权限 [HKEY_CLASSES_ROOT*shellrunas-] @="恢复原始权限" "Icon"="C:WindowsSystemimageres.dll," "NoWorkingDirectory"="" ; && takeown /f "%1" [HKEY_CLASSES_ROOT*shellrunas-command] @="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" "IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" [HKEY_CLASSES_ROOTexefileshellrunas2-] @="恢复原始权限" "Icon"="C:WindowsSystemimageres.dll," "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTexefileshellrunas2-command] @="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" "IsolatedCommand"="cmd.exe /c takeown /f "%1" && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" [HKEY_CLASSES_ROOTDirectoryshellrunas-] @="恢复原始权限" "Icon"="C:WindowsSystemimageres.dll," "NoWorkingDirectory"="" [HKEY_CLASSES_ROOTDirectoryshellrunas-command] @="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" "IsolatedCommand"="cmd.exe /c takeown /f "%1" /r /d y && icacls "%1" /reset && cacls "%1" /e /r "%%USERNAME%%"" 如何删除增加的两个右键菜单,还请大神做个小工具上传,省得一个一个的去注册表删除。

win8系统开启win8自动备份功能具体步骤 很多不熟悉操作系统的用户都误删过重要的文件、照片或程序。由于他们玩不转电脑,所以文件被删后只能干着急。的确,电脑高手用数据恢复软件恢

一键快速关机/重启和登出Win8的实用小技巧 Windows8采用了MetroUI(名字还未最终确定),在用户界面方面进行了极大的创新,但是也让一些用户感到不习惯,没有了传统的Start开始按钮和开始菜单,而

win8出现wermgr.exe - Application Error错误解决方法 故障现象:无法打开EXE文件或程序,wermgr.exe应用程序错误,应用程序错误0xd8ed0指令引用的0xd8ed0该内存不能为write解决方案:发现原来是搜狗拼音输入法

本文链接地址:https://www.jiuchutong.com/biancheng/364492.html 转载请保留说明!

上一篇:win8下ie10中Flash内容无法打开的解决方法(ie运行flash)

下一篇:win8系统开启win8自动备份功能具体步骤(win8系统开启摄像头权限)

免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

鄂ICP备2023003026号

网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

友情链接: 武汉网站建设 电脑维修 湖南楚通运网络