Skip to content

Instantly share code, notes, and snippets.

@phts
Last active August 29, 2015 14:01
Show Gist options
  • Save phts/83b7118280411020f73d to your computer and use it in GitHub Desktop.
Save phts/83b7118280411020f73d to your computer and use it in GitHub Desktop.
Set short names to system folders
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