RE: no name folders
lets's supose u have a file named _file contained in _folder wich is in your desktop
1.- Open Command Prompt (type cmd in the "run" dialog box)
2.- Navigate to the _folder (Ex: cd C:\Users\Your_name\Destop\_folder)
3.- type attrib +s _file
4.- Go and realize the file "ain't" there.
NOTE: u can also make files hidden (the same option u got in the _file properties) by typin attrib +h _file and u can combine them like: attrib +s +h _file.
|