Monday, 28 March 2016

How to View Saved WiFi Passwords on Windows 7, 8, & 10 (CMD)

View WiFi Password in Windows

In order to view the WiFi password on your Windows machine, you need to make sure you are already connected to the WiFi network or have previously connected to the WiFi network. If so, then go ahead and right-click on the WiFi icon in the system tray and choose Open Network and Sharing Center.
Now go ahead and click on Change Adapter Settings in the left-hand menu. Also, be sure to read my previous post if you want to learn more about the Network and Sharing Center.

 Find the icon for Wi-Fi, right-click on it and choose Status.


This will bring up the WiFi Status dialog where you can see some basic information about your wireless network connection.
Click on the Wireless Properties button and then click on the Security tab

Here you will see a text field called Network security key. Go ahead and check the Show characters box and you’ll now be able to see the WiFi security password. Note that this is just the WiFi password of the currently connected WiFi network. 



In Windows 8 and 10, you have to open a command prompt by going to Start and typing in CMD. When the command prompt opens, type in the following command: 

netsh wlan show profiles

You’ll find all the wireless profiles listed under User Profiles. The name of the WiFi network is on the right. In my case, I only have one WiFi network listed. Now to see the password for a profile, type in the following command:


netsh wlan show profile name=profilename key=clear 
 Go ahead and replace profilename with the actual name of the WiFi network listed from the previous command. In my case, the WiFi network is named VFTJM. You do not need to use quotes anywhere in the commands
When you run the second command, you’ll get a lot of output, but you are only interested in finding the line that starts with Key Content. To the right will be the WiFi password. I’m not sure why Microsoft removed the convenience of seeing all your previously connected WiFi networks in Windows 8 and 10, but thankfully there is still a way to get all of the information. If you have any questions, feel free to comment. Enjoy!
 

Friday, 11 March 2016

(HOW TO) Change All Of Status Bar Icons On Lollipop (Battery, Signal, Etc) #ROOT

Root Required

Apps Required

  1. Xposed Framework
  2. Xstana 
Download here

  1. Install Xposed Framework 
  2. Install Xstana Module
  3. Reboot
  4. In app Xstana select type of style preferred and apply
  5. Reboot
  6. Done

(HOW TO) Change All Of Status Bar Icons On Lollipop (Battery, Signal, Etc).

Required Items
  1. Apktool
  2. Systemui.apk
  3. Some Images (png files)

Steps
  1. Extract (De-compile) your Systemui.apk
  2. Go to res/drawable.
  3. In this folder, you will see the XML files for any icons on your status bar.
  4. Delete those XML file. For example, if you wanna change the signal icon, just delete that "stat_sys_signal_0, stat_sys_signal_0_fully" etc... 
  5. Put that .png images for replacing xml files that you was deleted before on any drawable folder that fits your resolution (mine is drawable-hdpi). Ex: if you delete that stat_sys_signal_0 on your drawable folder, then you have to put that stat_sys_signal_0.png to replace it. 
  6. After you finish replacing all XML files with .png images, recompile it.
  7. Don't forget to sign it and push into your system.
  8. Done
Important Note:  Remember that XML file name before you deleting it.

Thursday, 3 March 2016

Play the Dinosaur Game Hidden inside your Google Chrome

Google Chrome users are probably familiar with the T-Rex dinosaur that shows up when your computer is not connected to the Internet. The T-rex had short arms and therefore lot of things were out of its reach. Chrome, like that dinosaur, too is having trouble reaching the Internet.

What’s even more interesting is that the offline dinosaur in Chrome is also a game. Press the space bar to activate and your Chrome tab will quickly turn into a moderately addictive game. The T-Rex will run and your mission is to prevent it from bumping into the saguaros.
The game is written in JavaScript and you can find the complete source code in the Chromium repository. Thanks Codepo8 for the discovery.
And it’s not just about Chrome for desktop, the dinosaur game is available in Chrome for Android as well. Switch to airplane mode and give it a shot. The only difference is that instead of the space bar, you need to tap on the screen to jump / fly the dinosaur.


The Best Websites to Learn Coding Online

