Last active
August 29, 2015 14:01
-
-
Save phts/83b7118280411020f73d to your computer and use it in GitHub Desktop.
Set short names to system folders
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
c: | |
cd / | |
fsutil file setshortname "C:\Program Files" PROGRA~1 | |
fsutil file setshortname "C:\Program Files (x86)" PROGRA~2 | |
fsutil file setshortname "C:\Program Files\Common Files" COMMON~1 | |
fsutil file setshortname "C:\Program Files (x86)\Common Files" COMMON~1 | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment