Backup Files with XCOPY
In Windows, I regularly like to backup my data files from my laptop to my external drive. I […]
In Windows, I regularly like to backup my data files from my laptop to my external drive. I […]
Windows 10 Home is designed for use in PCs, tablets and 2-in-1 PCs. It includes all features directed […]
PowerToys is a set of free utilities for Windows. Power users can tune and streamline their Windows experience […]
Do do have a new or relatively new Windows PC? Are you looking to get it ready for […]
What are some of the things you should do with a new Windows 10 system? This is a […]
How do you display the string “hello world” at the console? Open a Windows PowerShell or PowerShell Core […]
Normally when working with PowerShell you will want to output information to the console. You can do a […]
Scripting is a very powerful feature of PowerShell. Here we go into detail. For a more general and […]
What are PowerShell objects? Before discussing what they are, we’ll go back in time to the world of […]
You can and should write comments in tour PowerShell scrips. Use the hash (#) symbol at the beginning […]
To learn about objects in PowerShell we can have a look at the video called Manipulating Objects in […]
How would you run a PowerShell script from a batch file? The batch file is a text file […]