Online Courses & ScreencastsProgramming Books (Free)
JavaScriptCode AcademyLearn Street,Code CombatCode AvengersEloquent JavaScript,JavaScript Guide,Speaking JSJS The Right WayOh My JS,Canvassing
HTML & CSSCode AcademyDon’t Fear The InternetTutsplusLearn LayoutA to Z CSSDashWeb AccessibilityThe Hello World,Khan AcademyHTML5 from ScratchMozillaDive into HTML520 Things I LearnedHTML Dog,HTML & CSSHTML5 for DesignersDOM EnlightenmentHTML Canvas
jQueryCode AcademyTutsplusCode SchooljQuery Fundamentals,Learn jQuery
PythonCode AcademyGoogleLearn StreetPython Tutor,IHeartPYPython for You and Me,  Dive into PythonLearn Python the Hard Way,Think PythonPython for FunTango with Django,Django
Ruby & Ruby on RailsCode AcademyTryRubyCode LearnRailscastsRubymonk,Learn StreetWhy’s (Poignant) Guide to RubyLearn Ruby the Hard WayLearn to ProgramLearn Rails by Example
PHPCode AcademyPHP Programming,Practical PHP
Google Apps ScriptGetting StartedOffice HoursGoogle Scripts Examples,Learning Apps Script
WordPressTreehouseWordPress TV
Linux & Shell ScriptingStanford.eduExplain ShellConquer the Command Line
Node.jsNodetutsNode SchoolThe Node Beginner Book,Mixu’s Node bookNode Up and Running,Mastering Node.js
Angular JSCode SchoolEgg HeadLearn AngularAngular JS Tutorial,Thinking Angular,Angular TutorialGetting Started (Adobe)
Git (version control)Code SchoolGit Immersion,GitHub TrainingUdacityPro GitLearn GitGists in Github
Objective-C (iOS & Mac)Code SchoolStanfordiTunesU
Chrome Dev ToolsCode SchoolDev Tools SecretChrome Dev Tools Tutorial,UdacityBuilding Browser Apps
Go LanguageGolang.orgGopherCastsProgramming in GoGo by ExampleLearning Go,Building Web Apps with GoLearning Go
JavaLearn JavaCoding BatJava UdemyLearnerooProgramming in Java,Thinking in JavaO’Reilly Learning JavaThink JavaJava & CSJava for Python Devs
Android App DevelopmentUdacity (Google Developers), CourseraThe New Boston,Google UniversityApp Development EssentialsCode Learn,App Inventor (Visual)
D3 (data visualization)Data Visualization for the WebDashing D3D3 Tips & Tricks
SQL (Databases)SQL ZooSQL @StanfordEssential SQLSQL for Nerds,Intro to SQLSQL BoltPHP & MySQL
Everything ElseUdacityedX.orgCourseraUdemy$Lynda$Pluralsight$,Treehouse$Open ConsortiumOne Month Rails$

How to Record your Desktop Screen with YouTube

Sreencasting is simple. You download a software program, hit the record button and a video of your computer screen is created, ready for uploading to YouTube. There are a plethora of screencasting tools to choose from but did you know that you can also create screencast videos inside YouTube without requiring any desktop software? All you need is a YouTube account and a web browser.

How to Create a Screencast with YouTube
Step 1: Sign-in to YouTube with your Google Account, click the Upload button in the upper left corner and choose Events under Live Streaming. If you never done this before, YouTube make require you to verify your phone number to enable streaming.
Step 2: You are on the Create Event page. Give your screencast video a title, set the privacy of the video to either Unlisted or Private and click the “Go Live Now” button.
Step 3: This will open the Hangouts on Air page. You can click the camera icon to turn off webcam recording. Similarly you can toggle the microphone icon if you do not wish to record audio.
Step 4: Now click the Screenshare button in the left toolbox and select a desktop window that you wish to record for your screencast. Remember that if you using multiple virtual desktops, it will only show program windows that are active on the current desktop.
Step 5: Click the Start Screenshare button to share your screen and then clickStart Broadcast to start recording the screen. This is a private session so nobody can watch your broadcast while it is being recorded. When you are done with the recording, click the Stop Broadcast button and switch to the YouTube website.
Note:
Go your YouTube video dashboard (youtube.com/my_videos) and you’ll see the new screencast video that you’ve just finished recording. You can download the video to your Google Drive or share it withe world.
The videos are recorded in 720p HD and this it would be a good idea to resize your desktop window to the 16:9 ratio before hitting the broadcast button.

WhatsApp to stop supporting BlackBerry & older Operating Systems by Dec 2016

Facebook owned messaging service WhatsApp will stop supporting BlackBerry devices, including the BlackBerry Priv that was launched less than 6 months back, Nokia devices running Symbian S60 and its S40 series, Windows Phone 7.1, as well as Android devices still running versions 2.1 & 2.2, by the end of this year.
According to the company, these phones and operating systems don’t offer the kind of capabilities required to expand the feature set offered by its app. It mentions that users should switch to newer Android, iPhone or Windows Phone to continue using the messenger. Interestingly, WhatsApp claims that at the time of its launch 7 years ago, 70% of the smartphones sold were either BlackBerry or Nokia Symbian phones, which at present, account for less than 1% of sold phones.

