Advertisement
PC_Aide

Enable PVAD.bat

Nov 14th, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.12 KB | None | 0 0
  1. ::&--------------------------------------------------------------------------------------------------------------
  2. :: About App-V 5.0 SP3 : https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/appv-v5/about-app-v-50-sp3#BKMK_pvad_hidden
  3. ::
  4. :: PVAD: Primary Virtual Application Directory
  5. :: Describe: PVAD = Local Directory = The default location of installation of the program
  6. :: Exception:
  7. ::  1) programs portable -> e.g -> chromePortable, eclipse, and so on. With programs portable so PVAD don't matter in theory
  8. :: 2) 2 programs into 1 setup.exe without the choose of LocalDir -> E.g. ->
  9. ::
  10. :: Program (Definition): when we have product code (msiExec) = softwareCode (AppVManifestEditor)
  11. :: Gif ->
  12. ::
  13. ::
  14. :: E.g -> Autocad DWG TrueView 2018
  15. :: LocalDir: c:\program files\autodesk
  16. :: mp4 -> https://www.youtube.com/watch?v=85bHhGQOLtg
  17. ::&--------------------------------------------------------------------------------------------------------------
  18.  
  19. ::Permanent
  20. reg add HKLM\SOFTWARE\Microsoft\AppV\Sequencer\Compatibility /v EnablePVADControl /t REG_DWORD /d 1
  21.  
  22. ::Temporally
  23. sequencer -enablePVADControl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement