Your cart is currently empty!
Category: Batch File
How to Create Multiple Folders at Once in Windows 10
Manually creating new folders and subfolders is time-consuming if you want to organize and manage files on your Windows 10 PC. Instead, you can create multiple folders at once using the Command Prompt, PowerShell, or a batch file. Commands:“sunday”, “monday”, “tuesday”, “wednesday”, “thursday”, “friday”, “saturday” | %{New-Item -Name “$_” -ItemType “Directory”} Chapters:0:00 Intro0:23 How to… Read more
How To Download Any Windows 10 Version
Let me guide you through the process of downloading any version of Windows 10. Using this method, you will be able to download the following versions 1507, 1511, 1607, 1703, 1709, 1803, 1809, 1903, 1909, 2004 and 20H2. Chapters:0:00 Intro0:23 Download any windows 10 version2:53 End screen What you will learn 1. How to download… Read more