Monday, July 18, 2016

How to Use Pendrive as Password In Hindi

कई लोग अपने कम्‍प्‍यूटर का पासवर्ड (Computer Password) बहुत अच्‍छा बनाते हैं, लेकिन फिर भी इस बात का डर रहता है कि उनका पासवर्ड (Password) कोई पता न कर लें, लेकिन एक ऐसा तरीका है, जिससे आपका पासवर्ड (Password)  आपके साथ चलेगा, आपकी पेनड्राइव (Pendrive) के रूप में -
इस तरीके से आपकी पेनड्राइव आपके कम्‍प्‍यूटर का पासवर्ड (computer ka password) बन जायेगी, जो हमेशा आपके साथ रहती है, अब पासवर्ड पता करना (password pata karna) किसी के बस की बात नहीं जब तक पेनड्राइव (Pendrive) नहीं लगायी जायेगी तब तक कम्‍प्‍यूटर नहीं खुलेगा। यह तरीका विण्‍डोज-7 के लिये है। आइये जानते हैं कैसे-
  • अपनी पेनड्राइव को कम्‍प्‍यूटर में लगा लें। 
  • अब Control Panel को खोलिये। 
  • Administrative Tools को ओपन कीजिये। 
  • Administrative Tools में  Computer Management को खोजिये और ओपन कीजिये। 
  • Computer Management विण्‍डो खुलने के बाद यहॉ Storage के अन्‍दर Disk Management पर क्लिक कीजिये कुछ इस तरह की विण्‍डो खुल जायेगी। 
  • अब अपनी पेनड्राइव पर राइट क्लिक करें, Change Drive Letter and Path पर क्लिक कीजिये। 
  • अब Change Drive Letter and Path खुल जायेगा यहॉ आपकी पेनड्राइव को दर्शाया जायेगा, अब इसे सलैक्‍ट करें तथा Change पर क्लिक करें। 
  • एक और नई विण्‍डो खुलेगी यहॉ Assing the following drive letter का आप्‍शन आयेगा, तथा A से Z तक लिस्‍ट की लिस्‍ट में से  letter A को सलैक्‍ट कीजिये, और ओ0के0 पर क्लिक कीजिये। अब आपकी यू0एस0बी0 ड्राइव का जो भी नाम होगा वह बदल कर Removable Disk (A:) हो जायेगा।
  • अब स्‍टार्ट बटन पर क्लिक कीजिये और रन कमाण्‍ड को खोलिये या Windows key+R दबाइये इससे रन कमाण्‍ड खुल जायेगी। 
  • अब SYSKEY टाइप कीजिये। 
  • इससे Securing the Winows Account Databace विण्‍डो खुल जायेगी। 
  • यहॉ Update के बटन पर क्लिक कीजिये । 
  • Update पर क्लिक करते ही StartupKey का आप्‍शन आयेगा।
  • यहॉ System Generated Password के अन्‍दर Store Startup Key on Floppy Disk पर टिक लगा दीजिये और ओ0के0 पर क्लिक करें।
बस हो गया आपका पेनड्राइव पासवर्ड (Pendrive as Password) तैयार। अब जब तक आपका पेनड्राइव आपके कम्‍प्‍यूटर में नहीं लगा होगा तक तब आपका कम्‍प्‍यूटर ओपन नहीं होगा।
अगर आप इस सिस्‍टम को पहले जैसा करना चाहते हैं, तो बस 

  • Securing the Winows Account Databace विण्‍डो को दोबारा खोलिये।
  • यहॉ Update के बटन पर क्लिक कर StartupKey का आप्‍शन पर जाइये।
  • यहॉ System Generated Password के अन्‍दर Store Startup Key on Floppy Disk की जगह पर Store Startup Key Locally पर टिक लगा दीजिये और ok पर क्लिक करें। 
Lock and unlock your computer with a USB drive, Turning Your USB Drive Into A Secure Unlock Key, How to Use Pendrive as Password, Now use Pendrive as PC Password, set up your first USB key with Predator, usb computer lock, How Do I Use a USB Pen Drive as a Key, Lock and unlock your computer with a USB drive

Saturday, May 7, 2016

How To Remove Virus From USB Or Any Drive On Windows 10 Using CMD

Remove Virus from USB Or Any Drive on Windows 10 Using CMD
Most of the viruses modify the attributes of a file or a folder such that they become very hard to access. Some of the attributes that are changed in a file or a folder are the read, write or the execute permission on that file. Using ‘attrib’, one of the cmd commands, we can try our hands to change the attributes of a file and reset the file’s internal structure in order to recover a file.
H
ow is a virus different from any other file on Windows? A virus can be present in your system as a file format which has the following properties:
  • A virus can be a file hidden from a user
  • A virus can be present in the form of an ‘autorun’ or ‘Autoexec’ file
  • A virus can be an exec file
  • A virus can be a file with different attribute permissions
