Solucionando problema de "Acesso negado" com o WindowsXP

1

Eu tenho um computador com Windows XP e experimentei um congelamento do meu computador (teclado / mouse não responde) e fui forçado a reinicializar meu PC.

Agora estou encontrando um problema ao tentar acessar ou excluir um diretório específico em minha máquina, C: \ Common \ BuildArtifacts \ - Eu recebo um erro "Access is Denied" do Windows

Coisas que eu tentei:

  1. Eu tentei tornar a pasta gravável acessando propriedades - > desmarcar somente leitura
  2. Descobri que, nas propriedades da pasta, não existe uma guia "segurança".
  3. Eu tentei excluir o arquivo através do Windows Explorer, deslocar a exclusão do arquivo e fazer um "rmdir" sob uma linha de comando para o diretório BuildArtifacts.

Alguém tem alguma sugestão sobre como resolver esse erro?

A única coisa que posso pensar em fazer agora é entrar no modo de segurança, e nem tenho certeza se isso ajudará.

    
por CrimsonX 18.01.2011 / 21:48

2 respostas

1

Tente acessar a conta como o usuário do sistema e verifique se há configurações de segurança como o usuário do sistema. Em caso afirmativo, altere as configurações de segurança. Se você precisar de ajuda para acessar a conta do sistema (não a conta de administrador), avise-nos.

ATUALIZAÇÃO: Informações solicitadas sobre como acessar a conta do sistema no Windows XP foram encontradas aqui . (não funciona no Windows 7) TENHA CUIDADO QUANDO NA CONTA DO SISTEMA !!!

  1. Check the name of the account you’ve logged into (Click start. You will see the name of the account you’ve logged in.)
  2. Launch the command prompt. (Start | Run | cmd | [Enter] ) in command prompt, create a schedule to run cmd.exe. To create a schedule type the following line and hit enter. at 10:41 /interactive “cmd.exe” this will create a schedule to run cmd.exe at 10:41. (Since you are testing, check the time in your system try and add two or three minutes.)Change this time according to your local time Hint: you can check if the schedule is placed by typing “at“ and hitting enter after the above step.
  3. Wait for the time you set for the schedule. cmd.exe would be launched at the specified time.
  4. After cmd.exe is launched by the scheduled time, press [CTRL] + [ALT] + [DEL] and launch task manager. Select “Process” tab, select explorer.exe in the process list and click “End Process” button. You will receive a confirmation dialogue. Click “Yes” to end the process.
  5. Close task manager by clicking the close (X) button. Close the first cmd window (be careful to close the first one not the second one.)
  6. Now you have only the second command prompt window and an empty desktop. In command prompt type the following line and hit “Enter” cd ..
  7. In command prompt type the following line and hit “Enter” explorer.exe If this is the first time you do it, windows creates the necessary components for you to access System ( Desktop, start menu, My document) when it’s finished you will have a new desktop.
  8. Close command prompt window. Click start and check your username. It’s changed to System. Now you are a super-power user. Be careful not to harm your PC and delete or modify system files if you don’t know what you are doing.
    
por 18.01.2011 / 22:03
0

Você tem compartilhamento de arquivos simples desativado ?, Você precisa ver a guia de segurança.

Parece que a falha mexeu na pasta / arquivos e executou um chkdsk / r no disco rígido.

link

    
por 18.01.2011 / 22:50