How to Map a Network Drive on Windows 10 or any other window server operating system, here are simple steps to map any network drive or path with drive desired letter. You can easily map any network share or path, here are the simple steps help you to map in windows 10 or any other machine like windows server 2016 or 2012, the process is same for … [Read more...] about How to Map a Network Drive | Share
Tech
PowerShell Loops Explained
Powershell loops (for, foreach, and foreach-object) when you there is a need to execute the sequence code for several times to complete a task. Powershell For loop syntax and examples: for (<Init>; <Condition>; <Repeat>) { <your statement list>} # Example1 for($i = 0; $i -le 10; $i++) { "$i" } # Example2 for (($i = … [Read more...] about PowerShell Loops Explained
How to Enter Safe Mode Windows 10
How to Start Computer in Safe Mode | Windows 10 | 7 to troubleshoot any underlying issue with drivers or application service, here are the simple steeps to enter safe mode. When there is an issue with your desktop machine as windows 10 or 7 installed, and you want to troubleshoot the issue to determine whether it is related to a hardware driver … [Read more...] about How to Enter Safe Mode Windows 10
How to Check Mapped Drives In Windows 10 | Any Computer
This article explains how one to Check Mapped Drives on windows 10 or any other windows server operating system using command prompt. Hey, have you ever come across a situation to check all mapped drives in windows machines? yes, if you want to check all your mapped drives there is a command net use command to verify the network share paths, this … [Read more...] about How to Check Mapped Drives In Windows 10 | Any Computer
TR command with examples in Linux
The term TR stands for translate, using this TR command we can translate, squeeze, replace or delete the strings or characters from standard input, writing to standard output. TR command translates uppercase to lower case, squeezing repeating pattern strings or characters and deletes the characters, the translate command doesn’t take any file … [Read more...] about TR command with examples in Linux
How to Check IP Address on windows computers
This article explains how to Check IP Address on windows computers, here are the simple steps to find any windows computer IP address and also a shortcut key to open network connection. When you want to check the IP address of any computer or your local machine then there is a simple way you can check, here are the steps. Method 1 Click on the … [Read more...] about How to Check IP Address on windows computers