Windows Experience Index removed in Windows 8.1

Windows Experience Index in Windows 8.1.

I can’t imagine that Microsoft thinks it can make money off this one somehow…

Why get rid if WEI?

How to Disable SkyDrive Integration in Windows 8.1

How to Disable SkyDrive Integration in Windows 8.1.

F-you, Microsoft.

Pimping SkyDrive like a $2 whore.  Pushing her “secure box” in my face everywhere. We all know it is just a matter of time before a couple teenage russian hackers steal all your datas. Oh, sure, it won’t be your fault. Just like Target.

Not satisfied with pushing SkyDrive in my Outlook/Hotmail world like you have for the past couple years, now SkyDrive appears TWICE in my explorer sidebar before my C: does (if you haven’t seen 8 yet, you need to scroll down to see your drives in explorer).

Ok, fine.  Make me google how to get rid of your ass.  Damn you, Microsoft, you used to be clever.  Now you’re just sad.

Set default drive to D:

How do I set my download drive default to D: ? – Microsoft Community.

I used to go to great lengths to do this.  Still doesn’t address moving your entire ‘users’ folder to another drive (for that, look into NTFS junction points), but is very easy, and a great way to keep up with adding drives.

ninite – finally a googlepack replacement

Ninite rocks.  It is several different things, a auto-installed, a auto-updater and a group updater. They support Windows and Linux. I use to put googlepack on every build I did just to take care of the basics, now I use ninite for nearly everything. Alas, it won’t do flash unless you pay $$$ 🙁

ninite.com has a direct interface to the installer. Choosing an already installed program will update the program.  The pro version allows IT departments to push selected updated out to networked computers.  This works even in a workgroup (no domain needed!), without using group policies.  This is a real time saver for shops that do not have a full domain / windows server environment.

ninite

Windows 8 Activation Key Not Accepted

I was having trouble activating a new Windows 8 Pro install and stumbled on this advice for Windows 7.  It worked great for Win8pro 🙂

  • Your key is an update only key… meaning it won’t allow a fresh install… unless you do the registry workaround from Windows 7.

    You need to open a run box and type: “Regedit”

    Then located this key:

    HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE/

    And find the one called “MediaBootInstall”.

    Double click that and change it from a 1 to a 0.

    Then open up cmd as an administrator

    Type the command “slmgr /rearm”

    You will get a restart your computer messge.

    Restart

    Then when your computer restarts you need to open a run box again and type “slui.exe 3” and it will allow you to enter your product key and activate 🙂

    Answered Oct 28`12 at 04:31

    Windows 8 Pro activation problem - key not accepted answered by moneychefGears of War: Judgment

 

 

Concurrent sessions in Windows

Concurrent [Remote] Desktop Sessions

I’ve used this in the past to allow several users RDP access to a WinXP box to great success.  I had the opportunity to revisit this subject recently when trying to figure out desktop replacement options for our move from XP next year.

I need to find a solution to deal with our aging fleet of 70 Windows XP desktops.  So far I’ve identified a few paths, full desktop replacement, PXE boot, Virtual Machines or Windows Server.  Doing nothing is a viable option if I can secure my desktop environment.

I also have several dozen systems that only connect to my MRP system using character based clients (telnet/ssh).  I have them running on a very end-of-life thin client, that is able to RDP to XP, which then connects them via telnet/ssh to the server. Amazingly, the XP “Server” is running on an Intel Atom with just a few gig of ram.

This article explains it all, but the UniversalTermsrvPatch file is where all the magic happens.  I still need to stress test a Win 7 VM to see how many users it can take…

Hyper-V 2012

Lots of links for getting Hyper-V 2012 running.

General Hyper-V Info:

getting-started-with-hyper-v-server-2012

Becoming-familiar-with-the-Hyper-V-administrative-console

installing-hyper-v-manager-on-windows-7

hyper-v disk management:

enabling-remote-disk-management-on-hyper-v-server

remote admin:

RPC Server is Unavailable (W2008/W2012)

http://technet.microsoft.com/en-us/library/cc794756(v=ws.10).aspx

http://blog.plausibledeniability.se/post/33464344054/hyper-v-remote-administration

http://serverfault.com/questions/445521/hyper-v-server-2012-remote-management-using-workgroup

http://social.technet.microsoft.com/Forums/windowsserver/en-US/fe80f0aa-0697-4657-a1da-19d36b036698/guide-to-remote-manage-hyperv-servers-and-vms-in-workgroups-or-standalone

http://blog.mpecsinc.ca/2009/06/hyper-v-error-access-denied-unable-to.html

 

linux on hyper-v:

http://www.eightforums.com/tutorials/5078-hyper-v-create-linux-virtual-machine-windows-8-a.html
more:

http://www.theregister.co.uk/Print/2013/06/05/hyper_v_failover_cluster_powershell_review/

http://www.theregister.co.uk/2013/05/30/hyper_v_powershell_hands_on/

http://code.msdn.microsoft.com/windowsdesktop/Hyper-V-Remote-Management-26d127c6

Hyper-V Manager on Windows 7

So having mastered VMWare in a week, I have set off for MS’s VMWare killer, Hyper-V 2012 Free.  Even less friendly than Server 2012 Core, it’s actually free and it works just fine.

Google will get you all you need to get started, but I had some trouble getting Hyper-V Manager working on Windows 7.

This page was invaluable:

http://social.technet.microsoft.com/Forums/windowsserver/en-US/fe80f0aa-0697-4657-a1da-19d36b036698/guide-to-remote-manage-hyperv-servers-and-vms-in-workgroups-or-standalone

Key text for future reference:

This guide is based on the following 3 products:
Windows server 2012 (core)
Windows 8
Hyper-V server v3 / Hyper-V server 2012

The following guide will enable you to:

1: remotely manage your Hyper-V Virtual Machines with Hyper-V manager
2: remotely manage your Hyper-V servers’ firewall with a MMC snap-in.
3: remotely manage your Hyper-V server (2012) with server manager

! This should also work for Core installations of server 2012, but I haven’t tried.

This guide is purely focussed on servers in a WORKGROUP, or as a stand alone.
I CAN NOT tell you what you need to do to get it working in a domain.

* You can run these commands straight from the console (Physically at the machine) or through RDP.
* You will need to be logged on as an administrator.
* Commands are listed in somewhat random order; I do however advise to follow the steps as listed.
* Commands with ? in front of them are only ment to be helpfull for troubleshooting,
* and to identify settings and changes made.
* Commands and instructions with ! in front of them are mandatory.

– server: means the server core or hyper-v server (non gui)
– client: means the machine you want to use for remote administration.
– Some commands are spread over 2 lines; be sure to copy the full syntax.
> To enable the Hyper-V manager to connect to your server, you need to perform the following 2 actions: (Assuming you have already installed the feature)

1:
! Client: Locate the C:\Windows\System32\Drivers\etc\hosts file.
! right-click –> properties –> security
! click –> edit –> add –> YOURUSERNAME or Administrator –> OK
! then select this new user, and tick the “modify”-box under the “allow”-section.
! apply the change, and close.
! doubleclick the file, and open with notepad
! add the ip-address and name of your server (no // or other crap needed)
! Save the file
# I recommend putting a shortcut to this file on the desktop.
# If you change the ip-address of your server (e.g. move the server from staging to a live environment)
# you might forget to do so in the hosts file.
# Hyper-V manager, MMC, RSAT, and Server-manager all rely on the hosts-file to resolve the name.
# some of these might connect to their respective service on an i.p.-level, but some don’t.
# This is the main reason you need to modify this file.

! USE AN ELEVATED CMD/POWERSHELL PROMPT TO CONTINUE !
# the next config needs to be done on windows 8.
# It seems that it’s already preconfigured under server 2012

2:
! Client: dcomcnfg
! open component services –> computers
! right-click -> my computer -> properties
! select “COM SECURITY” tab
! under “ACCESS PERMISSIONS” select “edit limits”
! select “ANONYMOUS LOGON”, and tick “remote access” under ALLOW
# Without this adjustment, you can’t connect to your Hyper-V server
# with the Hyper-V manager if you’re not in a domain.

> And if you haven’t done so already… make sure you have enabled remote management number 4 on the Hyper-V server console.
———————————————————————-

> Next, is to get the MMC firewall snap-in working.
The reason for this, is to have a GUI available to configure it.
If you’re happy without it, you may skip this and use a shell instead to do so.

? server: netsh advfirewall show currentprofile
# shows the current profile (public/domain/private) and its settings
# depending on your needs, you should set the right profile to fit your needs.
# You can easily do this when the MMC snap-in is done. (after you’ve followed these steps)

! server: netsh advfirewall set currentprofile settings remotemanagement enable
# enables remote management of the firewall on an application level
# (In other words: allows the firewall to be remotely managed)

! server: netsh advfirewall firewall set rule group=”Windows Firewall Remote Management” new enable=yes
# allows remote management of the firewall, through the required firewall ports with TCP protocol.
# 4 rules will be updated to allow access: public & Domain, dynamic and endpoint-mapper.
# You can disable/add/change the rule from the MMC snap-in after finishing this guide.
# e.g. set the firewall through the MMC-GUI to only allow specific ip-addresses etc.

? server: netsh advfirewall firewall show rule all
# Shows a list of available rules, and their current state.
# when run from cmd, the list exceeds the maximum length for review.
# (from cmd,type:) start powershell, and run the command from there.

! Client: cmdkey /add:YOURSERVERNAME /user:USERNAMEONTHESERVER /pass:THEPASSWORDOFTHATUSER
# I recommend you to use a username with enough privileges for management
# All capital letters need to be replaced with your input
# CMD answers “credential added successfully” when you’re done

! Client: locate MMC, and run it as an admin.
# In windows 8/2012, go to search and type MMC. Right-click the icon,
# and choose run as admin on the bar below.

! Client: application MMC: select “file” –> Add/remove snap-in
! –> (left pane) scroll down to “windows firewall” –> select and click “add”
! select “another computer”
! type the name of the server you want to manage (NO workgroup/ or //, just same name as you typed for cmdkey)

* Part 2 is done.
# Have a look by doubleclicking the firewall icon in the left pane.
# It looks and works the same as the GUI version that you are familiar with.

——————————————————————————-

! Next is the Server Manager.
# Follow the steps listed to get your server listed and manageable in the server manager.

! Client: Open the created Firewall snap-in for your server.
! Find the 3 “Remote Event Log Management” entries in the list of INBOUND rules, and enable them.

! Open powershell –> in cmd windows, type: start powershell
! run the following line in powershell
! Client: in C:\Windows\system32> set-item WSMAN:\localhost\client\trustedhosts -value YOURSERVERNAME -concatenate

# WinRM Security Configuration.
# This command modifies the TrustedHosts list for the WinRM client. The computers in the TrustedHosts list might not be
# authenticated. The client might send credential information to these computers. Are you sure that you want to modify
# this list?
# [Y] Yes  [N] No  [S] Suspend  [?] Help (default is “Y”): y
#
# I recommend to choose yes; unless you like to pull some more hairs…

! server: winrm qc
# WinRM service is already running on this machine.
# WinRM is not set up to allow remote access to this machine for management.
# The following changes must be made:
# Configure LocalAccountTokenFilterPolicy to grant administrative rights remotely
# to local users.
# Make the changes? y / n
!  select yes

! Client: open the server 2012 server manager
! click manage -> add server
! select the DNS tab, and type the name of your server

Done.

You can now manage your remote server through the familiar computer management GUI.

! Right-click your remote server, and select “Computer Management”

————————————————————————–

A few side notes:

? The Performance tab seems to list the local machine’s performance, in stead of the remote servers’
? If you want Windows server backup, you need to right-click the server in the server manager, and select “add roles and features.
? it will then become available under the “computer management” of the remote server.

If you liked this guide you may thank my employer, Mr. Chris W.
for giving me the time to work it all out.

Cheers!

And so it begins.

I would like to start off with the fact that I was blogging way before it had a name, but ever since it became fashionable to tell everyone what you think, I have kept to the shallow end of the pool.

Time to dive in.

-C