I am having trouble accessing the EFI partition on windows 10 J'ai essayé this method in cmd (J'ai utilisé Administrative privileges
):
open cmd en tant qu'administrateur...
```
diskpart
sel disk 0
sel part 1 (efi part)
assign letter=b
exit
taskkill /im explorer.exe /f
explorer.exe
```
But it is not working since windows 10, J'ai utilisé this method fine on 8.1.
this picture shows the error I get when I try to access the partition
Comment accéder efi partition on windows 10?
Re: Comment accéder efi partition on windows 10?
The answer is by @pat2015 :
Interestingly I find that the mounted EFI drive is accessible from the ‘Browse’ button from Gestionnaire des tâches -> ‘Run New Task’ Vous pouvez then perform basic operations possible with Context Menu (Copy/Paste etc) and even when you run other apps with Admin Privileges e.g. Notepad.exe it can also access the drive from its file menu. The issue seems to be with Explorer.
Interestingly I find that the mounted EFI drive is accessible from the ‘Browse’ button from Gestionnaire des tâches -> ‘Run New Task’ Vous pouvez then perform basic operations possible with Context Menu (Copy/Paste etc) and even when you run other apps with Admin Privileges e.g. Notepad.exe it can also access the drive from its file menu. The issue seems to be with Explorer.