Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Last active April 19, 2020 03:49
Show Gist options
  • Save clr2of8/c4a9ec7f263dbcdcca061593e461b5c4 to your computer and use it in GitHub Desktop.
Save clr2of8/c4a9ec7f263dbcdcca061593e461b5c4 to your computer and use it in GitHub Desktop.
REM DOS Device Paths (begins with \\. or \\?)
\\.\c:\Windows\System32\notepad.exe
\\.\BootPartition\Windows\System32\notepad.exe
\\.\HarddiskVolume4\Windows\System32\notepad.exe
\\.\Volume{b289d78f-d491-4f6b-a437-5c51a88fa48f}\Windows\System32\notepad.exe
\\.\Global\BootPartition\Windows\System32\notepad.exe
start \\.\GLOBALROOT\Device\HarddiskVolume4\Windows\System32\notepad.exe
\\.\UNC\LOCALHOST\c$\Windows\System32\notepad.exe
start \\?\c:\Windows\System32\notepad.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment