A pleasant walk through computing

Comment for me? Send an email. I might even update the post!

WHS Connector Restart Error in Windows 8.0/8.1

After upgrading to Windows 8.1, you may find your Windows Home Server dashboard no longer works. The solution for me was:

  1. Uninstall the connector.
  2. Open a command prompt and run ipconfig /flushdns.
  3. Reinstall the connector by going to http://[WHSname]/connect.

However, in my case I would get an error “Cannot connect the computer to the server because either another software installation is in progress or, the computer has a restart pending….”
Try restarting. If that doesn't solve the problem, a registry key needs to be deleted.
http://social.microsoft.com/Forums/en-US/a90b4679-d2dc-4820-94f0-dce22da245a4/solved-cannot-install-connector-software-error-regarding-another-installation-is-in-progress?forum=whsvailbeta
Summary:

  1. Open regedit.exe.
  2. Navigate to
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
  3. Delete the key PendingFileRenameOperations

How to Remove Apps from Google Play My Apps Site

In the last three years, I’ve downloaded lots of apps to my phone that I quickly deleted. Now I have a new phone, a spiffy Nexus 5, and decided to install from the web. And there I found all of those apps listed. Yuck. But surely I could remove them…right?

Not from the web page. But it can be done from the phone. Thank you, author of this article!

http://howto.cnet.com/8301-11310_39-57556054-285/delete-downloaded-app-history-from-google-play/

Bonus: I can remove apps that were preinstalled on my Samsung Charge (which I liked). Goodbye, Blockbuster app that no longer works!

Too bad there’s no way to install multiple apps at once.

Windows 8.1 Hidden Opt Ins/ Opt Outs

I've upgraded my Windows 8 laptop to 8.1, and found two deceitful UI decisions. I'm using the word "deceitful" properly.

The first was after the upgrade reboot. I had to go through a "first use" wizard, which itself wasn't awful. However, there's a screen where you're prompted to log in using your Windows Live account, or create one. I don't log into my laptop using Live, but instead with a local account. In the aforementioned screen, there was no obvious way to say "Use my local account." So, I logged in with my Live account, and later updated my account settings to not use Live.

A week later, a colleague encountered the same screen, but he instead clicked on "Create new account," and in that screen was an option to use a local account. That's not a mistake on Microsoft's part. That's intentional and deceitful. Technically, they provide a way to not use Live, but practically they're hiding the option.

The second example came when installing Greenshot, my current free screen capture tool of choice. Opening the installer, which I had just downloaded from the web, I received a prompt similar to this (I think mine said I was prevented because the app was a web download):

image

I clearly couldn't install the software without updating my SmartScreen settings, which were probably set to disallow the installation. Right? There's no "allow" button. I go to SmartScreen settings and see this.

image

Huh? It's set correctly. I should be able to get admin approval. I go back to install, rerun, get the same warning. This, I click on "More info," and there's the choice to allow the installation. Now, I appreciate being warned about a potentially unsafe file. But don't make me hunt for the way to install it, and definitely don't misdirect me. This isn't a Penn and Teller show!

The other item is that Libraries are no longer enabled by default, and when they are enabled they don't display at the top of Explorer. I use Libraries to organize my folders from multiple sources. I guess not many people use this feature, but those who do (computer professionals) should, I think, be given weight. Hide it by default, OK. But if we enable it, please put it where it was before or let us choose where it appears. Now I'm being forced to work less efficiently, and a reason I liked Windows 7 (and, to a lesser degree, 8) is I could be more efficient.

More rants as events warrant.

EDIT

There is a way, in the registry, to put Libraries at the top of the Desktop.

http://winaero.com/blog/how-to-move-libraries-above-this-pc-in-windows-8-1/

Summarizing:

  1. Close Explorer windows.
  2. Open regedit.exe.
  3. Go to HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}.
  4. Open SortOrderIndex, change option to Decimals (default is 84). Change to 56 and Save.
  5. Open Explorer, Libraries is at the top.