You can use PowerShell to generate QR codes to share with your friends or colleagues. Let’s consider an example of using QRCodeGenerator PowerShell module to generate a QR code image…
Windows 10
- Windows 10Windows 7
How to Disable UAC Prompt for Specific Applications in Windows 10?
October 30, 2019In this article, we will show how to selectively disable UAC for a specific application without disabling User Account Control service completely. Consider several ways to turn off UAC for…
- PowerShellWindows 10Windows Server 2016Windows Server 2019
How to View and Parse WindowsUpdate.log on Windows 10 / Windows Server 2016?
October 8, 2019Historically, the WindowsUpdate.log plain text file has been used to analyze the operation of the Windows Update agent and service. However, the Windows Update logs in Windows 10 (Windows Server…
- Windows 10Windows Server 2008 R2Windows Server 2012 R2Windows Server 2016
RDP Authentication Error: CredSSP Encryption Oracle Remediation
March 15, 2021After installing the Windows security updates that issued after May 2018, you may face the CredSSP encryption oracle remediation error during RDP connection to the remote Windows server or computer…
- Active DirectoryGroup PoliciesWindows 10Windows 11
Set Desktop Wallpaper and Logon Screen Background via Group Policy
November 18, 2023Group Policies allow you to set the same corporate desktop background wallpaper and Windows logon (lock) screen image on all computers in the domain.
- PowerShellWindows 10Windows Server 2016
Disks and Partitions Management with Windows PowerShell
June 7, 2023In this article we’ll look on the disk, partition and volume management from PowerShell console. You can perform from PowerShell all the operations of managing local disks and partitions, that…
- Windows 10Windows Server 2012 R2Windows Server 2016
Remote Desktop Cannot Verify the Identity of Remote Computer Because Time/Date Difference
March 9, 2021I came across the following error when trying to connect via RDP to a remote server in the AD domain. After specifying the correct domain credentials for the RDP user,…
- Windows 10Windows 7Windows Server 2012 R2Windows Server 2016
Fix RDP Authentication Error: The Function Requested Is Not Supported
November 22, 2023The following error may occur when you use the built-in RDP client (mstsc.exe) to connect to the desktop of a remote computer: Remote Desktop Connection An authentication error has occurred.…
- Windows 10Windows 7Windows 8Windows Server 2016
Fix: The Local Print Spooler Service Not Running in Windows 10
February 7, 2020You can face an error “The local print spooler service is not running” when trying to install a new printer, when opening the settings of the configured local printer or…
- PowerShellWindows 10Windows Server 2016
How to Show a Pop-Up or Balloon Tip Notification from PowerShell?
May 10, 2023Although PowerShell is a console language, sometimes it is necessary to notify a user from a PS script about a particular event or prompt them to do something. For example,…