Windows 7 Disk Mirroring or Raid 1 in Windows 7 in Hindi


Raid 1 in Windows 7 or Windows 7 Disk Mirroring in Hindi Video shoes Windows 7 RAID Setup

Windows 7 lock folder without any software (Hindi)


Video Shows How to Lock Folder with password without any software in Windows 7 in Hindi by Jagvinder Thind

Video on Windows Folder Lock with Software  :-

Password Script File Copy & Paste in .Bat file : --

cls
@echo off
title Folder Locker
IF EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}" GOTO UNLOCK
IF NOT EXIST Locker GOTO MDLOCKER
echo Folder Created.
:CONFIRM
echo Are you sure you want to lock the 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 Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}"
echo Folder Locked.
GOTO END

:UNLOCK
echo Enter password to unlock the Folder :
set/p "pass="
IF NOT %pass% == Your-Pasword GOTO FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303­­­09D}" Locker
echo Folder Unlocked Successfully.
GOTO END
:FAIL
echo Invalid Password!
GOTO END

:MDLOCKER
md Locker
echo Folder created.

GOTO END
:END

Transfer files between Android Phone and Computer using LAN in hindi (Windows 10 / 8 / 7)


Using LAN (Wired & Wifi) How to Transfer files between Android Device and Computer in Windows 10  Windows 8 or Windows 7 using LAN in Hindi. Video Shows Transfer files from android to pc & pc to android without cable high speed file transfer

How to Install fonts in Windows 10 Windows 7 and Windows 8.1 in Hindi


How to Download & install Fonts in windows 10 in Hindi. Same steps can also be used in Windows 7, windows 8.1 , Windows 8, Windows Vista or Windows XP

Popular Posts