Jump to content
2 minutes ago, Andrewxe said:

So I played around with MSMG and inside the DVD folder I have these and It won't delete. Any Suggestions on how to delete these folders?

image.png.9299ba756b431ad3ff82603d94dd6ef6.png

you don't

hi, im renata bliss and am ur freestyle dance teacher

Link to post
Share on other sites

  • 2 weeks later...

https://superuser.com/questions/915173/delete-old-windows-program-files-from-second-drive

Found a solution

 

takeown /F "Z:\Program Files" /A /R /D Y
icacls "Z:\Program Files" /T /grant administrators:F
rd /s /q "Z:\Program Files"

 

Follow these commands on the folder.

if you cannot run the last command, just shift delete the folder!

 

Link to post
Share on other sites

  • 2 weeks later...

hi guys, 

 

The following forum gave me the solution to this problem, I hope it helps somebody

https://forums.mydigitallife.net/threads/msmg-toolkit-1-08-wont-let-me-delete-it.55800/

 

Root Cause: For some reason once MSMG mounts a Windows image no matter what it stays mounted so the trick is to unmount it first with the following command:

 

dism /Cleanup-Mountpoints
Link to post
Share on other sites

  • 2 months later...
On 4/21/2021 at 7:21 PM, DonFer said:

hi guys, 

 

The following forum gave me the solution to this problem, I hope it helps somebody

https://forums.mydigitallife.net/threads/msmg-toolkit-1-08-wont-let-me-delete-it.55800/

 

Root Cause: For some reason once MSMG mounts a Windows image no matter what it stays mounted so the trick is to unmount it first with the following command:

 


dism /Cleanup-Mountpoints

Thanks! I was scratching my head all night trying to figure out why it kept saying access denied... Then I remembered it DID mount an image. I upgraded to Windows 11 and it STILL stayed mounted lol! That dism command did the trick. Thanks

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×