Make a Private Folder with your password
Step 1:- Open the Notepad.exe
Step 2:- Copy the following code into the notepad.
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDENTER PASSWORD TO OPEN
:CONFIRM
echo -----------------------------------------------------------
echo ================== HarryHacker ==================
echo -----------------------------------------------------------
echo Are you sure you want to lock the folder(Y/N)
echo Press for Yes and Press (N) for No.
echo -----------------------------------------------------------
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 "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo -----------------------------------------------------------
echo ==================HarryHacker ==================
echo -----------------------------------------------------------
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== YOUR PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDENTER PASSWORD TO OPEN
md Private
echo Private created successfully
goto End
:End
Step 3:- Now change the password in the if NOT %pass%==YOUR PASSWORDgoto FAIL line replace text of Your
Password with your password for the folder lock.
Step 4:- Now save this file as locker.bat and you are done.
Step 5:- Now Open the Locker.bat file and enter your password to open a private folder of yours.
Step 6:- Now copy paste the files which you want to hide and make it secure in the private folder.
Step 7:- Now again open the Locker.bat file and press 'Y' to lock the private folder with your password.
Step 8:- Now to again open the secured files open the locker.bat file Enter your password and your files are there for you.
Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts
Friday, February 7, 2014
How To Send SMS From Computer Using AT Commands With GSM/GPRS Modem
How To Send SMS From Computer Using AT Commands With GSM/GPRS Modem
1. Plug In Your GSM/GPRS modem
2. Find out which COM Port the modem is connecting
3. Start-> Accessories-> Communication-> Hyperterminal
4. Open new connection
5. "Connect using:" the correct COM port, you will see a
windows->change Bits per second to "9600" (for GSM)"115200" (for GPRS)
6. Type "AT" and press Enter (it'll show "ok")
7. Type "AT+CMGF=1" and press Enter (it'll show "ok". It is to set the GSM / GPRS modem to operatein SMS text mode. )
8. Type "AT+CMGW="+6512 34567" " and press Enter (it'll show ">"."+65" is country code,"1234567" is recipient's number)
9. Start typing SMS. When finished,press Ctrl + Z (it'll show"+CMGW:1", it means the message is stored as index:1 in the message storage)
10. Type "AT+CMSS=1" and press Enter (It'll show something like"+CMSS: 219". "219" is the reference no of the sent message)
11. If it shows "OK" at the end, it means the message is successfullysent.
1. Plug In Your GSM/GPRS modem
2. Find out which COM Port the modem is connecting
3. Start-> Accessories-> Communication-> Hyperterminal
4. Open new connection
5. "Connect using:" the correct COM port, you will see a
windows->change Bits per second to "9600" (for GSM)"115200" (for GPRS)
6. Type "AT" and press Enter (it'll show "ok")
7. Type "AT+CMGF=1" and press Enter (it'll show "ok". It is to set the GSM / GPRS modem to operatein SMS text mode. )
8. Type "AT+CMGW="+6512 34567" " and press Enter (it'll show ">"."+65" is country code,"1234567" is recipient's number)
9. Start typing SMS. When finished,press Ctrl + Z (it'll show"+CMGW:1", it means the message is stored as index:1 in the message storage)
10. Type "AT+CMSS=1" and press Enter (It'll show something like"+CMSS: 219". "219" is the reference no of the sent message)
11. If it shows "OK" at the end, it means the message is successfullysent.
Tuesday, February 4, 2014
Microsoft Appoints New CEO And Bill Gates Steps Down As Chairman
Since Steve Ballmer stepped down as CEO of Microsoft in August 2013,
the Redmond company has since been searching for a suitable replacement.
It looks like today, however, that search is now over.
Microsoft has announced that it now has a new CEO and his name is Satya Nadella. Nadella was previously the Executive Vice President of Microsoft’s Cloud and Enterprise group and doesn’t come as a surprise. There had been weeks of speculation that hewas one of the front runners for the job.
Nadella joined the company back in 1992, and the now 47-year-old
executive was responsible for building and running Microsoft’s computing
platforms, developer tools and cloud services supporting Bing, Xbox,
Office and other services.
You can take a look at Bill Gates welcome message to Nadella as Microsoft CEO below:
Microsoft has announced that it now has a new CEO and his name is Satya Nadella. Nadella was previously the Executive Vice President of Microsoft’s Cloud and Enterprise group and doesn’t come as a surprise. There had been weeks of speculation that hewas one of the front runners for the job.
Microsoft is one of those rare companies to have truly revolutionized the world through technology, and I couldn’t be more honored to have been chosen to lead the company,” Nadella said in a statement this morning. “The opportunity ahead for Microsoft is vast, but to seize it, we must focus clearly, move faster and continue to transform. A big part of my job is to accelerate our ability to bring innovative products to our customers more quickly.”In addition to the CEO news, Microsoft also announced that its founder Bill Gates will step down as chairman of the board and take on a new Technology Advisor role to “devote more time to the company.” John Thompson, who led the new CEO search, will take Gates previous position on the board.
You can take a look at Bill Gates welcome message to Nadella as Microsoft CEO below:
The entire press release from Microsoft can be found here.
Subscribe to:
Posts (Atom)