News

Keyboard shortcuts are keys or combinations of keys that provide an alternative way to do something that you’d typically do with a mouse. Many users find that using a keyboard with keyboard shortcuts ...
The Windows Registry is a graphical application that maintains the database of all the configuration settings, stores information of hardware and system options. In other words, the Windows Registry ...
As strange as it might sound, Notepad has always been my editor of choice for writing PowerShell code. Sure, Notepad lacks a lot of the features that are found in other code editors, but I like ...
Since I have done most of my coding for classes (and almost exclusively in Java), I have always just run my programs through the compiler and never had to worry about actually setting it up to run on ...
Google introduced file shortcuts to Drive in March to the dismay of many, but some changes are now being made that will hopefully improve the overall user experience. There are several improvements ...
Use a batch file to open the URL in IE, or if you want to get "creative", you can always create your own protocol like "iehttp:" as shown in the following. Then, edit the shortcut to use iehttp: ...