==================================================== ========================== PROBLEMA RELATADO - Não é possível se apropriar de uma pasta NTFS pelo método padrão
Propriedades da pasta \ Segurança TAB \ botão Avançado \ Alterar proprietário
.
PROBLEMA RELATADO - NÃO PODE EXCLUIR PASTA OU ARQUIVOS,
.
========
CENÁRIO
Recebo cada vez que tento executar QUALQUER função com uma pasta NTFS chamada 'templates'.
RESULTADO ATUAL - INFORMAÇÃO: Acesso negado. ("G: \ OLD Drive \ Arquivos de Programas \ Microsoft Visual Studio x \ VC \ VCWizards \ CodeWiz.NET \ Component \ templates")
============
TEST1 - FAIL
Siga as instruções em anexo na solução proposta -
Faça o download do PsExec.exe no Sysinternals
C:\Windows\system32>TAKEOWN /F "G:\OLD Drive\Program Files" /R /D Y
===================================
RESULTADO (consulte INFO na última declaração)
SUCCESS: The file (or folder): "G:\OLD Drive\Program Files" now owned by user "P
CDGROUP\PCD$".
SUCCESS: The file (or folder): "G:\OLD Drive\Program Files\Microsoft Visual Stud
io 8" now owned by user "PCDGROUP\PCD$".
SUCCESS: The file (or folder): "G:\OLD Drive\Program Files\Microsoft Visual Stud
io 8\VC" now owned by user "PCDGROUP\PCD$".
SUCCESS: The file (or folder): "G:\OLD Drive\Program Files\Microsoft Visual Stud
io 8\VC\VCWizards" now owned by user "PCDGROUP\PCD$".
SUCCESS: The file (or folder): "G:\OLD Drive\Program Files\Microsoft Visual Stud
io 8\VC\VCWizards\CodeWiz" now owned by user "PCDGROUP\PCD$".
SUCCESS: The file (or folder): "G:\OLD Drive\Program Files\Microsoft Visual Stud
io 8\VC\VCWizards\CodeWiz\.NET" now owned by user "PCDGROUP\PCD$".
SUCCESS: The file (or folder): "G:\OLD Drive\Program Files\Microsoft Visual Stud
io 8\VC\VCWizards\CodeWiz\.NET\Component" now owned by user "PCDGROUP\PCD$".
INFO: Access is denied. ( "G:\OLD Drive\Program Files\Microsoft Visual Studio 8\
VC\VCWizards\CodeWiz\.NET\Component\templates" )
C:\Windows\system32>
==========
CONCLUSÃO
Problema não resolvido
===============
TEST2 - SUCESSO
CAVEAT - Eu só consegui aqui porque a pasta fica em uma unidade que não é minha inicialização principal (c :) e, como tal, pode ser colocada offline com segurança. Eu assegurei que todas as janelas estivessem fechadas antes de agir.
Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Windows\system32> cd "G:\OLD Drive\Program Files\Microsoft Visual Studio 8\VC\VCWizards\CodeWiz\.NET\Component"
C:\Windows\system32>G:
G:\OLD Drive\Program Files\Microsoft Visual Studio 8\VC\VCWizards\CodeWiz\.NET\Component>chkdsk /f
The type of the file system is NTFS.
Cannot lock current drive.
Chkdsk cannot run because the volume is in use by another
process. Chkdsk may run if this volume is dismounted first.
ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
Would you like to force a dismount on this volume? (Y/N) Y
Volume dismounted. All opened handles to this volume are now invalid.
Volume label is DATABAK.
Stage 1: Examining basic file system structure ...
986368 file records processed.
File verification completed.
12 large file records processed.
0 bad file records processed.
Stage 2: Examining file name linkage ...
1261166 index entries processed.
Index verification completed.
0 unindexed files scanned.
0 unindexed files recovered to lost and found.
cd..
G:\OLD Drive\Program Files\Microsoft Visual Studio 8\VC\VCWizards\CodeWiz\.NET\
rd Component
==================================================== ====
RESULTADO - A pasta Componente foi removida com sucesso