Wednesday, 5 August 2015

How to "Delete administrator Password" without any software



Method 1

Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.


Method 2

Step 1. Put your hard disk of your computer in any other pc .Step 2. Boot that computer and use your hard disk as a secondary hard disk (D'nt boot as primary hard disk ).Step 3. Then open that drive in which the victim’s window(or your window) is installed.Step 4. Go to location windows->system32->configStep 5. And delete SAM.exe and SAM.log Step 6. Now remove hard disk and put in your computer.Step 7. And boot your computer :-)

Enabling Folder option

Many times Windows users face a common problem. The “Folder Options” in “Tools” menu is not visible. Even It can’t be accessed from Control Panel. Also “Registry Editor” is disabled.
Follow the simple steps mentioned in this tutorial and your problem will be solved:

1. If Folder Options is disabled but Registry Editor is still working in your system, then you can enable Folder Options by editing Windows Registry.
Type regedit in RUN dialog box and press Enter.
it’ll open Registry Editor, now go to following keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\ExplorerHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\Explorer
In right-side pane, check whether a DWORD value named NoFolderOptions exists or not? If it exists, delete it.

2. If you are not familiar with editing the registry, then you can simply download following file, extract it and then run the .REG file:
Folder_option.zip

................................................................................................................
If u cant run regedit ....
Seems like your system is infected with a virus. Pls follow following link:
http://www.askvg.com/is-your-system-infected-with-a-virus-spyware-adware-trojan/

..................................................................................................................
Some ppl find that "show hidden files and folders" option ll not b enabled..
though enabled they cant c the hidden folders...
for that dont worry
--open RUN
--type regedit
--HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Explorer\Advanced
And in right-side pane, change value of “Hidden” to 1 and refresh My Computer window and you’ll be able to see hidden files again

Remove love killer batch file (love_killer.bat) from your windows PC



love_killer.bat is a suspicious windows batch file which may harm our computer.

If this file is existing in your computer it will show unnecessary dialogue boxes
in your computer when you plug an USB drive and it will tries to edit windows registry.

We cannot able to simply delete this file like other files.
If we simply delete this file it will come to the same position again .
Let us see how to delete this file permanently from the computer.

# Locate the file love_killer.bat on your PC.
# Right click on that file(love_killer.bat) and choose Edit option.
# Now,a note pad application will open and you can able to see the script of that batch file.
# Select the whole text (you may use Ctrl+A key combination) and delete that.
# Save that file and don't close the note pad application (note pad application should be stay opened).

Easy way to remove shortcut virus - Using .BAT file or CMD

The code need to copy pest in this process has been given below for your convenient.

@echo off
attrib -h -s -r -a /s /d Name_Drive:*.*
attrib -h -s -r -a /s /d Name_Drive:*.*
attrib -h -s -r -a /s /d Name_Drive:*.*
@echo complete

In my video I could not able to show what is really happened when saved the .bat file as “removevirus.bat” and double clicked on it because in my PC there is not shortcut virus at present. But, it is tested and proved that this system works very nicely.

Video demonstration on : https://www.youtube.com/watch?v=wQD6mHCuPwM


The Same command can be done by using Command Prompt.

1. Open RUN from start or by shortcut Win+ R
2. Open as Administrator
3. Type or Paste command attrib -h -s -r -a /s /d Name_Drive:*.*
     Name_Drive : The drive letter infected with virus (i.e D:)