修改efi分區


換了ssd硬盤,速度真快!

我特意准備了一個efi分區(fat32,忘記指定efi了),然而win10安裝時不能指定啟動位置,自己創建了一塊。

下面我們把讓win10使用自己創建的efi分區。

以管理員打開cmd(ctrl+x),

diskpart

set id="C12A7328-F81F-11D2-BA4B-00A0C93EC93B"

是efi分區的類型。

可以用list disk先查看磁盤,再用list part 查看分區。

然后用bcdboot創建引導文件。

這時可以再運行diskpart把windows安裝時創建的efi分區修改為非efi分區,

set id="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7"

加上之前的eif分區,這時重啟后會有兩個個引導項,可以運行msconfig,打開引導標簽,刪除無效的。

 

另外掛載efi分區方法為:

select part后,修改分區屬性

set id="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7"

分配盤符

 assign letter x

x是盤符,沒有使用的盤符都可以。

這時打開會提示沒有權限,可以下載explorer++,使用管理員權限打開。

記得再改回efi的id,“C12A7328-F81F-11D2-BA4B-00A0C93EC93B”。

 

另外可以使用組策略的方式,下面的方法轉自stackoverflow

Press Start and type gpedit.msc and press Enter This will open your Group Policy Editor.

Expand Administrative Templates

enter image description here

Expand Windows Components -> File Explorer

enter image description here

Locate Remove Security tab in the right pane and double click to open

enter image description here

Select the Disabled radio button and press OK

Now check for your security tab :)

enter image description here


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM