Jump to content

1606 error


Jim624

Recommended Posts


You are typing the command into a cmd.exe window and not the run dialog, right? :)

Start > Run > (type) cmd.exe

You type the line in the window called "Command Prompt"

It doesn't really matter anyway, echo doesn't actually check if the directory does exist, it simply outputs what you type in after expanding any environment variables.

Better to use something that depends on the directory existng fo rits output, like

dir "%userprofile%\recent"

or

if exist "%userprofile%\recent" echo Yes

Edited by nakira
Link to comment
Share on other sites

This should work for you. Cut and paste what you need (saves typing)

:thumbup

Error 1606: Problem

1. Click Start, and then click Run.

2. In the Open box, type regedit, and then click OK.

3. Locate and click (highlight) the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

Below are the exact thigs that have to be clicked to open each section listed above.

HKEY_LOCAL_MACHINE\SOFTWARE

Microsoft\Windows

CurrentVersion

Explorer

User Shell Folders

4. In the right pane of the Registry Editor window, double-click Common Administrative Tools.

4. In the Value data box of the Edit String dialog box that appears, type the following line, and then click OK:

%ALLUSERSPROFILE%\Start Menu\Programs\Administrative Tools

5. On the File menu, click Exit to quit Registry Editor.

6. Restart the computer.

------------ If you do not feel comfortable typing in the above line, highlight the following line:

%ALLUSERSPROFILE%\Start Menu\Programs\Administrative Tools

Right click then left click on copy.

Start at #1. When you get to #5, right click in "value data" box, (make sure there is nothing in the box.

Left click on paste.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...