Hello.
I recently tried to delete some folders and windows threw me an access denied.
I tried: https://www.infopackets.com/news/10...file-folder-system-cannot-find-file-specified
but
c:
cd \
takeown /f "C:\Users\USER\Downloads\FOLDER" /r /d J >out.txt
icacls "C:\Users\USER\Downloads\FOLDER" /reset /T >out2.txt
rmdir /q /s "C:\Users\USER\Downloads\FOLDER"
echo this is a dummy line
still says no access.
When i do:
icacls.exe "C:\Users\USER\Downloads\FOLDER"
it says access denied.
i even created an administrator account like he said. still not working + now i dont know how to delete it again :S
I've googled and tried a lot.
any ideas?
many thanks in advance
I recently tried to delete some folders and windows threw me an access denied.
I tried: https://www.infopackets.com/news/10...file-folder-system-cannot-find-file-specified
but
c:
cd \
takeown /f "C:\Users\USER\Downloads\FOLDER" /r /d J >out.txt
icacls "C:\Users\USER\Downloads\FOLDER" /reset /T >out2.txt
rmdir /q /s "C:\Users\USER\Downloads\FOLDER"
echo this is a dummy line
still says no access.
When i do:
icacls.exe "C:\Users\USER\Downloads\FOLDER"
it says access denied.
i even created an administrator account like he said. still not working + now i dont know how to delete it again :S
I've googled and tried a lot.
any ideas?
many thanks in advance