Windows 8是美國微軟開發(fā)的新一代操作系統(tǒng),Windows 8共有4個發(fā)行版本,分別面向不同用戶和設(shè)備。于2012年10月26日發(fā)布。微軟在Windows 8操作系統(tǒng)上對界面做了相當(dāng)大的調(diào)整。取消了經(jīng)典主題以及Windows 7和Vista的Aero效果,加入了ModernUI,和Windows傳統(tǒng)界面并存。同時Windows徽標(biāo)大幅簡化,以反映新的Modern UI風(fēng)格。前身旗形標(biāo)志轉(zhuǎn)化成梯形。
在Win8系統(tǒng)中有一個EFI文件,EFI文件是什么?他是Win8.1系統(tǒng)UEFI啟動中的一個啟動文件。因為這個文件在EFI分區(qū)還有一個備份,所以刪除它對系統(tǒng)影響不大。本文就來教大家Win8.1如何刪除EFI文件夾。
具體方法
1.取得管理員權(quán)限
復(fù)制以下代碼到記事本中另存為reg文件:
Windows Registry Editor Version 5.00
。跦KEY_CLASSES_ROOT\*\shell\runas]
@=“Get admin right”
“NoWorkingDirectory”=“”
。跦KEY_CLASSES_ROOT\*\shell\runas\command]
@=“cmd.exe /c takeown /f \”%1\“ && icacls \”%1\“ /grant administrators:F”
“IsolatedCommand”=“cmd.exe /c takeown /f \”%1\“ && icacls \”%1\“ /grant administrators:F”
。跦KEY_CLASSES_ROOT\exefile\shell\runas2]
@=“Get admin right”
“NoWorkingDirectory”=“”
[HKEY_CLASSES_ROOT\exefile\shell\runas2\command]
@=“cmd.exe /c takeown /f \”%1\“ && icacls \”%1\“ /grant administrators:F”
“IsolatedCommand”=“cmd.exe /c takeown /f \”%1\“ && icacls \”%1\“ /grant administrators:F”
。跦KEY_CLASSES_ROOT\Directory\shell\runas]
@=“Get admin right”
“NoWorkingDirectory”=“”
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@=“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”
2、然后雙擊導(dǎo)入注冊表;
3、取得管理員所有權(quán)后,刪除。
以上就是Win8.1刪除EFI文件夾的方法了,其實EFI文件夾文件夾也不是很大,刪不刪除都沒有關(guān)系。
Windows 8是對云計算、智能移動設(shè)備、自然人機交互等新技術(shù)新概念的全面融合,也是“三屏一云”戰(zhàn)略的一個重要環(huán)節(jié)。Windows 8提供了一個跨越電腦、筆記本電腦、平板電腦和智能手機的統(tǒng)一平臺。
|