Universal Windows Platform (UWP) applications from the Microsoft Store require you to install them online. However, when you actually install a UWP application, the Microsoft Store client downloads and installs…
Windows 10
- Windows 10Windows Server 2016Windows Server 2019
Enable and Configure Offline Files on Windows 10
June 7, 2022Offline Files feature in Windows 10 allows you to make certain shared network folders and files available offline even if your computer is not connected to the corporate network. In…
- PowerShellWindows 10Windows Server 2016
Checking Active TCP/IP Connections on Windows with PowerShell
March 17, 2024Many administrators usually use the netstat console tool or graphic TCPView to display information about active TCP/IP connections and open TCP ports in Windows. Instead of netstat, you can use…
- Windows 10Windows Server 2019
Using RDCMan (Remote Desktop Connection Manager) on Windows
May 10, 2023RDCMan (Remote Desktop Connection Manager) is a convenient RDP connection manager for Windows system administrators. It allows to manage multiple RDP sessions in a single window, create tree-like structures with…
- Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2022
Updating Group Policy Administrative Templates (ADMX)
January 24, 2025Group Policy Administrative Templates contain settings that allow administrators to conveniently configure various Windows settings, components, and third-party software. In this article, we will look at how to install new…
- Group PoliciesWindows 10Windows Server 2019
How to Disable “Open File – Security Warnings” on Windows 10
March 11, 2024When you trying to run an exe, msi, bat, cmd or other executable type of files from a local drive or network folder in Windows, you can see this warning:…
- Windows 10Windows Server 2019
How to Check, Enable or Disable SMB Protocol Versions on Windows?
March 11, 2024The Server Message Block (SMB) network protocol is used to share and access folders, files, printers, and other devices over network (TCP port 445). In this article, we will look…
When a domain user logs on to Windows, their credentials are saved on a local computer by default (Cached Credentials: a user name and a password hash). This allows the…
- PowerShellWindows 10Windows Server 2016
PowerShell: Check Free Disk Space and Disk Usage
March 17, 2024In this article, we will show you how to check the free disk space and disk usage on a local or remote Windows host using PowerShell. Also, consider how to…
- Windows 10Windows Server 2016Windows Server 2019
How to Disable Windows Error Reporting and Clear WER\ReportQueue Folder on Windows
March 15, 2024The Windows Error Reporting service (WER) is used to collect the debug information about system and third-party app failures and send error reports to Microsoft servers. This information should be…