|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" http://support.microsoft.com/kb/307545 hello, i'm receiving the following "Access is denied" when i type "md tmp" to start the recovery commands. is there a way around this? i do not have an admin password setup, help... thanks! -Vic |
| |
|
#2
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" When first at the Recovery Console you are presented with a list of Windows installations. The first thing that you must do is select the Windows installation that you wish to logon to. Did you type in the number of the Windows installation (usually 1) and then press <Enter> to logon to the installation? John Vic wrote: > http://support.microsoft.com/kb/307545 > > hello, i'm receiving the following "Access is denied" when i type "md tmp" > to start the recovery commands. > > is there a way around this? i do not have an admin password setup, > > help... thanks! > > -Vic |
|
#3
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" On Nov 26, 2:16*am, Vic <V...@discussions.microsoft.com> wrote: > http://support.microsoft.com/kb/307545 > > hello, i'm receiving the following "Access is denied" when i type "md tmp" > to start the recovery commands. > > is there a way around this? *i do not have an admin password setup, > > help... thanks! > > -Vic What method did you use to start the Recovery Console? When RC finishes loading you should be looking at a command prompt in the C:\WINDOWS folder. Is that the case? If you are really in the RC, I would suggest running the following command while there: chkdsk /r If you need assistance with whatever the problem is that prompted the use of RC, post up some details. |
|
#4
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" On Nov 26, 2:16*am, Vic <V...@discussions.microsoft.com> wrote: > http://support.microsoft.com/kb/307545 > > hello, i'm receiving the following "Access is denied" when i type "md tmp" > to start the recovery commands. > > is there a way around this? *i do not have an admin password setup, > > help... thanks! > > -Vic Oops - forgot to ask... Was your issue preceded by a power interruption? That is the usual cause for messages resembling your topic subject. |
|
#5
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" hey Jose, thanks for the reply. What method did you use to start the Recovery Console? i'm using the windows xp home edition setup RC When RC finishes loading you should be looking at a command prompt in the C:\WINDOWS folder. i am not getting the following c:\windows folder after i select "R", and i do not have the option to select which installation to logon to, my default command is - C:\> i think this is my issue, and when i attempt to command C:\>CD System32 i get "the system cannot find the file or directory specified."... this is where i'm stuck at the moment. Is that the case? If you are really in the RC, I would suggest running the following command while there: chkdsk /r i ran the following command: chkdsk /r and when it finished checking i exited, and same message came up after reboot \WINDOWS\SYSTEM32\CONFIG\SYSTEM If you need assistance with whatever the problem is that prompted the use of RC, post up some details. sorry if i'm confusing you... and thanks for the assistance everyone. "Jose" wrote: > On Nov 26, 2:16 am, Vic <V...@discussions.microsoft.com> wrote: > > http://support.microsoft.com/kb/307545 > > > > hello, i'm receiving the following "Access is denied" when i type "md tmp" > > to start the recovery commands. > > > > is there a way around this? i do not have an admin password setup, > > > > help... thanks! > > > > -Vic > > Oops - forgot to ask... > > Was your issue preceded by a power interruption? > > That is the usual cause for messages resembling your topic subject. > > . > |
|
#6
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" Oops - forgot to ask... > > Was your issue preceded by a power interruption? > > That is the usual cause for messages resembling your topic subject. > "Jose" wrote: i recently updated my pc with the live update and after the requested restart of pc, this error message occured. > On Nov 26, 2:16 am, Vic <V...@discussions.microsoft.com> wrote: > > http://support.microsoft.com/kb/307545 > > > > hello, i'm receiving the following "Access is denied" when i type "md tmp" > > to start the recovery commands. > > > > is there a way around this? i do not have an admin password setup, > > > > help... thanks! > > > > -Vic > > Oops - forgot to ask... > > Was your issue preceded by a power interruption? > > That is the usual cause for messages resembling your topic subject. > > . > |
|
#7
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" Hey John, i'm not given the option to select the Windows installation, it is automatically loaded... and after the loading is done on the RC mode, the default is C:\> i believe i need to be in my windows directory... not sure how to get there when i'm in this directory "John John - MVP" wrote: > When first at the Recovery Console you are presented with a list of > Windows installations. The first thing that you must do is select the > Windows installation that you wish to logon to. Did you type in the > number of the Windows installation (usually 1) and then press <Enter> to > logon to the installation? > > John > > Vic wrote: > > http://support.microsoft.com/kb/307545 > > > > hello, i'm receiving the following "Access is denied" when i type "md tmp" > > to start the recovery commands. > > > > is there a way around this? i do not have an admin password setup, > > > > help... thanks! > > > > -Vic > . > |
|
#8
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" Vic wrote: > Hey John, i'm not given the option to select the Windows installation, it is > automatically loaded... and after the loading is done on the RC mode, the > default is > > C:\> The Recovery Console should open at the Systemroot directory, usually C:\Windows and you need to press a number for the installation and then press <Enter> to log on to the Windows installation. The screen should look something like this: The Recovery Console provides system repair and recovery functionality. Type EXIT to quit the Recovery Console and restart the computer. 1: C:\WINDOWS Which Windows Installation would you like to log on to (To cancel, press ENTER)? You can only run select commands without first logging on to the Windows installation, you cannot create directories (md) without first selecting the Windows installation and logging on. [Quote from Technet documentation] "If the registry is corrupted or missing or no valid installations are found, the Recovery Console starts in the root of the startup volume without requiring a password. You cannot access any folders, but you can carry out commands such as chkdsk , fixboot , and fixmbr for limited disk repairs." [end quote] This (starting at the C:\ root) is usually a sign of drive or file system corruption, the prescribed fix would be to run chkdsk /r on the drive, chkdsk is one of the few commands that can be run without logging on to the Windows installation. After chkdsk is done you can try issuing the LOGON command and see if it presents you with a list of valid Windows installations. > i believe i need to be in my windows directory... not sure how to get there > when i'm in this directory Try cd %systemroot% but I don't that it will run if you aren't logged on to the installation. If you ran a chkdsk and are still starting at the C:\ prompt then I would suggest that you run a diagnostic utility from the drive manufacturer to check your drive. If you need or want to try to salvage files you can mount the disk to another Windows installation (slave it or put it in a USB enclosure) and see if you can access the disk. If you can access the disk from another Windows installation you can try to copy the registry files as suggested in the knowledge base article http://support.microsoft.com/kb/307545 With the disk mounted in another Windows installation you can dispense with Steps 1 and 3 altogether, the object of the exercise in KB307545 is to copy the registry files in the Snapshot folder to the Config folder. From the Snapshot folder copy the files: • _REGISTRY_USER_.DEFAULT • _REGISTRY_MACHINE_SECURITY • _REGISTRY_MACHINE_SOFTWARE • _REGISTRY_MACHINE_SYSTEM • _REGISTRY_MACHINE_SAM to the System32\config folder directly, making sure to rename them as follows: • Rename _REGISTRY_USER_.DEFAULT to DEFAULT • Rename _REGISTRY_MACHINE_SECURITY to SECURITY • Rename _REGISTRY_MACHINE_SOFTWARE to SOFTWARE • Rename _REGISTRY_MACHINE_SYSTEM to SYSTEM • Rename _REGISTRY_MACHINE_SAM to SAM These will in fact replace the present DEFAULT, SECURITY, SOFTWARE, SYSTEM, and SAM files in the Config folder. Once that is done, return the disk to the computer and if it boots proceed to Step 4 as instructed in the article. To repair this you may have no choice but to run chkdsk on the drive, if you do you may find that the Snapshot files are not in the expected System Volume Information folder, if that is the case look for FOUND.xxx folders in the root of the drive, the Snapshot files may get dumped in there, they may or may not be usable, you will only know by trial. Good luck, John http://technet.microsoft.com/en-us/l.../cc961858.aspx Troubleshooting Tools and Strategies > "John John - MVP" wrote: > >> When first at the Recovery Console you are presented with a list of >> Windows installations. The first thing that you must do is select the >> Windows installation that you wish to logon to. Did you type in the >> number of the Windows installation (usually 1) and then press <Enter> to >> logon to the installation? >> >> John >> >> Vic wrote: >>> http://support.microsoft.com/kb/307545 >>> >>> hello, i'm receiving the following "Access is denied" when i type "md tmp" >>> to start the recovery commands. >>> >>> is there a way around this? i do not have an admin password setup, >>> >>> help... thanks! >>> >>> -Vic >> . >> |
|
#9
| |||
| |||
| Re: \WINDOWS\SYSTEM32\CONFIG\SYSTEM "Access is denied" "Vic" <Vic@discussions.microsoft.com> wrote in message news:66D911D0-06C0-4440-B7DE-86C2C54F84DF@microsoft.com... > hey Jose, thanks for the reply. > > What method did you use to start the Recovery Console? > > i'm using the windows xp home edition setup RC > > When RC finishes loading you should be looking at a command prompt in > the C:\WINDOWS folder. > > i am not getting the following c:\windows folder after i select "R", > and > i do not have the option to select which installation to logon to, > > my default command is - C:\> > > i think this is my issue, and when i attempt to command C:\>CD System32 You need to specify the full path --- CD \Windows\System32 Jim > > i get "the system cannot find the file or directory specified."... this is > where i'm stuck at the moment. > > Is that the case? > > If you are really in the RC, I would suggest running the following > command while there: > > chkdsk /r > > i ran the following command: chkdsk /r and when it finished checking i > exited, and same message came up after reboot > > \WINDOWS\SYSTEM32\CONFIG\SYSTEM > > If you need assistance with whatever the problem is that prompted the > use of RC, post up some details. > > > sorry if i'm confusing you... and thanks for the assistance everyone. > > "Jose" wrote: > >> On Nov 26, 2:16 am, Vic <V...@discussions.microsoft.com> wrote: >> > http://support.microsoft.com/kb/307545 >> > >> > hello, i'm receiving the following "Access is denied" when i type "md >> > tmp" >> > to start the recovery commands. >> > >> > is there a way around this? i do not have an admin password setup, >> > >> > help... thanks! >> > >> > -Vic >> >> Oops - forgot to ask... >> >> Was your issue preceded by a power interruption? >> >> That is the usual cause for messages resembling your topic subject. >> >> . >> |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| \windows\system32\config\system | gareth106 | Windows XP | 13 | 02-14-2009 09:55 PM |
| Getting "c:\windows\system32\config\system" | Uzidengineer | Windows XP | 4 | 12-31-2007 05:00 PM |
| windows/system32/config/system - Help Please | KennethKS | Windows XP | 5 | 12-03-2007 04:00 AM |
| Registry... Windows\system32\config... System | POP | Windows XP | 12 | 04-12-2007 06:49 PM |
| windows\system32\config\system?????? | jamesdbowman | Windows XP | 4 | 03-06-2007 11:45 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |