Posts

Showing posts with the label Windows

URL Shortener Websites

Image
Hello folks today I will share the Best URL Shortener sites. A URL Shortener site is an instrument which is utilized to abbreviate the long URLs. There are numerous URL Shortener apparatuses accessible over the web that can help us in shortening URLs. I will list best out of these. 1. goo.gl  As usual, Google has something uncommon for you . Visit the Google URL shortener site at goo.gl. On the off chance that you aren't marked in, tap the Sign in catch in the upper right corner. Compose or glue your URL in the Paste your long URL here box. 2. Bit.ly  Likely the most prevalent URL shortener for Twitter since it was one of the first to give you a chance to track your little URLs. It's exceptionally straightforward interface will permit you make custom URLs so it's not only an arbitrary blend of letters and numbers on the off chance that you need. 3. Tiny.cc A standout amongst the most prominent and effective connection shorteners for business. ...

How to change MAC Address in Windows

Image
A MAC Address or Media Access Control Address is a unique identifier assigned to every Network Interface Card. In this post, we will see what is MAC Address and how do you change a MAC Address in Windows 10 / 8. Mac Address A Network card is a term used in short for a Network interface card. We call it NIC for short. Every NIC has a MAC address – just like a postal address so that the data packets travelling on your network can reach the correct NIC and from there, your computer. While the IP address is the software part of the Network Interface card (Network card or NIC), the MAC address is hardware address, without which data packets will just keep on roaming on the network, as they do not have any address where to deliver the data. Each data packet on the network has a header containing MAC address of the computer you wish to connect to and then the data. The last part of the data packet will contain a bit to ascertain if the data bit was correctly delivered or was ...

Kon-boot-OS password cracking tool

Image
There are a lot of tools with which we can crack any OS password. Kon-Boot is one of the best tools with which you can log in into Windows without password. It works by entering into the system BIOS and temporarily changing the contents of the Windows kernel while booting. It then allows you to enter anything (or You can leave it blank) as the password during login. The next time you start the computer without Kon-Boot, the original password will be back, the temporary changes will be discarded and the system will behave as if nothing has happened. And the technique can be taken as a remedy for forgotten password. This tool is available in both free and commercial version. You can download it from bottom of this page. Kon-Boot Free Version Because the last free version of Kon-Boot is 1.1, it lacks some features found in subsequent versions,as it does not work with any type of 64-bit Windows and is also not compatible with any versions of Windows 8. Kon boot ...

mHotspot - Create your own WiFi Hotspot using your Laptop.

Image
Don't have a router ? You don't need a one. As you can create one by your laptop and share your internet using mHotspot. mHotspot is a completely free software which converts your windows 7 & 8 laptop into a virtual wifi router and creates a secure wifi hotspot.                  You can share single internet connection(LAN, Ethernet, Data-Card, 3G/4G, Wifi) for multiple devices like laptops, smartphones, android phones, PDAs, Ipads etc. You can also Play Multiplayer games using mHotspot.  No router or external hardware is required apart from your device. One of the great benefits of the software is that you can also share your Wifi internet. Download it here :- Features : Connect upto 10 devices to the hotspot You can set your own hotspot name without any restrictions Application size is 400KB only Share any type of Internet Connection(LAN, Ethernet,3G/4G,Wifi etc) Android phones, ip...

NFS rivals

Image
NFS rivals  is an exciting racing video game by EA sports. You have different game modes in which you can play NFS rivals.  Play as a lone-wolf racer or a team-based cop as you play NFS rivals , collecting up speed points and using to earn even greater rewards. You can switch from cop to racer at any time to succeed in every race and every challenge. Winning races means customising your car with the latest upgrades, and personalising it with snazzy paintjobs, rims and more - and you can even save multiple vehicles suited for every situation. You can also connect with your friends and play with them in this game. Features :- 1. Pursuit and Evasion Tech to arm yourself against your opponents. 2. New all dive system is also provided in the game. 3. Featuring two careers as cop and as racer. 4. Excellent detailed graphics. 5. Exceptional weather system. Download :- Download it by clicking on the button below. System Requirements :-...

Call of Duty : Modern Warfare 2.

Image
Modern warfare 2  is an action shooting game developed by Infinity Ward and published by Activision. It is based on full time War. It was released in November 2009 and within 24 hours of release, the game sold approxx. 4.7 million copies in North America and UK. The health of the player in the game is shown by the amount of the blood on the screen. The amount of blood decreses with increase in health asa the time passes. As you enter the game, three options are provided in the main menu : Special Ops, Campaign and Multiplayer. In special Ops , you play the game Independently. You have been given some objective and you have to complete it under some time or no time limit is given. In campaign , you have to follow someone or you complete your mission along with your unit. In a mission, an option is also given to skip it because it shows the killing of civilians. There is no effect on your game completion if you skip this mission. In Multiplayer, you can co...

Make a password protected folder without any software.

Image
To make a password protected folder you just need to follow these simple steps :  Copy this given code in a notepad and save it as a .bat extension . Now you will see a folder after clicking on this file (which is your private folder). Copy all your data in that folder and lock that folder by opening this .bat extension file. cls @ECHO OFF title Hackersfall if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this 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 MyFolder "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 Secure Folder set/p "pass=>...