Easily delete files, folders & directories from the command prompt (cmd), with just a few simple commands in your current as well as different directories. The FC Command stands for file compare and as the name implies it can be used to make binary or text file comparisons on both ASCII and Unicode text. The […]
How to Rename Files & Folders – Using the Windows Command Line (CMD, Ren, Batch)
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. The shutdown command can […]
Welcome – Lets get started! – Healthy Tech
Welcome – Lets get started! Hello my dear student! Thank you for joining our learning community and becoming one of our beloved students. In this introductory lesson we are going to take a look at how exactly the course is structured and get you familiar with the user interface. Lets go! Topics: On the left […]
How to Create Files & Folders – Using PowerShell (The Easy Way!) – New-Item, Directories
Text Files. Lets start simply by creating a text file in our current directory. Here is what that would look like: New-Item -Name “TestFile.txt” Pretty simple right? Scripts: Similarly you can create other types of files as well simply by changing the extension at the end of the name of your file. Lets create a […]
Windows Command Line Basics – Mini Course (For Beginners) – CMD, MS-DOS – Healthy Tech
Description Have you always wanted to learn the windows command line but never had the chance? You have come to the right place! In this mini course you will learn exactly what the command line (cmd) is and gain valuable insight on how the command prompt (ms-dos) actually works rather than memorizing commands. Even if […]
Löschen von Dateien und Ordnern – Verwendung der Windows Befehlszeile (CMD)
Cd “Desktop” Sie werden sofort in das Verzeichnis der Arbeitsoberfläche navigieren und von hier aus können Sie erneut den Befehl “Verzeichnis” verwenden, um die Datei oder den Ordner zu finden, den Sie löschen möchten. Wenn Sie versehentlich in das Verzeichnis falsch navigiert haben, geben Sie ein: CD .. Sie werden sofort in das vorherige Verzeichnis navigiert. […]
IPCONFIG – Release, Renew, FlushDns & More (Windows Command Line, CMD, DOS)
Easily rename files, folders & directories from the command prompt (cmd), with just a few simple commands in your current as well as different directories. 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. Easily delete […]
Windows Command Line Course – 2020 (CMD, Batch, MS-DOS) – Healthy Tech
Description Ready to take your IT skills to a completely new level? You have come to the right place! In this course you will learn exactly what the command line (cmd) is and gain valuable insight on how the command prompt (ms-dos) actually works rather than memorizing commands. Even if you are a complete beginner […]
How to Automatically SHUTDOWN Windows – From The Command Line (CMD, DOS)
With the tree command you can view how your directory is structured and where every file is located from your 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. […]
How to Edit the Registry – From the Command Line (Add, Delete & Modify)
Keys: Within these hives there are several sub-entries or keys, which categorize our values even further into several groups. For example, the Software key which is located with the HKEY_LOCAL_MACHINE registry hive contains information and settings related to every application in your computer. Basically, think of keys like containers or folders. Values: Within these keys […]