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

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

Dec 4, 2013

iTunes for Windows crashes when opening iTunes Store

Problem: running iTunes 11 on Windows 7 or 8 64-bit, it crashes when you try to open the iTunes Store.

Solution:

Run the following command on an elevated Command Prompt or via the Run shortcut by right-clicking the Windows button:

%windir%\System32\rundll32.exe sysdm.cpl,EditEnvironmentVariables

This will launch the Environment Variables window.

Under System variables, select the Path variable, then click on the Edit button.

Type the right arrow key to go to the end of the text box, then add the following to the end of the line:

;%HOMEDRIVE%\%ProgramFiles(x86)%\Common Files\Apple\Apple Application Support

The ";" is to separate the previous path from this new one that you are adding.

Click OK.

Nov 2, 2013

How to rename an Android device

In order to rename an Android device:

1) From within the device itself, change the Device Name under Bluetooth Settings.
2) Connect the phone to a computer using MTP (instead of mass storage) and rename the device.
3) If you want to rename the Wi-Fi hostname, use the Change Hostname app.

Source

How to take a screenshot on Android

In order to take a screeshot on your Android 4.0 and above phone, press the Power and Volume Down buttons simultaneously.

Source

Oct 3, 2013

Troubleshoot Microsoft Office 2013 installation issues

It is very common to run into issues when upgrading from previous versions of Microsoft Office to the 2013 version, including the infamous "Microsoft Office Single Image 2010" error.

Most problems can be solved by running the Program Install and Uninstall Troubleshooter tool.

Source