Links
   
Links

Engineers Service Supply Company

 

Document Imaging Solutions

Website Design and Hosting Solutions

Business Phone Systems

Small Business Voice and Data Solutions

   
 
  Forum  Discussions  Helpful Tips  Tips I have found
Disabled Previous
 
Next Next
New Post 5/13/2008 2:54 PM
  benk
13 posts
No Ranking


Tips I have found 

Click here to find heplful tips to hard problems I have run into.

 
New Post 5/13/2008 2:55 PM
  benk
13 posts
No Ranking


Task manager disabled XP home 

There is a registry hack to enable or disable Windows NT TaskManager. The same registry hack applies to Windows 2000 and Windows XP.

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD
Value: 1=Enablethis key, that is DISABLE TaskManager
Value: 0=Disablethis key, that is Don't Disable, Enable TaskManager

 
New Post 5/13/2008 2:57 PM
  benk
13 posts
No Ranking


Registry editing disabled XP Home 

I was unable to edit the registry even though the user I was logged in as said it was an administrator. Found this to fix it.

1. Click Start, Run and type this command exactly as given below: (better - Copy and paste)

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

 
New Post 5/13/2008 2:59 PM
  benk
13 posts
No Ranking


Unable to login due to an Account Restriction 

XP home can't login as administrator because it's a blank password. Here's the key to fix it.

HKLM\System\CurrentControlSet\Control\Lsa\limitblankpassworduse

from 1 to 0

 
New Post 5/13/2008 3:01 PM
  benk
13 posts
No Ranking


Error running windows update manually 

Register these dll's

wuapi.dll

wuaueng1.dll

wuaueng.dll

wucltui.dll

wups2.dll

wups.dll

wuweb.dll

 
Disabled Previous
 
Next Next
  Forum  Discussions  Helpful Tips  Tips I have found