Guest User

Untitled

a guest
Jan 29th, 2019
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. powershell -Command "Start-Process cmd -Verb RunAs"
  2. if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16"
  3. if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
  4. cscript //nologo ospp.vbs /dinstid>Office_Installation_ID.txt
  5. start Office_Installation_ID.txt
  6. exit
  7. exit
Add Comment
Please, Sign In to add comment