Some of the well-known examples of the above kinds of the viruses are:
  • Autorun.inf
  • Ravmon.exe
  • New Folder.exe
  • svchost.exe
  • Heap41a
In order to remove a virus using cmd, we will use a famous cmd command called ‘attrib‘ command.
It can be easily guessed from its name that the ‘attrib’ command represents different attributes of a file, folder or a directory. This command is mainly responsible for displaying, setting and removing the different attributes like read-only, archive, system, and hidden attributes of a file or folder.
Using this command, we will try to change the attributes assigned to a file and thus recover our file.

Here are the basic attributes of the ‘attrib’ command which we will use later:
  • R – R represents the “Read-only” attribute of a file or folder. Read-only means the file cannot be written or executed.
  • H – H stands for the “Hidden” attribute.
  • A – Similarily,  A stands for “Archiving” which prepares a file for archiving and,
  • S – S attribute changes the selected files or folders into a system file from a user file by assigning the “System” attribute to that particular file.

“attrib” Syntax:

ATTRIB [+ attribute | – attribute] [pathname] [/S [/D]]
In the above command, let’s see what the different parameters and switches are:
‘+ / –’ : To enact or to cancel the specified attribute.
‘attribute’ : As explained above
/S‘ : Searching throughout the entire path including subfolders
‘/D’ :  Include any process folder
‘pathname’ : Path where the target file or folder is located.
Here is the proper syntax for attrib command:
ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I] [drive:][path][filename] [/S [/D] [/L]]
Let’s get started:
Also Read: Use the New Windows 10 Keyboard Shortcuts in Command Prompt
I am going to transfer an ‘autorun.inf‘ virus from my USB drive to my D: drive and delete that virus from my D: drive.
  • Run command prompt as an administrator
command prompt run as administrator
  • Since the autorun.inf virus is in my D: drive, I am going to change the drive to D: drive. It can be done by typing D: and press enter.
Change drive in cmd
  • type attrib and press enter. This command will list out all the files inside the current drive and you can clearly see the autorun.info virus listed below.
autorun.inf in D drive
  • To remove Virus using CMD, type into your command prompt attrib -r -a -s -h *.* and press Enter. This will remove the Read Only, Archive, System and hidden file attribute from all the files.
    • -r is for removing the read-only files
    • -a is for removing the archive file
    • -s is for removing the system file
    • -h is for removing the hidden file
    • *.* for all the files with all different types of file extensions
attrib command to remove virus using cmd
  • Note that this command will only remove the different attributes from different files. However, the files will still be there. Now time has come to delete the virus. So, to delete the virus, type del autorun.inf and enter
delete virus using command prompt cmd
  • Once you have pressed enter, that file should get deleted from the current drive. In case, you want to delete that file from a USB stick, then you can change your current drive to USB drive current drive in step 2 and follow the commands.
  • You can again type ‘attrib’ command to see if the deleted file exists or not. As seen above, it does not exist anymore in the D drive.
  • To remove other viruses with extensions such as ‘.ink’, ‘.exe’, just type Del *.ink or Del *.exe respectively to delete those suspicious files.
I hope this would have been informative for you.

Copyright © 2016 रणवीर सिंह चौहान . All rights reserved 

Wednesday, May 4, 2016

Some Coolest Notepad Tricks and Hacks for Your PC

What work do you perform with Notepad? Nothing much? Well, Notepad is a lot more than a simple text editor. Few lines of commands create interesting tricks that will definitely surprise you. In this article, I’ve compiled my 10 personal favorite tricks and shared it with you.Check these tricks out and if you have some more, don’t hesitate to share with us.

Top 10 Coolest Notepad Tricks and Hacks for Your PC

 

1. Make Notepad your Personal Diary

Do you want a diary in your computer? Notepad can be turned into a personal logbook by simple steps. Everything you type will be saved with the particular date and time.notepad-diary-trick

Follow these steps to make notepad your diary:
1. Open Notepad
2. In the first line, type “.LOG”
3. Save the file as “log.txt”

2. Password-protected Folder using Notepad

You can protect the files and folders in your computer by using this Notepad trick. A password-protected folder is created using few lines of code and you can keep your important stuff safe.
Type the following code. Instead of “fossBytes” written in the code, type in the password of your wish. Save the file as private.bat and choose File type as All Files (*.*). Double click on the file private.bat. A Private folder will be created in which you can move the files and folders that you want to protect. Now, a password will be required to open this folder.
@ECHO OFF
title Folder Private
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” 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 “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 folder
set/p “pass=>”
if NOT %pass%==fossBytes 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
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

3. The Matrix Effect