Death knell for BlackBerry OS: While phasing out the older operating systems like Symbian S60, Android 2.2 and below and Windows 7.1 makes sense, lumping BlackBerry with these, is truly sounding the death knell for BlackBerry’s OS. Note that BlackBerry still supports its OS with the latest update rolled out in January this year, while the other OS makers have long since updated or adopted different OSes from the ones phased out. However, reports from earlier this year indicate that BlackBerry itself might be looking to go Android only, as it had no new BB10 OS devices planned for 2016.
As for other users, this move should not make much of a difference. WhatsApp has played safe; it will support Android versions 2.3 and above which still account for about 10% of Android devices, while lower versions constitute of less than 1% of its users. Windows 7.1 and Symbian based phones are hardly used anymore; a Windows 7 based phone was last released in 2010, while a Symbian phone was last released in 2012.
1 billion users: Last month, WhatsApp crossed 1 billion monthly active users (MAUs). 42 billion messages were sent, along with 1.6 billion photos and 250 million videos through the platform, every day. WhatsApp also has 1 billion groups on it. In comparison, Facebook had 1.59 billion MAUs as of 31 December 2015.
Sharing info with Facebook: In January, WhatsApp said it was looking to introduce a new feature which would share WhatsApp account information with Facebook. The features are out on WhatsApp version 2.12.413  and allow users to link WhatsApp with their respective Facebook accounts. Note that Facebook had acquired WhatsApp for $19 billion in 2014, where WhatsApp would get $4 billion in cash and $12 billion in Facebook stocks.

Wednesday, 2 March 2016

Create Folder Lock Without Any Software

  • Firstly Open your Notepad and Paste Below Code.
@ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u 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 Locker "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%==TechManiac goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End



  • Now Save this by locker.bat  and  then double click on locker.bat
  • Your Folder Lock Password is  TechManiac
  • If you want to change password then replace TechManiac from above codes with your our Password.

Important Tips:-

  • First Time When you click on the file it will automatically create folder for you.
  • Then Paste Your content into the Folder Created by file.
  • Then Click again on the file to lock your Folder and Press Y to Lock your folder.
  • Now To open your locked folder, click every time on the file and enter your password.

How To Play PlayStation (PSX) Games On PC

1. First of all you have to check your PC to meet the minimum requirements to Run the play station emulator.
Minimum Requirements :
  • You have at least  1 GHz Processor.
  • Minimum 512 MB RAM.
  • CD/DVD Rom so that you can run games through CD/DVD Disc.
  • 3D Graphic card with computer graphic interface to display game graphic smoothly.
  • PSP or USB controller that allow you to plug into your computer and so that you can use the controller button instead of mouse and keyboard.
2. Download the ePSXe emulator from the official ePSXe website that is www.epsxe.com. You can download it downloads section.
3. After downloading the file you have to run the .exe file. You have to follow the simple wizard instructions for installation process.
4. In the installation process in the last step you have to get BIOS image file of your emulator. For getting these files you should have Sony legal license.
4. After the installation is completed you see the epsxe emulator icon on desktop.
5. Double click on the icon to run the program.
6. Insert a Play Station game disc into your PC CD Rom to start the game. Now you can enjoy to play the game.
7. You can also use the game  ISO file to play the game that is stored somewhere in the system.

Tuesday, 1 March 2016

Top 5 Best Mission Games For Android – 2016

#1 Crime City

Crime city best and popular mission based game. In which just have crust your rival and buying and collect things and much more features like weekly events, upgrade weapons, vehicle garage which make your game more adventurous and mafia like game. Overall performance of crime city is good and it also free of cost just download from below and enjoy it.



#2 Iron Man 3

Officially games is developed by Gameloft and marvels. Based on most popular superhero movie Iron Man. This official game version is totally free which includes various mission in fast-paced flying battle, Iron man with amazing responsive swipe control and enjoy it will 3D effects. you can upgrade your armor and power in research lab to wipe out enemies and much more amazing features in official free game version just download and enjoy it.


#3 Thor: The Dark World

Another Game developed by Gameloft and marvel at free of cost. It is Most adventures games developed on Marvel’s Thor. In this game trained and fight alongside legendary Asguardians, valiant warriors of Asgard. Upgrade and unleash super abilities for your allies. Take challenges and complete mission with different goals and tasks. You can unlock and upgrade 10 hammer and armor set for Thor and much more just download and play now.


#4 Six-Guns

Six-Guns adventurous shooting game in which cowboys, bandits and unnatural enemies which make this game interesting. In Six-guns freely open and explore events, mystery and many challenges for you to discover and developer hope that you will completely immersed in the story and the action with different 40 missions and complete all great variety of task.


