This guide is all about various cmd commands you can use to manage and troubleshoot networks directly from the windows command line. A redirector or pipe is a special symbol that is used to redirect the input or output of a command or combine two or more commands in various ways. You have probably used […]
Editing the Registry – Using the Command Line (Add, Delete & Modify)
You can use the find command to search for a file based on the contents inside it or to find where a string is located within a single or multiple files. With the tree command you can view how your directory is structured and where every file is located from your windows command line (CMD). […]
Redirectors, Combining Commands & Pipes – Windows Command Line (CMD)
You can use the find command to search for a file based on the contents inside it or to find where a string is located within a single or multiple files. With the tree command you can view how your directory is structured and where every file is located from your windows command line (CMD). […]
PowerShell CmdLets – Everything you need to know (Syntax, Examples)
In simple terms, a Powershell alias is an alternative name for a cmdlet, function, executable, script, and so on. Parameters in powershell, also known as arguments, options or switches, help with the passage of arguments or allow users to provide input. We’ll learn how to discover new cmdlets using get-command, as well as, how to […]
Redirectors, Combining Commands & Pipes – Windows Command Line (CMD)
File attributes grant or deny certain rights to every file and folder. The attrib command can be used to view or change file attributes on files or folders. The cipher command is a built in security tool, that can be used to encrypt or decrypt files and folders as well as wipe or overwrite deleted […]
Editing the Registry – Using the Command Line (Add, Delete & Modify)
File attributes grant or deny certain rights to every file and folder. The attrib command can be used to view or change file attributes on files or folders. The cipher command is a built in security tool, that can be used to encrypt or decrypt files and folders as well as wipe or overwrite deleted […]
PowerShell Archives – Healthy Tech
In simple terms, a Powershell alias is an alternative name for a cmdlet, function, executable, script, and so on. Parameters in powershell, also known as arguments, options or switches, help with the passage of arguments or allow users to provide input. We’ll learn how to discover new cmdlets using get-command, as well as, how to […]
Editing the Registry – Using the Command Line (Add, Delete & Modify)
The windows registry contains several root locations that store various entries. These locations are called registry hives.Registry hives are separated based on the values they contain.Here is a list of some of the most commonly used registry hives along with a brief description about each one: Name (Abbreviation) – Description HKEY_LOCAL_MACHINE (HKLM) – Contains keys […]
Windows Command LIne Archives – Page 2 of 2 – Healthy Tech
Automatically Shutdown – Restart WindowsUsing The Command Line (Cmd) Opening the command Prompt: To use the shutdown command to automatically shutdown or restart our system we must first open the command line.There are lots of ways you can open the command prompt, the simplest however is to search for “Cmd” in your search bar and […]