For many users, Windows isn't ready to use out of the box, and one of the most frustrating parts isn't the actual install itself, but everything that comes after. Fixing the bad defaults, renaming the ...
Over the last few years, I have created a vast library of PowerShell scripts that I use to keep my servers healthy. These scripts do everything from monitoring disk health to helping me to reclaim ...
In my previous post, I showed you how to create a clickable button in Excel. That button displayed a simple message box. Now, I want to show you how to use the button to kick off a PowerShell script.
In this post, we will see how to use PowerShell Scripts to create & add Shutdown, Restart, Logoff, Switch User, Hibernation Tiles to Windows 8.1/8 Start Menu/Screen. As you know Windows 8 has a Start ...
Many people jump into PowerShell and immediately think they need to start writing scripts. That couldn't be further from the truth, and actually I believe that can be counter-productive. Without a ...
Windows PowerShell has become an essential command-line tool for system administrators and advanced users. With an intuitive user experience, Windows PowerShell automates a wide range of Windows tasks ...
Setting up a new Windows 11 machine can be complicated, and when issues arise somewhat frequently, it can waste a lot of time in certain scenarios. It's common these days to have your life based on ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need to explain ...