In 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 one app using the RunAsInvoker compatibility flag.
- 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…
During the migration of virtual machines files from an old HP MSA 2000 storage to a new storage system Dell EMC Unity (both connected to ESXi hosts over SAN) I…
- 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…
When deploying new ESXi hosts on HPE ProLiant BL660c Gen9 servers in the HP BLc7000 enclosure, I came across a very strange problem. After installing VMWare ESXi 6.0 on my…
- Active DirectoryGroup Policies
Changing Desktop Background Wallpaper in Windows through GPO
November 26, 2020Let’s consider how to deploy the same desktop background image (wallpaper) on all Windows workstations in the Active Directory domain using Group Policies. As a rule, it is important for…
Administrators often have to store passwords in automation scenario directly in the body of PowerShell scripts. As you know, it is extremely insecure when used in a productive environment, since…
- Active DirectoryGroup Policies
How to Deploy SSL Certificate on a Computers Using GPO?
February 16, 2021Let’s look on how to centrally deploy an SSL certificate on domain computers and add it to the Trusted Root Certification Authorities using Group Policy. After the certificate is deployed,…
- PowerShellWindows Server 2012 R2Windows Server 2016
How to Create a RAM Disk on Windows Server?
January 26, 2021A RAM disk is a virtual disk created in a free area of the memory (RAM) that it sees by the OS as a separate physical disk. Due to the…
- 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…