Managing Registry via Powershell

PROVIDER NAME Registry DRIVES HKLM:, HKCU: SHORT DESCRIPTION Provides access to the registry keys, entries, and values in Windows PowerShell. DETAILED DESCRIPTION The Windows PowerShell Registry provider lets you get, add, change, clear, and delete registry keys, entries, and values in Windows PowerShell. Registry keys are represented as instances of the Microsoft.Win32.RegistryKey class. Registry entries are represented as instances of the PSCustomObject class. The Registry provider lets you access a hierarchical namespace that consists of registry keys and subkeys. Registry entries and values are not components of that hierarchy. Instead, they are properties of each of the keys. The Registry […]

Read more

Registry Settings to Suppress Adobe Reader License Agreement Prompt

Adobe Reader License Agreement Prompt Registry Setting: Adobe Reader saves it’s License Agreement status in below registry path for system and user specific respectively.  HKEY_LOCAL_MACHINESoftwareAdobeAcrobat Reader9.0AdobeViewer     EULA    REG_DWORD    0x1 HKEY_CURRENT_USERSoftwareAdobeAcrobat Reader9.0AdobeViewer     EULA    REG_DWORD    0x1   Conflict Behavior: By default Windows loads System level settings and on top of that uses the User level settings for given user session. With this, User level settings always going to be the effective setting for the end user.  However, Adobe Reader is a special case where it checks if the license key is set to be accepted at system level or user […]

Read more