Skip to main content

Posts

How to hide Files in Secret Folder using Notepad

  You can easily lock any folder on your Windows computer with a simple Notepad hack. By creating a batch file, you can hide a folder and require a password be entered before it becomes visible and accessible. This is a great tool for locking sensitive information, like pictures, financial statements, and a lot more. This trick will work on just about any version of the operating system, including Windows 10, Windows 7, Windows XP, Windows 98, and so on. Step1:Open Notepad Start by opening Notepad, either from search, the Start Menu, or simply right-click inside a folder, then choose New -> Text Document. Step2:Add Code to Document Now just copy the text below and paste it into your document. cls @ECHO OFF title adityanigamtech if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Do you want to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n...

How to recover software of dead Phone

  Step1: First search On the google for stock ROM  and for your device for example: my mobile model is honor holy 2 plus. so I type on Google for honor holy 2 stock rom   Next Download stock Rom  and extract all step2: Next Download the Spflash tool search on google and download it  when download extract all and open the Spflash tool downloaded folder folder now double click on flash_tool.exe Step3:Click on the scatter loading file choose button Then navigate on the stock Rom folder then open firmware folder And open the txt file  once the process is complete then select   format all + download  and Click on the Download button step3: press volume down button +  power button to detect your device on the flash tool software(note: different model mobile need different type of buttons to detect software) Once your Mobile is detected The mobile software flashing is Started Then wait until the green ring appeard in the sp flash tool software...

How To Fix Corrupted SD card or Pen Drive using cmd

  How to Format SD Card Using CMD on  Windows 10/8/7 Diskpart is a built-in tool in Windows that manages your hard drives. You can use it to format the damaged or corrupted internal or external hard drive, USB drive, SD card, etc. This method is somewhat higher-leveled, and the Diskpart command is not recommended if you find it hard to go through the whole process Step 1. Press ' Ctrl + r'  on Your keyboard  and a popup has appeared in the popup type ' cmd'   or search in the search box for cmd  in Windows 10, and then you'll get the best match   Command Prompt. Right-click on it and choose "Run as administrator" Step 2.  In the command prompt, type  diskpart  and press "Enter". Step 3.  Type  list disk  to list all the available drives and press "Enter". Step 4.  Type  select disk + disk number  ( for example, select disk 2) to select the SD card you want to format and press "Enter". Step5:  ...