How to Install Microsoft’s New Windows Terminal

Check this out… ==================== First you will need to download Chocolatey ( https://chocolatey.org/ the package manager for Windows – Software Management Automation ). ***Before you start, make sure you have the “Windows 10 1903 update” installed on your computer*** STEP #1 Run this in Command Prompt: @”%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe” -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command “iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1′))” && SET “PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin” Or […]

Read more

Overview of Scheduled Tasks

I like the tree view for scheduled task as you can categorize the tasks, but the GUI offers no way of an overview of all tasks. The command line helps again: Schtasks.exe Are you thinking:”I have no scheduled tasks defined, so this post is not for me”, I suggest to try it anyway. Microsoft added some tasks for you.

Read more

Net Commands – Network Security Management

The NET Command is used to manage network security resources as follows: View user account password and logon requirements (also displays the machine type – Server or workstation) NET ACCOUNTS View password and logon requirements for the network domain. NET ACCOUNTS /DOMAIN Set the number of minutes a user has before being forced to log off when the account expires […]

Read more

How to Protect Your Boot Drive with BitLocker

When it comes to protecting the data on your computer, you can’t do better than strongencryption. Properly encrypted, your files are safe even if a ne’er-do-well gains access to your computer, either physically or through a network. In the past, we’ve discussed how to use various encryption tools to encrypt individual files or create virtual, encrypted drives. Now, we’ll look […]

Read more

Cleaning up Network Connections in Windows 7

Windows makes a mess of all the network adapters when installing NIC cards. Sometimes, you remove network adapters, and you’re left with something like “Local Area Network 3” that can’t be renamed back to “Local Area Network”. The problem is, Windows remembers the previous adapter (even if it is physically removed), so you can’t rename the adapter, otherwise it would […]

Read more
1 2 3 5