Command to verify via Registry setting if UAC (User Account Control) is enabled or disabled:
> REG QUERY HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ /v EnableLUA
EnableLUA REG_DWORD 0×1 = ENABLED
EnableLUA REG_DWORD 0×0 = DISABLED
Source
Sep 25, 2014
How to reset Notepad++ settings
Notepad++ is great, but it's hard to revert changes to layout and interface configuration.
If you want to reset everything to default settings without reinstalling the program, just delete everything from this directory:
%APPDATA%\Notepad++
When you reopen Notepad++, it will feel like a fresh installation.
Source
If you want to reset everything to default settings without reinstalling the program, just delete everything from this directory:
%APPDATA%\Notepad++
When you reopen Notepad++, it will feel like a fresh installation.
Source
Sep 4, 2014
Error when installing Windows on VMware virtual machine
When you try to install a fairly new or a server edition of Microsoft Windows on a VMware (vSphere, Workstation, Fusion, Player) virtual machine, you might get the following error:
"Windows cannot find the Microsoft Software License Terms. Make sure the installation sources are valid and restart the installation."
This will prevent the installation from taking place and the VM will be in a reboot loop.
The problem is caused by the VMware easy installation feature (when the product identifies the OS you are trying to install based on the installation media and tries to automate the installation wizard).
The solution is simply choosing the "I will install the operating system later." option when creating the VM. After the VM is created, you then edit its properties and load the installation media. The error will go away.
Source
"Windows cannot find the Microsoft Software License Terms. Make sure the installation sources are valid and restart the installation."
This will prevent the installation from taking place and the VM will be in a reboot loop.
The problem is caused by the VMware easy installation feature (when the product identifies the OS you are trying to install based on the installation media and tries to automate the installation wizard).
The solution is simply choosing the "I will install the operating system later." option when creating the VM. After the VM is created, you then edit its properties and load the installation media. The error will go away.
Source
Subscribe to:
Posts (Atom)