Skip to main content

Posts

Showing posts with the label windows

VIT GPA CALCULATOR

This Application helps you in Calculating your Grade point average for each semester. Download link :  GPA calculator

WireShark Sniffing data

Want to go ahead and see whats going around the network Here is how you can sniff the data that is being transfered in the network. Firstly you need to install wireshark in your laptop/Pc. Here are the links if you are a new user. Wireshark windows (64Bit) Wireshark windows (32Bit) Then go ahead watch the video below to know how its done.. Thanks you 😄 comment down below for any queries.. !

Google books download

Are you not sufficient enough to pay for E books then here is an other option go with download this application  GooReader download (you can even this free in other websites even go grab one..) After downloading that install the application and then open the application. Search for the books you need and click on Export to pdf  Select the pages from and to you want to download and then download

Project My screen

Well many people develop applications on windows phones and when they need to present it you a wide range of audience you might have a problem to show them all with some screenshots and get it over to a projector,it might be a little awkward .When you want to play some games like NFS,racing games on your mobile ,even watching some movies on you phone with that 4.5 inch screen doesn't feel good so here iam going to show you how to project that screen to your desktop and view the same thing that goes on your phone. Firstly you need to download the software   project my screen After downloading the software it takes a few steps to install that on your personal computer, then open the software and connect your windows phone with a USB cable to the PC(unlock it and wait until it shows up the files on your phone) , then go to start and search for project my screen app (works for windows 7,8,8.1,10) open the app and then wait until you see a prompt on your phone sc...

Right click doesn't work on files and even doesn't bring up windows explorer

People who are facing problem with The right click button with the following symptoms: 1- Right click on the desktop leads you to load for a long time and makes/goes nowhere. 2-Right clicking on files that doesnt open the options and refreshes the screen and automatically closes the windows explorer. 3-Starting windows explorer with a shortcut " windows + E " even makes your screen flash some times and shows that the CPU utilization on task manager is 100%  So there is a remedy for this situation  firstly download shexview.zip After downloading ,Open the exe file Then take a close look at the column where you find the type of the extension Next just click on that so that it arranges all of them in an order Then try disabling one-bye-one the Context Menu who's  publisher/Company is not Microsoft. Repeat disabling those until your right click works fine.. Hope the issue is solved if not get it to us so...

Create your Own google chrome theme

This video shows you how to create your Own google chrome theme #Sundeep.P

Using Numeric keypad as a mouse in Windows 10

Do u want to use your numeric keypad as a mouse in your laptop then you have an option to do so.. 1- You need to have the Numeric keypad on you Keyboard. Must look something like this .... 2- Then go ahead on open settings on windows 10 ( Windows key + I ) and follow the steps shown below. Step -1 Step -2 Step -3 Step -4    if you want you can even turn on the "hold Ctrl to speed up and shift to speed down" which is much             effective way of using the keyboard.  3- So After all they are set just hold 4 - LEFT 2 - DOWN 6 - RIGHT 8 - UP So now you can check the speed of your mouse by just holding the Ctrl and the navigation keys to get a better speed moments and Shift to slow down.

PLAYING DOS APPLICATIONS ON WINDOWS

Bootable usb pendrive using cmd

Creating a  usb pendrive  using  command prompt  is not hard, it is one of the most common ways to create a bootable usb.       This method does not work  if your operating sistem is windows xp or windows 8 , you cannot select the primary partition in comand prompt.         You just need to follow these simple steps: First step  is to obtain the windows files from somewhere and save them to a folder in your pc. You can rip a windows dvd , or if you have the iso image file you can open it with magic disc or daemon tools or even winrar , and you need to copy the  whole content to a folder anywhere in your pc , you just need to make sure you know where it is located. Make sure your usb stick is inserted, go to start search  cmd  ,  right click  the  file and select run as administrator . The command prompt will appear, now you need to write the following comands: diskpart→list disk...

CMD TRICKS

How to do calculations on Command Prompt ? The command processor CMD.EXE comes with a mini calculator that can perform simple arithematic operations: C:\>SET /A 5+3 8 C:\>SET /A 3*(9/4) 6 C:\>SET /A (4*5)/5 4 How to Create your own Run Command ? Step 1: Go to “Start,” “Run,” (told you we use it a lot) and type regedit. Step 2: Navigate to the following: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Apps Path Step 3: Create a new folder/key under Apps Path. (Right-Click Apps Path and click “New,” “Key.”) Step 4: Title the new folder/key the name of the application, e.g. firefox.exe. Step 5: Right-Click the default string value (the thing automatically created in your new folder) and click Modify. Step 6: Change the value to the path of the executable you are attempting to run. E.g. C:\Program Files\Mozilla Firefox\firefox.exe. Step 7: Create a new “String Value” by right-clicking under the default value (the thing we just edited) and sele...

Unblock USB Port

How to Enable USB Port through Regedit in Windows if it is blocked 1- Click Start, and then click Run. 2- In the Open box, type regedit, and then click OK. 3-Locate, and then click the following registry key 4-HKEY_LOCAL_MACHINE\SYSTEM\Cu rrentControlSet\Services\UsbSt or  5-In the right pane, double-click "Start". 6- In the Value data box, type "3" (without quotes), click Hexadecimal (if it is not already selected), and then click OK. if '4' is entered it will it will block the port and '3' to unblock 7- Quit Registry Editor. #P_S ..