![]() |
|
|
|
#1
|
|||
|
|||
|
What if one recreates the first two folders, wouldn't the folder be accessible again?
What is the simplest and fastest and most practical (even using ACL and command line tools) to delete or bring about access to it again? |
|
#2
|
|||
|
|||
|
The access is "prevented" just by the weird name (...) which many tools don't support. You don't have to use Native API - you can use the ordinary Win32 API, but you need to use the \\?\ prefix with the path.
You can even use the usual command line tools, e.g. Code:
mkdir \\?\C:\\Winmend~Folder~Hidden\...\cn Code:
rmdir \\?\C:\\Winmend~Folder~Hidden\...\cn Code:
rmdir \\?\C:\\Winmend~Folder~Hidden\... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Track Folder Changes | TheDutchJewel | General Discussion | 0 | 02-11-2017 02:44 |
| folder security settings... | MrCape | General Discussion | 5 | 08-23-2002 14:29 |