Filter by Category
Filter by Tags
To configure/manage network adapters, the old Control Panel Network Connections Manager app is really helpful. In this article, I am going to show you how to open it on Windows 11. First, press Windows + R to open Run window, type in ncpa.cpl, and press Enter. The Control Panel >…
To sync two directories on Windows using robocopy and also remove the files/folders not available in the source from the destination directory as well, run the command below: For example, to sync the source directory D:\Projects\app1\src with the destination directory D:\Projects\app2\src and remove the files/folders that are not available in…
Windows 11 now ships with the winget package manager. You can access winget from Windows Terminal. You can use winget to install packages such as FNM (Fast Node Manager) Node.js package manager on Windows. Installing FNM Node.js Package Manager on Windows 11 To install the FNM Node.js package manager using…