Posts

Showing posts from 2016

How to get Windows CMD all commands

Image
Hey hi to all.... Hope you all are good... In this post i am sharing a way to get each and every Command in CMD and is syntax. Step-1: Open CMD (Win+R--> type "CMD" without quotes--> hit enter) Step-2: Type "HELP" without quote in CMD and hit enter. I give you all the commands of CMD. Step-3:

How to post Facebook Status UPSIDE Down

Image
Hey hi to all ..... Hope you all are good...... In this post i am sharing a nice Facebook trick to post the status upside down.... Step-1: Goto the Site  http://www.fliptext.org/ Step-2: Type your status or message. Step-3: Copy the Upside Down text and paste as status or message.... DONE ... :)

Facebook Keyboard Shortcut Trick

Hey hi to all... hope you all are good.... In this post i am sharing one of the cool and nice facebook trick. This trick will tell some cool keyboard shortcuts for facebook. For Mozilla Firefox: 1- Shift+Alt+1: View your New Feed 2- Shift+Alt+2: View your Own Profile 3- Shift+Alt+3: View pop-up of Friend Requests 4- Shift+Alt+4: View pop-up of Messages 5- Shift+Alt+5: View pop-up of Notifications 6- Shift+Alt+6: View Account Setting 7- Shift+Alt+7: View Privacy Settings 8- Shift+Alt+8: View Facebook’s Own Profile 9- Shift+Alt+9: Read latest Terms of Service Agreement 10- Shift+Alt+0: Open Facebook Help Center For Google Chrome: 1- Alt+1: View your News Feed 2- Alt+2: View your Own Profile 3- Alt+3: View pop-up of Friend Requests 4- Alt+4: View pop-up of Messages 5- Alt+5: View pop-up of Notifications 6- Alt+6: View Account Setting 7- Alt+7: View Privacy Settings 8- Alt+8: View Facebook’s Own Profile 9- Alt+9: Read latest Terms of Service Agreement

How to Ping IP Address of a Website

Image
Hey hi to all .... hope you all are good..... Hey viewers, we all know that every website is associated with a unique ip address. this post will tell you How to Ping that unique ip address in windows using CMD. Step-1: Open CMD as Win+R>type "cmd" without quote> hit enter. Step-2: Type the website address followed with the PING command as----- ping websiteUrl eg: ping www.facebook.com Step-3: hit enter. Done.... :)

How to Make Password Protected Folder Without Using Any Third Party Tool

Image
Hey hi to all .... hope you all are good.... In this post i am sharing a simple nice trick that enables us to create a password protected folder without using any software. Just follow the simple steps ..... Step-1: Open Notepad ( Win+R>Notepad>Hit enter ) Step-2: Copy and paste the following code: cls @ECHO OFF title h4ck3ramit.blogspot.in if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST YourSecretFolder goto MDMyFolder :CONFIRM echo lock this folder? (Yes/No) set/p "cho=>" if %cho%==YES goto LOCK if %cho%==yes goto LOCK if %cho%==Yes goto LOCK if %cho%==no goto END if %cho%==No goto END if %cho%==NO goto END echo Invalid choice. goto CONFIRM :LOCK ren YourSecretFolder "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 Your Secur

How to Access Blocked Site

Image
Hey hi to all ... hope you all are good..... In this post i am sharing the method to Access the Blocked Site.... many times we stuck in a situation like given below... So this post will tell you that how to access the blocked site.... To access a blocked site simply use the proxies... some of the frequently used proxies are ------ 1)-  http://www.proxyfoxy.com/ 2)-  https://zend2.com/ 3)-  http://www.unblockwebsite.net/ 4)-  http://unblocksite.org/ 5)-  http://www.myunblocksites.com/ 6)-  http://unblockanything.com/ and many more.......

Convert Web Browser in Notepad

Hey hi to all.... hope you all are good.... This nice post will tell you that how you can turn your web browser into Notepad.... Just copy the tag below and paste it into your browser address bar..                                             data:text/html, <html contenteditable> and hit enter Done.... :) type anything and check it.... :) Note:   You can also save it ... (in Chrome) 1)- Just press ctrl+p (Print Command) 2)- Change the destination to Save As Pdf 3)- Click Save. Done .... :) Hope You Like it....

How to create your own Google Redirect URL

Image
Hey hi to all... hope you all are good... This post will tell you that how you can create your own Google Redirect URL.... Step-1: Goto GOOGLE Step-2: Use the Google Dork (inurl:) as follow...... inurl: webAddress   eg:   inurl: h4ck3ramit.blogspot.in Step-3: Simply right click on the web URL of your site and select :                       Copy Link Address you'll get an url like Done your google redirect url is ready.... :)

How to set pattern Lock on Pc or Laptop

Hey hi to all... hope you all are good... This post will tell you how you can set pattern lock in your system.... Just follow the steps.... 1)- Download the XUS PC LOCK... Click Here to Download 2)- Install it... 3)- Configure it as you want... done..... Note- After trial version just register it with the registration key...(Disconnect internet during registration....)                            registration key:   GOTD-00000-1BE1-B346-7120-14A2

How to Remove Write Protection from MEMORY CARD/USB DRIVE

Hey hi to all..... hope you all are good..... This post will tell you How to Remove Write Protection from MEMORY CARD/USB DRIVE... just follow the steps.... 1)- run CMD as Administrator...   2)- type "diskpart" without quotes... 3)- type "list<space>disk" without quotes.... 4)- select the write protected disk as....       4(i)- type "select disk 1" without quotes....("disk 1" is the name of the write protected disk) 5)- now to remove write protection error just type:       "attributes disk clear readonly" without quotes..... 6)- DONE now disk can be read and write....... :)