First of all, thank you to user 21st floor. I have learned some more knowledge. Actually, I learned the method of hiding directories using "md s..\" a long time ago in Computer Post, but I have taken it a step further. Everyone knows the method of hiding directories or files using the Recycle Bin, which was used in the WIN98 era. That is, create a directory in the Recycle Bin:
cmd
cd recycled
mkdir aa..\
The above three steps are very effective under XP and are very useful for dealing with ordinary novices. I wrote about this in a reply post on this forum a long time ago.
Previously, the method I mentioned for entering was to enter something like d:\recycled\aa..\ when running. There was a problem here that I have been unable to solve all the time, which is that there will be history records. Of course, it can be modified through the registry or group policy. But user 21st floor gave me the best solution, which is:
cmd
start d:\recycled\a..\
Then all the contents inside will come out.
Thank you again, brother chishingchancn.
cmd
cd recycled
mkdir aa..\
The above three steps are very effective under XP and are very useful for dealing with ordinary novices. I wrote about this in a reply post on this forum a long time ago.
Previously, the method I mentioned for entering was to enter something like d:\recycled\aa..\ when running. There was a problem here that I have been unable to solve all the time, which is that there will be history records. Of course, it can be modified through the registry or group policy. But user 21st floor gave me the best solution, which is:
cmd
start d:\recycled\a..\
Then all the contents inside will come out.
Thank you again, brother chishingchancn.
