Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $path = dir "C:windowsccmcache*Office.en-us" -Directory
  2. echo path
  3.  
  4. Directory: C:windowsccmcachec
  5.  
  6. Start-Process "$pathsetup.exe /uninstall ProPlus /config Uninstall.xml" -Wait
  7.  
  8. C:windowsccmcachecOffice.en-ussetup.exe............
  9.  
  10. $path2 = $pathcd..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement