What to do with Microsoft.00x folders?

User discussion and information resource forum for BootIt Bare Metal and BootIt UEFI
Post Reply
AGH1965
Posts: 85
Joined: Sat Jul 09, 2016 1:36 pm
Location: Netherlands

What to do with Microsoft.00x folders?

Post by AGH1965 »

When a Boot Menu item and the corresponding Windows partition are both deleted with BIU, then BIU leaves the no longer used Microsoft.00x on the EFI system partition. When fiddling around with BIU, this causes the number of no longer used Microsoft.00x folders to grow rapidly. What shall I do with them? Can I delete them? If I delete them, shall the others then be renumbered to prevent gaps in the numbering?
TeraByte Support
Posts: 3613
Joined: Thu May 05, 2011 10:37 pm

Re: What to do with Microsoft.00x folders?

Post by TeraByte Support »

You can delete the ones you don't need.

On 12/15/2019 7:34 AM, AGH1965 wrote:
> When a Boot Menu item and the corresponding Windows partition are both deleted with BIU, then BIU leaves the no longer used Microsoft.00x on the EFI system partition. When fiddling around with BIU, this causes the number of no longer used Microsoft.00x folders to grow rapidly. What shall I do with them? Can I delete them? If I delete them, shall the others then be renumbered to prevent gaps in the numbering?
>
>

AGH1965
Posts: 85
Joined: Sat Jul 09, 2016 1:36 pm
Location: Netherlands

Re: What to do with Microsoft.00x folders?

Post by AGH1965 »

Oops, I overestimated myself. I don't know how I can delete them. Is there an easy way to do that?
Brian K
Posts: 2221
Joined: Fri Aug 12, 2011 1:11 am
Location: NSW, Australia

Re: What to do with Microsoft.00x folders?

Post by Brian K »

You can use Scripting to "Remove Directory".

Or you can use the TeraByte Explorer script to delete Microsoft.00x
AGH1965
Posts: 85
Joined: Sat Jul 09, 2016 1:36 pm
Location: Netherlands

Re: What to do with Microsoft.00x folders?

Post by AGH1965 »

Thanks Brian, but I'm afraid I need a little bit more explanation.
Brian K
Posts: 2221
Joined: Fri Aug 12, 2011 1:11 am
Location: NSW, Australia

Re: What to do with Microsoft.00x folders?

Post by Brian K »

OK, use this. In BIU click Scripting

cd \efi
rd microsoft.00x /s

(Answer A to the question about removing the directory and sub-dirs)
AGH1965
Posts: 85
Joined: Sat Jul 09, 2016 1:36 pm
Location: Netherlands

Re: What to do with Microsoft.00x folders?

Post by AGH1965 »

Thanks Brian. The /s is what I was looking for. I only remembered that you had to use deltree instead of rd for deleting non-empty directories in MS-DOS...
Post Reply