Step 1:Open the notepad.
Step 2:Type : CreateObject("SAPI.SpVoice").Speak "I Love You"
Step 3:Save the file as .vbs (eg. I Love You.vbs)
Step 4:Execute that file via double clicking it. You will know if it is a guy or girl through the sound.
If there is another administrator account that you can log into, then jump to step 7 after logging into that account.
However, if you can't get to any accounts at all, then start at step 1.
1. Restart your computer and hit F8 multiples times until you see a menu-like screen, if you see the Windows splash screen then repeat this step.
2. Highlight and hit enter on Safe Mode with Command Prompt. Try logging in there. If it still doesn't work, then go to step17.
3. If you are able to login, once a command prompt pops up, type: net user administrator password /active:yes (you can specify whatever password you want for the administrator account.)
4. If you get a message saying "The command completed successfully", then restart your computer by typing: shutdown -r.
5. Boot up again pressing F8, but this time choose just Safe Mode.
6. You will be able to login as Administrator with the password you set in Step 3.
7. Hit (windows logo)+R.
8. Type regedit.
9. Once the registry editor opens up, look for HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
10. In the left pane, find the one that starts with S-1-5..... and ends with .BAK; if you don't find one, skip to step 15.
11. Right click it and click Rename, then change the .BAK to .BK
12. Right click the one with the same numbering but without the .BAK and add .BAK add the end.
13. Right click the one that you renamed to .BK and clickRename, delete the .BK
14. Eventually, you have switched the .BAK from the end of the second entry to the first. That should probably fix your problem.
15. If you didn't find a .BAK then try this: Open Windows Explorer to C:\Users\Default\AppData\Local\Application Data
16. If you find another Application Data below the one you're on, then delete it. That should probably also fix your problem.
17. If you can't login in Safe Mode, then reboot and hit F8 until you see the menu again, then hit enter highlighting Repair Your Computer.
18. Wait until all Windows Files finish loading, then hitNext when it asks keyboard language.
19. Try logging in here also, choose your user from the dropdown menu, and type the password, then jump to step 23.
20. If that still doesn't work, then if you have your Windows Installation CD still, put it in and restart your computer.
21. Hit F12 until you see a menu of boot options, choose Boot from CD.
22. Choose keyboard language then hit next. Find Repair Your Computer from a little below the center left.
23. Choose Open Command Prompt and type: net user administrator password /active:yes (here again you can specify a password)
24. Close the command prompt and click Restart and jump to step 5.
**To disable the administrator account, type this in an elevated command prompt: net user administrator /active:no
Most of the time the virus are programmed to disable Windows Task Manager, Regedit, command prompt, folder options and etc. These restrictions are meant to prevent a normal computer user from using these built-in Windows diagnostic tools to remove the virus from computer.
There are some virus that will cause destruction such as encrypting recently used files so you are forced to buy the decryption key from the virus programmer. Then there’s another type of virus such as BDS.Mirc.Backdoor that will hide your document files by setting the hidden and system attributes to the file. You can still see the files if you set to show hidden files and folders plus disabling hide operating system files. If the virus is capable of restricting Folder Options, chances are you think that your files has been wiped out by the virus but in fact it is hidden in your system.
Here’s how to show hidden files and folders or system files.
1. Go to Control Panel and open Folder Options.
2. Go to View tab and select “Show hidden files and folders”. Then uncheck “Hide extensions for known file types and Hide protected operating system files”. Do take note that some virus that are still active in computer will revert the changes that you made. So make sure your computer is clean from virus first by scanning with an antivirus program.
3. Try to look for your missing files in your directory or hard disk.
4. This is the method of doing it without using any software. Just run com
mand prompt (Start > Run > CMD), type the command attrib -H -S C:\path\to\your\files. You can also use the asterisk character to define multiple extensions. For example, attrib -H -S C:\nick\*.* would remove the hidden and system attribute of all files in nick folder at C drive.
Others method can refer here
Now if you want remove attrubutes for all files in all folders on whole flashdrive do this:
attrib -r -s -h /S /D
this command will remove attrubutes for all files folders and subfolders:
-read only
-system file
-is hidden
-Processes matching files and all subfolders.
-Processes folders as well
SpaceSniffer is a freeWare and portable tool application that lets you understand how folders and files are structured on your disks.
Start a scan process and see the overall situation. Bigger are the elements on the view, bigger are folders and files on your disk. You need more detail on a big folder? Just single click on it. The selected element will be detailed with its content.
Need more and more detail? Keep selecting elements and they'll discover their secrets to you. Need a larger view of a small folder? Then double click on it, and it'll zoom to the full extent of the view.
If you need to understand why no more free space is left on media, keep following bigger elements. Maybe you want to focus only on particular file types... ok. Just type the file type on the filter field (example: *.jpg
) and press enter. The view will react and show you only JPEG files.
Want to exclude files? Then type a starting pipe before the filter (example: |*.jpg
) and press enter. The view will show everything but JPEG files.
If you want to keep track of examined files you can tag them. Four colors are available. Just hover the mouse on a file and press CTRL+1
to tag it red. There are keys also for yellow, green and blue tagging. Use them as you wish. You can also filter on tags (example: :red
will show only red tagges files, :all
will show all tagged files and so on). You can also exclude tagged files (example: |:red
will exclude all red tagged files)
Want to know if you have old files? Type the condition in the filter field (example: >2years
) and the view will react accordingly.
You can also filter on file size, file date and combine all filters
Once you have your result, you can produce a textual report by using the embedded Export Module. You can even customize the report layout to match your needs.
Download here.