‘Matrix’ movie fan? Create your own window of random strings of green digits displayed all over.
matrix-effect-notepad
Type the following code, save the file as .bat, open the saved file and see the Matrix magic! (You can find the saved file by performing a simple search in start menu).
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

4. Shutdown your Computer with a Message

Don’t you find the process of shutting down too tedious? Open Start menu, Click on Turn Off button, Click Ok! Why not just double click an icon! Follow the steps and you can shut down your system by just double clicking on an icon. Also, a message of your choice will be displayed.
shutdown-notepad-trick
Open Notepad, type the following code and save the file with any name but with extension .bat
@echo off
msg * Computer will now shut down
shutdown -c “Sweet Dreams. Take care.” –s

5. Pop out the CD Drive continuously

Play a prank with your friends and make their computer’s CD drive open and close repeatedly.
Open Notepad, type the following code and save the file with extension .vbs  Then open the file. It will make CD drive pop out continuously. To stop the process, open Windows Task Manager (Ctrl+Alt+Delete) and end wscript.vbs process.
Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

 

6. Text to Speech using Notepad

What if your computer speaks what you type! Follow these steps and Notepad will speak to you:
speak
1. Open Notepad and type the following command.
Dim message, sapi
message=InputBox(“What should I speak?”,”Speak to me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message 
2. Save the file as speak.vbs
3. Open the file, type the sentence you want Notepad to speak and click OK.

 

7. Shortcuts for Changing Header and Footer in Notepad

Header and footer
Open Page Setup from File menu and use the following codes in the header and footer fields for the particular purpose:
&d Print the current date
&t Print the current time
&f Print the name of the document
&p Print the page number
&l Left-align the characters that follow
&c Center the characters that follow
&r Right-align the characters that follow

 

8. “Bush hid the facts” Trick


This trick is one of most popular tricks of Notepad. Follow these steps to use the trick:
1. Open Notepad.
2. Type “bush hid the facts” or “this app can break”.
3. Save the file and close it.
4. Open the file again.
What happens is when you open the saved file again, you see some different characters instead of what you had typed and saved (i.e. bush hid the facts or this app can break). This happens due to 4-3-3-5 string length bug in old versions of Windows.

 

9. Toggle Capslock

You can make the Capslock key of your keyboard toggle repeatedly by just typing a simple code in the Notepad.
Type this code in Notepad and save the file as .vbs Open the saved file. See what happens on using Capslock key
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

 

10. Fake Windows Error Message

Type the following command in Notepad and save the file as error.vbs then Open the saved file and your fake error message will appear.
error-notepad-trick
X=Msgbox(“Press OK and Windows will restart now.”,0+16,“There is a serious problem in your system”)



Copyright © 2016 रणवीर सिंह चौहान . All rights reserved

Thursday, April 7, 2016

Akhilesh Yadav Laptop All Drivers

Uttar Pradesh government to give free laptops to class XII pass out students

http://static.indianexpress.com/m-images/M_Id_380314_laptops.jpg
 Uttar Pradesh government  to provide free laptops to meritorious students, who passed Class XII examinations conducted by CBSE, ICSE and the state board.


It was decided that 39,600 meritorious students who passed class XII would be given free laptops, an official spokesperson said here.

The decision was taken during a Cabinet meeting chaired by Chief Minister Akhilesh Yadav here.
Giving details of the decision the spokesperson said, 50 per cent laptops would be for each class XII pass outs and it would be distributed among students of different boards according to their results.
The list of laptop recipients would have 20 per cent quota for minorities and 21 per cent for SC/CT students, he added.
The Samajwadi Party government had promised free laptops and tablet computers to intermediate and high-school pass outs in its 2012 Assembly election manifesto.
While over 15 lakh laptops were distributed to intermediate pass outs, the scheme for distribution of tablets could not see light of the day. The laptop scheme was also discontinued after 2012.


http://media2.intoday.in/indiatoday/images/Photo_gallery/laptop7_031213062758.jpg

The most problem were faced by Student That they Don't have Hp Pavilion p4  Laptop Driver.


Have You Messed Up With Your Laptop And Now It's Functions Are Not Working, Then Don't Worry Just Get All The Drivers and Software's For Your System and get out of the tension.

1. Audio Driver Link 1  Link 2

2. Bluetooth Driver Link 1  Link 2

3. Card Reader Driver Link 1  Link 2  

4. Monitor Driver Link 1  Link 2

5. Realtech Ethernet Driver Link 1  Link 2 

6. Touchpad Driver Link 1  Link 2 

7. Graphic & Video Driver Link 1  Link 2 

8. WiFi Driver Link 1   Link 2 

9. Webcam Camera Driver Link 1  Link 2 

                          All in One Driver Download Link


Copyright © 2016 Ranveer Singh Chauhan. All rights reserved