Website

Friday 21 February 2014

Hirens.BootCD.15.0 Full



New Added Softwares, Updated Functions:

  • BattStat 0.99b: Battery Status monitor and power management freeware for Windows 7/Vista/XP/2000 x86/x64.
  • BrowsingHistoryView 1.05: To view history data of Internet Explorer, Mozilla Firefox, Google Chrome, and Safari Web browsers in one table.
  • ClearLock 1.4.0: To lock your desktop with a transparent layer, allowing you to see what is happening on your desktop and at the same time prevent access to the computer without the proper password.
  • DRevitalize 1.2: Repairs bad sectors (physical defects) on hard drives by generating a special sequence of high and low signals around the physically damaged area.
  • EncFS 1.7.4: This should be used for secure online file backup services such as Google Drive, Dropbox and Sugarsync as the encryption do not occupy a fixed size containers and backup programs can copy encrypted files and can be accessed from linux, iPhone/iOS and android using BoxCryptor and Cryptonite.
  • ImDisk 1.6.0: To create/mount virtual hard disk, floppy or CD/DVD drives using image files or system memory.





kickass.to/hirens-bootcd-15-0-full-release-29-10-2011-t6540708.html

Tuesday 4 February 2014

Hide Folder Using bat


cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
: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 Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== Talha goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End 
:End


*Replace Talha To Your  Password

 
Cool Blue Outer Glow Pointer