Hi everyone.
I had some problems with Vista Ultimate and re-installed the OS. It
was afterwards that I realized a tv card was the source of all
problems. I removed it, and now I want to reset my computer.
Basically, by renaming the relevant new Windows folders and replacing
them by those from the "C:\Windows.old" folder Vista setup had
created.
However, moving or renaming some of these folders doesn't work.
I've booted from Vista's DVD, entered the recovery menue and started
the command prompt (Repair your computer > System Recovery Options >
Command Prompt).
There, I've switched three folders, like this:
> MOVE /-Y "Program Files" "Program Files.new"
> MOVE /-Y "Windows.old\Program Files" "Program Files"
> MOVE /-Y "Program Files (x86)" "Program Files (x86).new"
> MOVE /-Y "Windows.old\Program Files (x86)" "Program Files (x86)"
> MOVE /-Y "Windows" "Windows.new"
> MOVE /-Y "Windows.old\Windows" "Windows"
This all worked fine.
Then, I changed into the Windows.old directory to check I got all
files:
> cd Windows.old
> dir /AH /X /P
I then realized there were another three hidden folders,
"$RecycleBin", "Documents and Settings [C:\Users]" and
"ProgramData".
However, changing back to the root
> cd..
and then trying to move the corresponding files there failed:
> MOVE /-Y "ProgramData" "ProgramData.new"
as well as
> RENAME "ProgramData" "ProgramData.new"
and
> MOVE /-Y "C:\Windows.old\ProgramData" "C:\ProgramData"
both returned
"The system cannot find the file specified."
However, listing all files and folders in the root clearly shows it is
there:
> dir /AH /X /P
lists the files. I then tried to move them using their 8.3 name:
> MOVE /-Y PROGRA~3 "ProgramData.new"
No luck, either.
Any idea how to move those hidden files from the Vista command prompt?
Thanks in advance.
Kind regards,
Christian
P.S.: Another problem I have is that the start menu lists all program
folders but no files/shortcuts in them. Any idea as to why?