Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Last active July 11, 2020 10:46
Show Gist options
  • Save clr2of8/9fccac666fa57afa4e9d062774fe5d86 to your computer and use it in GitHub Desktop.
Save clr2of8/9fccac666fa57afa4e9d062774fe5d86 to your computer and use it in GitHub Desktop.
REM UNC Paths (begins with two separators w/o a question mark or period following)
\\127.0.0.1\c$\Windows\System32\notepad.exe
\\LOCALHOST\c$\Windows\System32\notepad.exe
\\::1\c$\Windows\System32\notepad.exe
\\0:0:0::1\c$\Windows\System32\notepad.exe
\\127.0.0.1\admin$\System32\notepad.exe
\\DESKTOP-MH8DLT1\admin$\System32\notepad.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment