Sunday, 6 November 2016

How to Download Whole Website And Access Offline


Do you want to access your favorite website without internet? Today I will discuss how you can download a whole website and access offline.
With the help of this trick, you will be able to browse any website without Internet Connection.
There are many tools which can perform this task. But HTTrick is one of the best website copier you can use in  your Window Computer.
Follow these steps to download a website for offline viewing using HTTracks:
Follow the link given ahead and download WinHTTrack
1. Click Next on the welcome page.

2. Type Project and Category name (choose any name as per your liking) in the field and click Next.

3. From the drop-down menu in front of Action, select Download web site(s). In future, if you want to update the downloaded data, select Update existing website and follow the rest.
4. Click Add URL and type the website address.
5. Click Set Options. Untick use proxy for ftp transfers check box. Click Ok.

6. Click Next, followed by Finish.

7. Now the website download process will start.

Browsing The Downloaded Website Using HTTrack?

From the HTTrack:
  1. Click File.
  2. Click Browse sites…
  3. Your web browser will open displaying a list of all the websites you’ve downloaded.
From Windows Explorer:
  1. Navigate to C drive or whichever drive you have saved the website.
  2. Open My Web sites.
  3. Open the folder of the offline website you want to browse.
  4. Open the index file. Make sure the index file uses the Chrome (or any web browser) as the default application.
If You like my post plz like my facebook page.
Keep Visiting........

Tuesday, 1 November 2016

How Hack Windows Experience Index Score


Here we will discuss an interesting trick that will let you hack your Windows Experience Index Score. Go through the post to know the trick.
Have you ever checked your Windows Experience Index just to figure out how much powerful your system is? Have you ever imagined that you can actually increase those numbers without upgrading your PC? This is possible and we are going to show you how to hack the Windows Experience Index.
First, let me tell you that Windows Experience Index has an API that programs can utilize to enable your system’s functionality. If you recently saw your Windows Experience Index showing you low score then some functionality of your computer much be disabled. However, you can use this trick to increase the scores manually and can even prank with your friends. Let’s explore the trick.

Here’s How You Can Hack Windows Experience Index Score

Step 1. First of all, you need to navigate to C:\Windows\Performance\WinSAT\DataStore and open the file that ends with Formal.Assessment (Initial).WinSAT).

Step 2. Simply right click on Formal.Assessment (Initial).WinSAT) and open the file with Notepad.

Step 3. Now press CTRL + F and on the Find box type “<WinSPR>” without the quotation mark and click on “Find Next”

Step 4. Notepad will highlight the code. Now here the trick begins.

Step 5. Now you need to look for these words and change its value according to your wish.

Step 6. Now don’t rename the file, simply save the file on your desktop and from there you need to cut the file and paste it in C:\Windows\Performance\WinSAT\DataStore. You need to provide Administrative credentials.

That’s it now you need to head over Windows Experience Index and see the results. You will be amazed to see the results.
So, above is all about how to hack Windows experience index. With this trick, you can easily modify your computer scores and can amaze your friends. I hope you like the trick. Share it with your friends too! If you are facing any issue at any step feel free to ask us in the comment box below.

Monday, 31 October 2016

How To Create Undeletable & Unrenamable Folder In Windows

Today we are hereabouts with a method to How To Create Undeletable And Unrenamable Folder In Windows. Today each user wants its isolation in a computer as everyone wants to secure their data in the computer system. So in this post, I will tell you the method by which you can easily create Undeletable and unrenamable folder which will not get deleted or renamed outwardly your permission.

This trick is really helpful and even make your data more secure in your computer system. This folder can be generated easily as the method to create such folder is very easy and straight so you just have to follow the post written below.

How To Create Undeletable And Unrenamable Folder In Windows


The method is very simple and easy and you can easily do this with a little cmd trick. Just follow the below steps to proceed.

Step 1. First of all, go to Start and then Click on Run. Now type cmd & hit enter (Command Prompt will get opened).

Step 2. Always remember that you cannot create any undeletable & unrenamable folder in your root directory of storage. Which means these folders can’t be created on the drive in which your windows is being installed. So select the drive by typing D:, E:, F: and then hit enter.




Step 3. Type md lpt1\ and hit enter (md – make directory). Now open the directory and you will see the folder created by name con there. You can store your precious file inside that folder.



Step 4. Now let’s try to delete that folder or rename that folder  every time you try to do it Windows will show the error message there. This folder now can’t be deleted and renamable by this way.

How to delete the Unrenamable and Undeletable folder







  1. First of all open the Command Prompt.
  2. There type D: ( if you have created the folder in D: drive) & hit enter.
  3. You have to delete the files inside the “con” folder in order to delete the folder
  4. Now their type rd lpt1\ (rd – remove directory)
  5. Now again open the directory and the folder will get deleted from there.

So foregoing is all about How To Create Undeletable And Unrenamable Folder In Windows. By this way, you can efficiently make sure that the folder that  contains your personal data that is pics, videos and audio etc is secure from any unauthorized access. Hope you like the post, Don’t forget to share it with your friends and leave a comment below if facing any problem at any step in the method discussed above.

Saturday, 29 October 2016

How To Remove Virus From Computer With CMD

Viruses, malware, trojans, worms! These evil things can penetrate your computer through numerous ways like internet browsing, from USB devices, phishing link in your email and also by installing infected software. Most of these viruses make your computer slow and eat up valuable memory as well as storage space. Some more powerful viruses are meant to contaminate our operating system too and steal personal information and banking data.

The conventional method to identify and remove such unwanted program from your computer is to install an anti-virus software and scan your computer for any viruses/trojans/worms that exist and quarantine them. However, there are some computer users out there who use unconventional methods to find such virus. Today we are discussing such unconventional method by using Command Prompt or DOS Prompts to identify and remove such virus. The method is simple and straight which even a layman computer user can proceed with, just follow the steps given below :

How To Remove Computer Viruses Using CMD

The Command Prompt or CMD/DIS Prompt is a command line utility program on Windows 10. Though the command prompt is rarely used by layman PC/laptop users, it is a powerful utility in the hands of pro hackers. CMD has access to reconstruct all Windows system files by using various attributes like removing the hidden attributes which a virus normally uses.
One of the leading causes of virus infections in computers and the CMD method work on USB to remove its viruses and secure your computer.

Steps To Remove Computer Viruses Using Command Prompt:

1) Click on Start and type cmd. Now right click on the cmd icon and select run as administrator. Running the command as administrator is important as you need to access the system files which are not usually visible in guest accounts. Now command prompt window will open, now select your drive from which you want to remove a virus.

2) Suppose your USB has a virus and your USB drive is F. Type “F:” without quotation on Command line. 



Step 3. Now the C: will change to F: Now you need to type “dir F:” in CMD and hit enter. It will show you the directory of F drive.



Step 4.  So now type the following command to show all the hidden and system files on your USB drive. Type “dir F: attrib -s -h /s /d *.*”  without quotations and press enter. Typing this command will explore your selected drive and will load all the files including hidden and system files on your drive.



Step 5. In this window you will notice unusual file.exe  and extention if your computer has been infected with a virus like the dreaded autorun.inf virus. Rename it using this command line rename filename.extension new filename. Usage > C://rename autorun.inf (new filename)



That’s it!  Now you can identify all the viruses in your PC and USB and delete them without any help of anti-virus software. You can delete the autorun.inf by typing in the command “del autorun.inf” or del :”yourfilename”

Wednesday, 3 August 2016

How to Find Your Lost or Stolen Laptop?



Electronic devices, especially laptops, have become an essential part of our lives rather than a luxury product, that they were considered in the past. Only a mere thought of losing your precious device will give you goose bumps, but what if it really vanishes from your vicinity – thanks to the guy who has the courage to do that magical act.

Jokes apart, in this article we have added some ways that can be used to find your stolen laptop in case of any theft.

Trace your Laptop’s IP address:

The magician who vanished your precious laptop might have the courage to peek into your business. There are great chances, that the person who took your laptop may check your mail account or other services. These services do provide tracking feature that can help you, trace the location and IP address of your device. You can get the device location of your stolen laptop if you use these services:

Gmail:

Just open your Gmail account and move to the bottom of the page. Here you will find “Last Account Activity” written in the bottom left corner of the page. Click “Details” link right below it. A new window will open containing a list of all the recent Gmail sessions of your account, providing IP address and location of the sessions. You can click “Sign Out Of All Other Web Sessions” to protect your Gmail account from further trespassing.

Facebook:

The social networking giant has also provided a feature to track your account activity.
Open “Settings” in your Facebook account and then click “Security” option. You’ll find an option called “Where You’re Logged In”, just click that, and you’ll be presented with details of your Facebook sessions. To know the IP address of any session, just hover on the location name, and it will display the IP address of that session. You can click “End Activity” to log out that particular session or you can click “End All Activity” to log out of all your active Facebook session on any other device.

Dropbox:

Dropbox also provides a session tracking feature. Just sign-in to you Dropbox account and click your name, a drop down menu will appear. Then click on “Settings” option. Click on Security tab, here you’ll find the list of all your active and past sessions. Just hover on the “i” right next to the country name to know the approximate location and similarly, click the “i” next to time (under Most Recent Activity) to know the IP address and time of the session.
Just note down the IP address and location from any of the above sources and contact the police for further assistance.

Prevention is better than cure:

It would be wise enough to be well prepared for such mishaps well in advance. Prey Inc. has come up with an efficient tool that can help you track your device very easily in case of any theft or lost. Though this platform is available for various operating systems like Windows, Mac, Android, and Linux, but we have tested Prey only for the Widows OS.

Here are the steps you need to follow in order to setup Prey:

1) Go to https://preyproject.com
 
2) Click Sign-in and setup your Prey account.

3) After that, Sign-in to your Prey account and look for a green plus button right next to Your Devices.

4) Choose your preferred operating system and Prey will start downloading the appropriate application to your device.

 
5) Install the application by clicking the usual next, next, next. It’ll take few minutes to install.

6) At the end of installation, keep the Set-up Prey check box ticked and click Finish.

7) A new window will open. Click Existing User option, as you have already created your Prey account.

8) Enter your login credentials and click Connect, a popup will appear, ”Sweet! Your Computer is now protected by Prey. Try it out or protect an additional device, please visit preyproject.com”.

9) Click OK and you’re done.

10) You can track your device online by simply logging into your Prey account in any web browser.

11)If you lose your device, just log-in to your account and click your lost device in Your Devices section. Then click Set Device To Missing.

12) A box will appear, set the Report Frequency as per your convenience. Click Advanced Options to find more options. Here you can select, if you want to take snapshots of the person using the device via webcam. Using the snapshot feature may alert the person using the laptop as the webcam LED will blink after regular intervals, creating a suspicious environment for that person.


13) Click Yes, my device is missing. In the next box, you can set whether the device is LOST or STOLEN. You can also share the lost information with Prey Inc. in the next option.


14) Whenever you need to know the current status of your device just click the Maps and Action option in the device section.

15) When you find your device, just Set Device To Recovered and prey will stop the live tracking of your device.

Prey allows you to lock the device remotely, play alarm, send message in case any humble person may return your laptop, if you have forgotten it somewhere. The only disadvantage of this service is that your laptop must be connected to the internet, and for that, “May the Force be with You”. You can add up to three devices in the free option. To add more devices, you’ll have to purchase their plans.
In case of any theft, it is highly recommended to change your passwords for all the online services that you use to protect your valuable data and privacy.
Keeping your laptop safe is a must in this technology driven world. You can protect your laptop by using these simple methods and it will save your valuable memories that you have collected all over your life. Apart from using these methods, you should always set a password to all of your devices, this will protect your data in case of any theft or if you might forget it somewhere.






Thursday, 28 July 2016

How to Create Password-Protected Drive in Windows

1) Download This simple software Here Download Hidden Disk

2) Install and launch Software.

3) To create a hidden disk, using arrow buttons present at the top right corner select the drive letter of your choice and select “Create Disk” button.



4) When you click on “Create Disk” button , Hidden disk will show you a warning dialog box that instructs you ,not to format or reinstall Windows because data stored in hidden disk will be lost. This is because software will create space i.e. hidden container in your Windows Installation Drive . When you reinstall or format, it will backup all your files and folders.
To continue your process, click on “I Will Remember” button.

5) Your hidden disk will be created and it will appear as a separate division in the File Explorer. You can open and can add multiple files and folders depending on the disk size. 



6) Once you have add on files and folders, click on the “Disable Disk” button and this will remove the hidden disk from the File Explorer.

7) In future, if you want to access your hidden container, simply launch the application and select the drive letter and select “Create Disk” button. This will open your hidden disk and you can now easily access your files and folders.

8) Enter your new password and email address and click on the “Create Password” button to set password.



9) From now onwards, when you want to open the Hidden Disk application, it will ask you for the password.



10)  If in any case, you forget your password, click on the link “Recover Password by Email” to receive a new password through email.

How To Create WiFi Hotspot In Windows Without Any Software

Step 1: First you need to open command prompt with administrator. For This Right Click on cmd and click on Run as Administrator.



Step 2:Now Enter following command and press enter.

netsh wlan set hostednetwork mode=allow ssid=hackbyprince key=password



HotSpot Name = hackbyprince
Password = password
You can change name or password.

Step 3: Now enter following command for start hotspot.

netsh wlan start hostednetwork



Your WiFi hotspot should be activated and usable. You can now connect your devices to the hotspot and use the same WiFi connection without any software.

Step 4: You can turn off hotspot by this command.

netsh wlan stop hostednetwork






Wednesday, 27 July 2016

How To Boost Battery Life In Android(ALL IN ONE)

Trick 1: Screen Brightness Level

Always keep your brightness level to 30% to 40%



Most of the people use automatic brightness to save the battery but in fact it doesn’t. Here the explanation-When we set our screen brightness to Auto,then the Ambient Light Sensor gets activated and it continuously checks to see if there is some changes in the light to our surroundings so that it can manage and change screen brightness according to the surroundings.If it sense change in light (which changes very often) then it will send the signal to our CPU and the CPU will do some calculation and change the screen brightness accordingly. More Changes in Light,More calculation And More Eating of Battery. Therefore It is important to keep your Brightness Level to 30-40% which is convenient to look the screen in most cases and saves the battery resources a lot.

Trick 2: Wallpaper

Always set Black wallpaper
Don’t use any live wallpaper or bright wallpaper


This may come as a bit strange but this is true in those phone which have AMOLED Screen. The Screen is made of small pixels,every pixel lights up color to produce the image/videos. But in AMOLED Screen case if the picture or video is black then those pixels does not lits up,which means they are deactivated.Therefore it Saves the battery and make the differecne to a very extent!!

Trick 3: Turn Off GPS,NFC,Bluetooth,Wi-Fi & Vibration.

Turn these feature when they are not in use,because they use allot of battery resources.When you require them they can be easily activated from notification area.



Trick 4: Don’t Use Widgets

Widgets uses a lot of battery because it keeps the CPU awake which means it keeps on calculation in the background and then shows the data on screen according.So it constantly keeps working and which uses more battery and lead to  poor performance.


Trick 5: Remove Unused Apps

Take backup of rarely used apk and unistall from phone. When you want that app just install from apk file.

Trick 6: Rectify Which Apps are Using More Battery

See what things uses most of your battery resources.Cut them down or Turn them off if you don’t need them to drain your battery. This will eventually helps you to reduce the battery consumption.



This is all Tricks to Boost Your android battery life.



Tuesday, 26 July 2016

How To Recover Deleted Text Message On Android

1. Install and Run the Android SMS Recovery Program Download Here

Please download the installation package first via above links. Then install it on the computer by following the default wizard. The software will be open immediately after the installation is finished.



2.Turn on Android USB Debugging

USB debugging allows computer software to access Android device in a more advanced manner for further operations. Tap “OK” on your Android phone to enable usb debugging on your device when the software asks at start up. If you don’t know how to do it, please follow the instructions list below:

For Android 3.0 to 4.1: Go to Settings > Developer options > Check USB debugging

For Android 4.2 or Upper: Go to Settings > About Phone > Tap Build number for several times until getting a note ‘You are under developer mod’ > Back to Settings > Developer options > Check USB debugging.

3.Scan and Analyze Your Android Phone
Click the Start button on the main screen to let the software scan the lost messages you deleted previously. Please make sure the battery capacity is more than 30% as it takes some time to complete the scanning. In addition, the software needs you to grant super user permission to proceed to the next step.


4. Preview and Start Recovering Lost Messages

A list of items will be displayed on different categories after the scan ended. Click the Messaging option on the left menu bar, and then it unfolds all of the text messages stored on your device, including the current list and deleted ones. The ones marked in red color are lost messages which is recoverable with the help of Android Data Recovery. Click “Recovery” button on the bottom of the screen to start the recovering process.


Besides message recovery, the Android Data Recovery is also capable of recovering deleted or lost contacts, photos, music, videos and documents, even WhatsApp messages are in the scope of support. With this powerful data recovery software, you are no longer in the worry of lost items on your Android phone.