Can't acsess add/remove programs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I click on add/remove programs I get a message saying "Windows cannot
access the specified device, path or file. You may not have the appropriate
permissions to access the item." I get the same message when clicking on User
Accounts and several other functions in Control Panel. Any ideas? Thanks.
 
Ramesh

File Description: Microsoft (R) HTML Application host
Version: 6.02600.0
Size: 23.5KB

Hope this helps!!

keredh
 
Keredh,

The file description/size looks ok. Inspect the .hta association settings.
Open Regedit.exe and navigate to:

HKEY_CLASSES_ROOT\.hta
In the right-pane, set the (default) to "htafile"

Navigate to:
HKEY_CLASSES_ROOT\htafile\Shell\Open\Command
In the right-pane, set the (default) to the following, exactly as given
below:

C:\WINDOWS\system32\mshta.exe "%1" %*

Note: To determine if this is a file association problem, call User
Accounts explicitly using mshta.exe command-line. Type in Start, Run
(exactly as given below):

mshta.exe "res://C:\WINDOWS\system32\nusrmgr.cpl/nusrmgr.hta"

The above examples assume that Windows is installed in C:\. If not, alter
the drive-letter / Paths accordingly.

--
Ramesh, MS-MVP
Windows Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com

Windows XP Newsgroup Setup Instructions for Outlook Express:
http://www.microsoft.com/windowsxp/expertzone/newsgroupsetup.mspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top