Showing posts with label troubleshooting. Show all posts
Showing posts with label troubleshooting. Show all posts

Sunday, April 13, 2008

Disabling UAC Secure Desktop on Windows Vista Home Edition

This people acting as if it's their first time using Microsoft Product. They're complaining about Vista's UAC (User Account Control). Disabling it is not a good idea, but we can still minimize the annoying effect of secure desktop by disabling it (I suggest you to keep using UAC because it can improve the security).

Here are steps to disable UAC Secure Desktop:

  1. Click Start -> Run type “regedit”

  2. Go to key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

  3. Find a key PromptOnSecureDesktop and modify the value into 0

  4. Restart your computer


And the Secure Desktop won't be there when the UAC popped-up.

Wednesday, February 6, 2008

Error 2739 While Installing OpenWorkbench in Vista

The internal error 2739 popped up while I'm trying to install OpenWorkbench in my MS Windows Vista Home Premium. It seemed that there's a problem with the JavaScript runtime. I googled for the workaround of this problem and I found one. I just need to re-register the jscript.dll library. So I ran my Command Prompt using Administrator privilege (right click on the file and choose Run as administrator) and typed "regsvr32 jscript.dll" and it's solved.