XBAP and 3D
One of my mates has been playing about with XBAP, Pop Along and have a play.
One of my mates has been playing about with XBAP, Pop Along and have a play.
I wrote last week about my move from Exchange 2003 to Exchange 2007, and in that article I mentioned that I moved my Domain Controller over at the same time.
There has been questions about what and how, so I’ve knocked this together for anyone that needs to do likewise.
In this scenario we have our old server, and we have our new freshly Server 2003′d server, OLD and NEW.
Write after a reboot at this point you will have two DC servers on your LAN (NEW and OLD), the problem is however that OLD will still be the FSMO master for all the roles in the domain, seeming as we are decommissioning this box we need to move all the roles.
Now that the server is a GC server we can assign it FSMO Roles, lets do that.
The last couple of roles can either be done through script (as can all of the above), or with an ‘unsupported but shipped’ tool. We will use the later as it’s easiest to describe without going into how to use the NTDSUTIL.EXE tool.
Ok nearly done now. Reboot the NEW server, and wait, what we are looking for is an event type of 1869 (or 1119, but we should get an 1869) to show up in the NEW servers Directory Service log. Whatever you do don’t shutdown the OLD server until you get this, else nobody will be able to logon, as we will not have a GC server on the lan.
When we get that Event happen, we can remove the Global Catalog role from the OLD server, this is done in the same way as we added it to NEW earlier.
Now we do some checks and force the PDC role over, and for this we will use NTDSUTIL.
Seize infrastructure master
Seize domain naming master
Seize RID master
Seize schema master
Select operation target
That should be it. You can now DCPromo out the OLD server, and use the new server as if the OLD one did not exist.
The only things left that may need to do are, setup the helper addresses in DNS so the server can lookup Internet DNS names. Setup your DHCP Scope and options.
If there is anything that I have missed, then please let me know.
Just noticed that Coding Horror has a way of extending the 30 day trial for Vista to 120 days, and what's better is that it's an officialy supported Microsoft way of doing it.
Fire Up a command prompt as an administrator
Type slmgr -rearm into the command line
Voila another 30 days on your trial, and you can do it 3 times, so 120 days trial.
Just thought I would mention that the first Official Ultimate Extras have hit the net. Fire up your Windows Update and download Texas Holdem Pocker and the Bitlocker Extensions. There is also a bunch of recomended Windows Updates as well.
Just rebooting now, will let you know what there like on the other side.
I've recently done a rebuild of my IBM T43 Laptop and bumped into an issue.
The Intel 2915ABG network card that's in the device has a load of issues. It seems to be a driver incompatibility between a good number of wireless routers and the drivers. That said I KNOW there are some drivers arounf that worked, I know because they did before a rebuild.
I unfortunatly forgot to write down the version that I was using (mistake). So does anyone know what drivers / settings (I know to turn the advanced power off) that work with this family of card.
If so let me know. I'm OK to surf, because all traffic on the inside of my LAN works just fine (so connection to my proxy works just fine), it's only Internet traffic that's an issue. Very odd.
Pop along to the Snort Site for the downloads.
I would not recomend installing this as your live version, but advise you to give it a go.
New additions in this version :-
However only in the USA and Canada. Bad news for us Brits.
Oh well, BetaNews reports that T-Mobile hotspots all over the country will allow Vista users to log on for free from the 26th January, and will work for 90 days after Vista's launch.
Have fun ya'all.
muslix64 has done it again. There is now a BluRay decrypter available for anyone that wants to remove the DRM from their BR disk.
This is an early version and has the bellow limitations :
However it works, so get yourself a copy. BackupBluRayV001
A couple of people at work have asked me how to get some of the US only features working on Vista Media Center.
I have not put it off for any particular reason, It's just I forgot to do it.
Anyhow, it's easy! Copy the registry file content below into notepad and save it out into a .reg file.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00000409]
"Layout File"="KBDUK.DLL"
"Layout Text"="United Kingdom"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout\DosKeybCodes]
"00000409"="uk"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Settings\MCE.GlobalSettings]
"systemGeoISO2"="US"
Yeah I know it looks like this will set your keyboard into US, it does but we swap the location over so that the US is actualy UK.
You can do this for any country by changing the DLL etc over to your keyboard.
Oh, nearly forgot, make sure you do a Guide Update after doing this (Tasks/Settings/TV/Guide/Get Latest Guide Listings)
I've been playing with coding a MCE Vista Plug-in for downloading Video's from Easynews of late, and I've come across a very useful command in the MCE developer documentation that I thought would be worth sharing.
If you start MCE on a Vista PC using c:\windows\eHome\ehshell.exe /widescreen Media Center will launch in Wide Screen (16×9) for you to test things etc, however the one slight downside is that it will only display in 16×9 when in windowed mode, and not full screen.
However it's great for testing how apps will look on a TV. But I'm sure you can find something else useful to do with it.