Skip to content

Instantly share code, notes, and snippets.

@gioxx
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gioxx/906c308bc8d25734389b to your computer and use it in GitHub Desktop.
Save gioxx/906c308bc8d25734389b to your computer and use it in GitHub Desktop.
Prompt dei comandi come utente SYSTEM su Windows 7 o superiori (testato)
Su sistemi a 32 bit (x86): psexec \\%COMPUTERNAME% -i -s C:\Windows\System32\cmd.exe
Su sistemi a 64 bit (x64): psexec \\%COMPUTERNAME% -i -s C:\Windows\SysWOW64\cmd.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment