Created
March 15, 2023 20:01
-
-
Save Purp1eW0lf/59de9a6ace3bb96246fcdf1e80345774 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #run as Administrator, copy/paste the below | |
| New-ItemProperty -Path "HKLM:\SOFTWARE\Classes\Windows.IsoFile\shell\mount" -Name "ProgrammaticAccessOnly" -type string -verbose; | |
| New-ItemProperty -Path "HKLM:\SOFTWARE\Classes\Windows.VhdFile\shell\mount" -Name "ProgrammaticAccessOnly" -type string -verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
great script, thank you!