Why "illegal" ?
Because some names such as LPT1, LPT2, LPTx, PRN, CON and more are reserved as
they have a unique meaning to the operating system.
Trying to rename/delete/modify a file or directory with such an illegal file name will return
LPT1 (LPTx) for example is usually the parallel port on the computer,
CON is short for console, PRN is printer, etc...
So if you see a directory or file such as
And can't seem to be able and rename or delete it, the reason is that
some names such as PRN, LPTx (LPT1, LPT2, ...), CON and more are system reserved.
The solution is straight forward, to rename for example:
The reason why the line above would work is because of it's prefix:
This is a back door of sorts that causes Windows not to check for illegal file names, this would also
prevent certain commands and is the easiest method to get rid of such files and directory's without disk hex editing.
If you still can access it the file/directory either has attributes turned on, turn off using:
The file/directory might not provide have ACL rights to allow you access, to grant access:
It is highly recommended to have an updated Windows environment (patch's and updates from Microsoft) and have an updated Antivirus program on your system at all times.
GOOD LUCK!