Last active
October 12, 2017 14:47
-
-
Save turboBasic/0e18a8c747bfad8e4741d16445f792a3 to your computer and use it in GitHub Desktop.
[Allow access to "~\Start Menu" and "~\SendTo" junctions] (elevated) #cmd
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
icacls "%userProfile%\Start Menu" /remove:d Everyone | |
icacls "%userProfile%\SendTo" /remove:d Everyone | |
icacls "%allUsersProfile%\Start Menu" /remove:d Everyone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment