There are many Simple and easy Tricks and Hacks for windows user that they can implement in their day to day life but most of the people are not aware of this simple tips and tricks of windows.
So without wasting your precious time let's get started with Simple and easy Tricks and Hacks for Windows users.!!
1. Shutdown your PC with keyboard
On Desktop screen Press Alt + F4This kind of pop up will appear in front of you .
Just Hit ENTER and you're PC shuts down.
This was the simplest yet easy Tricks and Hacks for Windows users.
Wasn't that simple ?
2. Take screenshot of your PC screen .
You'll must be taking screenshots in your mobile phone but do you know you can even do the same with your computerPress Windows+Ptr sc button
3. Switching between different windows
So you work on many windows at a time . Most of the time you have to switch between Google to any other Folder or something else. So here's a pro trick to do so..Press Windows+Tab button
Press Windows+ Tab continuously to move to next screen.
4. Reopen last closed tab in chrome.
So it happens a lot with me , when i work with many tabs on google chrome sometimes it happens that I mistakely close the wrong tab. If it happens with you also follow the below trick.Press Ctrl+Shift+T
5. Minimize all the open windows
At times it happens that your desktop is messed up with all the open windows and you are just working on a single window so in order to minimize all the rest of the windows just place your mouse pointer on the title bar of the window you are working on.
Click the title bar with left mouse button and do not release the mouse and start moving the title bar around the desktop. Just shake that window.
All other windows will be minimized
6. Checking your directories
So you want to see how many folders,files and all stuff are present on your drive .
just go to command prompt
Windows+R
Type CMD
Hit Enter.
In Command prompt type dir/s
This will you all the directories in your C: drive and also will make you look more geeky.
7. Dark mode enabling (win 10)
Do you work late night on your PC ? if yes , you may have encountered the problem of eye straining due to screen light. So here's the hack for that .
Go to Settings > Personalization > Colors > Select dark mode.
8. Deleting temporary files.
Is your PC working slow ? here's the trick to make it bit faster.
On desktop Press Windows+ R
In Run command box Type %temp% and hit ENTER.
Delete all the files you see there and empty your recycle bin.
Don't worry it is not going to harm your PC . It's just the logs you create while working on some applications.
9. To know your network details.
So at time you want to know your network details like IP address , Mac address ,Gateway etc.
To simply do this..
Windows+R
Type CMD and hit Enter
Type ipconfig/all in Command Prompt and hit Enter.
Here you can see all the data !
10. Make your windows speak to you.
so you want to make your windows speak out something that you type. Here's the code for that
Open Notepad
Type :
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
Save the file name with .vbs extension.
Open the file you created and type whatever you want to make it speak.
0 Comments