RubyPDF Blog Adobe Acrobat,My Software,tutorial ReaderEnable and Usageright Enable work on vista now.

ReaderEnable and Usageright Enable work on vista now.

Many customers feed backed that readerenable and usageright enable do not work well on vista, and I just install vista this week, so I have chance to figure out the reason.

Windows Vista has the built-in ability to automatically reduce the potential of security breeches in the system. It does that by automatically enabling a feature called User Account Control (or UAC for short). The UAC forces users that are part of the local administrators group to run like they were regular users with no administrative privileges.

So we just need disable UAC.
Here is a easy way to disable UAC, just save the following code to dos batch file and execute it

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

If you want to enable UAC again, please try

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.