Advertisement
PC_Aide

Accepted_EULA._office_2016 (version old).reg

Nov 20th, 2018
734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.28 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;----------------------------------------------------------------------------------------------------
  4. ;Security Identifier (SID) with account association
  5. ;SID user (Domain) -> powershell -> get-adUser -identity $env:username | select sid
  6. ;SID user -> CMD/powershell -> whoami /user
  7.  
  8. ;Version_16.0.11001.20108
  9. ;PackageGUID -> intoPath the app.lnk
  10. ;O/P -> http://pix.toile-libre.org/upload/original/1542768363.png
  11. ;----------------------------------------------------------------------------------------------------
  12.  
  13. ;#####################################################################################################
  14. ; This version is old or poor because SID user variable 'Accepted_EULA._office_2016 (version old).reg'
  15. ; This version is best 'pending.reg'
  16. ;#####################################################################################################
  17.  
  18. [HKEY_CURRENT_USER\Software\Microsoft\AppV\Client\Packages\<PackageGUID>\REGISTRY\USER\<SID user>\Software\Microsoft\Office\16.0\Common\General]
  19.  
  20. @=hex(40000):
  21. "shownFirstRunOptin"=dword:00000001
  22.  
  23. [HKEY_CURRENT_USER\Software\Microsoft\AppV\Client\Packages\<PackageGUID>\REGISTRY\USER\<SID user>\Software\Microsoft\Office\16.0\Common\Licensing]
  24.  
  25. @=hex(40000):
  26. "eulasSetAccepted"="8.0,"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement