Category: Windows 10
-
A Comprehensive Guide on Creating, Deleting and Managing System Restore Points on Windows 10/11
System Restore Points offer a convenient solution for reverting your Windows OS to a previous state should you encounter unintended system file or registry issues following the installation of faulty drivers, updates, or applications. A restore point allows you to restore the state of the registry, system files, drivers, and installed software to the point…
-
How to Upgrade to Windows 11 on Unsupported Hardware
In this article, we’ll examine the process of updating a Windows 10 computer to Windows 11 23H2 using unsupported hardware. This includes computers that lack a TPM chip and utilize older CPU models. Microsoft’s stipulated minimum requirements for the installation of Windows 11 include a hardware TPM chip, Secure Boot, and a new CPU (released…
-
How to Craft Your Own Custom Windows Image with Pre-Installed Applications
In this guide, we’ll cover how to create a custom Windows 10/11 installation image with pre-installed apps, necessary files, and other environment and application settings. Currently, many admins prefer to deploy a clean Windows image and then install all the required programs and tools on the computer: deploy software via GPO, using the installation commands…
-
A Guide to Deploying Third-Party Software Updates with WSUS
The WSUS (Windows Server Update Services) server, located onsite, is ideal not only for launching updates for Microsoft’s products (including Windows, Office) but also for installing and updating any third-party software in a centralized manner. The common methods used to install third-party software in Windows networks include: Installing MSI-packaged apps using GPO, executing logon scripts,…
-
A Step-by-Step Guide: How to Identify Your Installed Windows Version and Build Number
The easiest way to quickly find out the version and build number of the Windows OS that is installed on your computer is to press the Win+R on the keyboard and run the winver command. The following screenshot shows that Windows 10 version 22H2 is installed on the computer (build number 19045.3324). Both the release…
-
A Comprehensive Guide to Deploying Microsoft Office Language Packs
In this article, we’ll explore manual and automated methodologies to deploy extra language packs and configure the default language in Microsoft Office 2019, 2016, and Microsoft 365 Apps for Business (formerly known as Office 365). In Microsoft Office, the language preferences can be adjusted in the following individual settings: Editing Language Display Language Help Language…
-
How to Send Telegram Messages from a PowerShell Script
You can use your Telegram messenger as a notification tool to get instant reports on various infrastructure events, script execution results, or scheduler tasks. This article shows you how to use PowerShell to send a text notification to a Telegram channel or group through the Bot API. First, create a new Telegram bot using @BotFather.…
-
How to Install Windows Terminal Without Using the Microsoft Store
Windows Terminal is a novel terminal application crafted to simplify the use of command line tools, cmd.exe, and Powershell environments. It supports tabs and allows you to set your profiles, styles, and configurations. If you have WSL or Azure Cloud Shell installed, the shells for these environments are automatically added to the Windows Terminal console.…
-
A Step-by-Step Guide to Connecting VPN Before Windows Logon
The built-in VPN client in Windows, by default, does not let you connect to the VPN server before the user signs in. This poses a challenge for Active Directory-linked computers that connect to the domain network via VPN. Users can log into their systems using stored domain credentials and then establish a VPN connection. However,…
-
A Comprehensive Guide to Utilizing WPAD (Web Proxy Auto-Discovery Protocol) on Windows
The WPAD (Web Proxy Auto-Discovery) protocol provides an easy solution for proxy settings configuration on the network clients. WPAD is designed such that a client can utilize DHCP and/or DNS to locate a web server within your network holding a PAC configuration file with proxy settings (http://yourdomain/wpad.dat). Create Proxy Auto-Discovery File (wpad.dat) A distinctive PAC…