Sep 25, 2014

How to check if UAC is enabled or disabled via command line

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

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

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

Aug 28, 2014

iCloud Photo Stream stops working on Windows 8.1

Here's a fix for when iCloud Photo Stream stops working on Windows 8.1:

1) Kill these processes if any of them are running:

ApplePhotoStreams.exe
ApplePhotoStreamDownloader.exe
APSDaemon.exe
iCloudServices.exe
iCloud.exe

2) Delete this folder:

%AppData%\Apple Computer\MediaStream

3) Launch iCloud Control Panel. Select the Photos checkbox, and click Apply.

Source