Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

spacer

Archive for the Windows 2008 Category

07.16.2010

VMWARE virtual server under Windows 2008 loses network connection and shows disconnected

Running Window 2008 R2 server and VMWARE v2 with 3 virtual machines, we frequently find that after a restart, or loss and regain of network connectivity to the server that the virtual machines can no longer be contacted over the network.
pening the VMWare infrastructure web access and the console for that particular machine shows no [...]

04.29.2010

Windows 7 or Windows 2008 add quicklaunch toolbar

By default Windows 7 and 2008 no longer display the quick launch toolbar. Some users prefer this to the new taskbar method of pinning programs. The problem with pinning is you cannot create distinct shortcuts to particular files, you can only group like files on the program that executes it.

To add the quick launch toolbar [...]

04.22.2010

Windows 2008 Block or deny specific user remote desktop terminal services access

In group policy go to Computer Configuration\Policies\Security Settings\Local Policies\User Rights Assignment
Define the Deny log on through Remote Desktop Services policy
Add the users or groups you want to block from user remote deskop
Regards
Brendan King

04.20.2010

Because of a protocol error this session will be disconnected using terminal services remote control in windows 2008 R2

When you try to remote control another session on a Windows 2008 R2 terminal server you may receive the message.
Change the RDP Compression setting on the server to “Balances memory and network bandwidth” (recommended) or “Optimized to use less memory” using Group Policy. If using Windows Server 2008 R2 you may also choose “Do not [...]

04.16.2010

Hyper V recreating Virtual Machine Failed to Create external configuration store General access denied

Having copied a Hyper-V VHD file from one server to a new server I ran through the Hyper-V wizard to create the new machine pointing to the existing VHD file.
Failed to create external configuration store at c:\Virtual Machines’: General access denied error
 I found that if I created a new virtual machines folder c:\Virtual Machines 2 [...]

04.14.2010

How to change network location on Windows 2008 server

Open the Local Security Policy
Select Network List Manger Policies
Right click on the Network name and properties. Set the required properties

04.10.2010

Outlook 2007 slow to open

I recently installed Outlook 2007 on a HyperV Windows 2008 R2 server terminal server talking to Exchange 2010 on another HyperV on the same box.
The server is a Dual Xeon with RAID 10 SAS drives pumping out 800Mb/s throughput yet Outlook 2007 would take about 8 seconds to open. Rubbish!
I found by disabling all add-ins [...]

04.10.2010

Set Google Australia as default search provider in Internet Explorer 8 IE8 using group policy

Save the text below as IE8Search.adm and then link the group policy.
Regards,
Brendan King
CLASS USER
CATEGORY !!WindowsComponents
CATEGORY !!InternetExplorer
POLICY !!PopulateSearchProviderList
   #if version >= 4
   SUPPORTED !!SUPPORTED_IE7
   #endif
   EXPLAIN !!IE_Explain_PopulateSearchProviderList
   KEYNAME “Software\Microsoft\Internet Explorer\SearchScopes”
   VALUENAME Version
   VALUEON NUMERIC 65001
   ACTIONLISTON
    KEYNAME “Software\Microsoft\Internet Explorer\SearchScopes\{C003E69C-00DE-4439-A922-BFA17117197F}”
    VALUENAME DisplayName  VALUE “Google Australia”Â
   Â
    VALUENAME URL               VALUE “http://www.google.com.au/#hl=en&source=hp&q={searchTerms}&meta=&aq=f&aqi=g3g-s1g6&aql=&oq=&gs_rfai=&fp=18a51b3ed23f0245e”
   END ACTIONLISTON
  END POLICY
POLICY !!DefaultSearchProvider_GoogleAustralia
   #if version >= 4
   SUPPORTED !!SUPPORTED_IE7
   #endif
   EXPLAIN !!IE_Explain_PopulateSearchProviderList
   KEYNAME “Software\Microsoft\Internet Explorer\SearchScopes”
   VALUENAME Version
   VALUEON NUMERIC 65001
 ACTIONLISTON
  KEYNAME “Software\Microsoft\Internet Explorer\SearchScopes”
  VALUENAME DefaultScope VALUE {C003E69C-00DE-4439-A922-BFA17117197F}
    Â
 END ACTIONLISTON
END [...]

08.4.2009

Tuneup registry cleaner delete fonts making everything garbled

Running a registry clean using tune-up on a Windows 2008 server detected Missing fonts. Selecting to clean up the missing entries caused all the fonts to display as wingdings or other characters, making the system unuseable.
We had a similar issue with a different registry cleaner on a Windows 2003 server recently also.
I re-enstated the fonts [...]

07.28.2009

Thumbnails not showing in explorer in Windows Vista or 2008 server

If you are having and issue in that you are only seeing icons instead of thumbnail pictures in windows explorer, go to Organize -> Folder and Search Options

Go to the view tab and remove the check box for Always show icons, never thumbnails.