Category: Windows 10

  • 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

    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

    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

    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

    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

    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…