#5 Rivals At War

Another amazing and action game in which shooter are ready for duty anytime. In Rivals at war train your solders and upgrade your weapons for each mission. Battle across four different combat with 3D battlefield and military missions. Power-up to enhance the accuracy, speed, Damage, defense and health of solders. Rival at war have 45 achievement to complete and unlock rewards. Overall the performance of this game is best and also free of cost download it now from play store enjoy it.

Top 10 Best 3D Games For Android – 2016

1. City Racing 3D.

City Racing 3D Android GameCity Racing most popular game in the list of 3d games for android. City racing provides realistic 3d effects. It provide various racing mode including Career, Elimination, 1 vs 1, free endless racing etc. It also offer various types of cars with free trials. It provide multiplayer LAN Racing to compete with other players. We can easily customize and upgrade our cars. Approximately 50 million user download this Game.
Download From Playstore

2. Archery Master 3D.

Archery Master 3D Android GameArchery Master is popular Android Shooting Game. It is a combination of shooting and 3D game which offer more realistic graphics. It provide 20 plus latest archery equipment to shoot our target. We can also select various distance to shoot a target to get more points. We can also upgrade our arrows, bow etc. It offer various difficult challenges to complete. Approximately 50 million user download this Game.
Download From Playstore

3. 3D Bowling.

3D Bowling Android Game3D Bowling is the Best and famous Android 3D Game which is available on Google play store for free. Be the world best player in 3D Bowling by consecutive striking. We can easily flick the ball with our finger. This game offer the best realistic graphics with easy to play controls. It is a light weight Android game which is compatible with Android 2.0 or higher version. Approximately 50 million user download this game.
Download From Playstore

4. 3D Tennis.

3D Tennis Android GameIt is another popular Android 3D game. It is combination of Sports and 3D game which offer more realistic 3D graphics. It is best option for tennis lower. It has a rating of 4.1 out of 5 on Google Play store. It allow us to select various players to win Grand slam tournament. We provide easy to use controls with attractive graphics. Approximately 50 million user download this Game.
Download From Playstore

5. Space Racing 3D.

Space Racing 3D Android GameSpace Racing 3D is another popular Android 3D game. It is a combination of Space racing and 3D game. Let’s ready for the space adventure. This game offer 40 different air tracks. We can choose from six different aircraft. It offer 3 different game play mode including Career, chase and survival. We can easily customize our aircraft. Approximately 50 million user download this Game.
Download From Playstore

6. Truck Driver 3D.

Truck Driver 3D Android GameIt is an Amazing Android racing Game which is combination of racing and adventure. It is best among other 3d games for android. This game offer the awesome realistic graphics. This game offer 5 different types of trucks. It has a rating of 3.8 out of five. We have to clear narrow and ramp roads which is difficult to clear. It is a light weight Android Game which is compatible with Android 2.3 or higher version. Approximately 5 million user download this game.
Download From Playstore

7. San Andreas Real Gangsters.

San Andreas Real Gangsters Android GameIt is another Popular Android 3D Adventure Game which give us more enjoy and fun. We have to play the role of a real Gangster and complete various mission. This game offer the more realistic 3D graphics. We can steal different cars and bike. We can also earn cash by completing various missions. Buy new guns and other things with your money. It has a rating of 3.7 on Google play store. Approximately 50 million user download this Game.
Download From Playstore

8. Moto Racer 3D.

Moto Racer 3D Android GameMoto Racer 3D is popular Motor bike Racing Game. This game offer amazing super bikes. Be the best Biker of the world and unlock many different bikes. See the amazing Engine fire effects. This game provide more realistic 3D graphics with real world obstacles and traffic. It provide easy to use interface. Approximately 50 million user download this Game.
Download From Playstore

9. 3D Chess Game.

3D Chess Android Game3D Chess Game is amazing Android Game which is the Combination of 3D and brain Game. We can play it with computer mode. It uses amazing AI skill which force us to think before playing a Game. It offer awesome realistic graphics. We can easily understand the Game by back and forth the move. We can also change the color of chessboard. It has a rating of 4.1 out of 5 on Google Play Store. Approximately 50 million user download this Game.
Download From Playstore

10. Mountain Sniper 3D Shooting.

Mountain Sniper 3D shooting Android GameIt is another popular Android Shooting Game in 3D. This game keep out our soldier spirit and inspire us to defeat our enemy. In this Game we have to kill our enemy. We can use our shooting Gun to target our enemy. We can easily zoom in and out to find and shoot our enemy. This game offer more realistic graphics and easy to use controls. Approximately 50 million user download this game.
Download From Playstore
These are few popular best 3D games for android phone which are free to download and play.