Microsoft
How to Fix Audio Issues with ASRock Motherboards and Windows 8 / 8.1
1Some owners of ASRock motherboards have installed Windows 8 / 8.1, only to find that despite installing drivers, no sound can be heard from the audio controller.
To resolve this, ASRock has released a little known fix which, after executing, will make a change to the operating system to allow audio to play.
The fix can be downloaded below:
Download ASRock Enable Audio Fix
Simply run the executable and reboot the machine.
This worked for my P67 Transformer motherboard.
Disclaimer: I can accept no responsibility for any damage or data loss caused by the installation of this fix.
Bulk Approval of Updates in Windows Small Business Server 2008 and 2011
4The inclusion of WSUS in Windows SBS (Small Business Server), is extremely useful for larger small business networks of more than 5 machines, and provides functionality for installation of all applicable Windows Updates to all machines on the network.
Updates can be set to be auto-approved by the SBS Console by selecting the High option in the Software Update Settings dialog. However, optional updates can never be auto-approved.
I came across a server recently with over 100 unapproved optional updates, including Internet Explorer 9/10. So in this scenario, I thought… “OK, I’ll just hold the shift key, and select them all”.. but no. In Microsoft’s infinite wisdom, this time-saving feature is not deemed important enough. Sigh.
So, I was obviously not going to sit there clicking each update, approving it, and acknowledging two message boxes, and then waiting 10-15 seconds for the list to refresh, that would be like picking rice krispies off the floor one by one, painstaking!
To get around this problem, you can use the big boys’ tools provided by WSUS, known as the Update Services Console.
As many admins will know, SBS is a very specific and highly tuned installation of Windows Server, Exchange, WSUS and Sharepoint, so it’s not recommended to go fiddling about with stuff behind the scenes which can otherwise be done in the console, otherwise you may end up having to follow one of these repair guides. However in this situation, I think we can safely approve some updates using the native WSUS tools, however there are a couple of things you do have to watch out for.
Approving Updates
SBS creates three additional groups which it uses to control which machines receive updates, and which don’t (see right). They are fairly self explanatory, Excluded Computers can be controlled via the SBS Console, Client Computers are machines running XP, Vista, 7 or 8, and Server Computers are servers. Unassigned Computers is a default group, and is not normally used in SBS.
To approve remaining optional updates, select All Updates from the left pane, and select Unapproved, and Failed or Needed from the two drop down lists at the top of the window.
After clicking the Refresh button, you should see a similar number of updates to what is displayed in the console.
In this view, you can now use the Shift and CTRL keys to select multiple updates. Scroll through the list and select all updates which are applicable to client machines (i.e XP, Vista, 7 or 8), including any other software such as Office, and… believe it or not, Skype.
Click the Approve button on the actions pane, and under Update Services Client Computers click the button, and select Approved for Install. Click OK, accept any license agreements, and after a few seconds you should see them all approved. Click Close, and then refresh the list. Do the same for all the server updates, except choose Update Services Server Computers.
There are some updates which may be applicable to both groups. If you are in doubt about any updates, go back to the SBS Console, refresh the list, and approve them there.
You should now end up with a clear list!
SQL Custom Ports
0I’ve been setting up an SQL Server for a small business, and since our server company has blocked the default port, I have had to choose an alternative. After configuring the ports in various places – Windows Firewall, SQL Configuration Manager – I found that whatever I did would not work.
After a bit of searching, I found the answer.
When entering the server name into the field, instead of using the traditional ‘host:port’ scheme, Microsoft have decided to use a non-standard approach.
The correct naming scheme is: Host,Post\InstanceName (note the comma!)
Try it, worked for me. Leave a comment if you can’t get it to work.
After a Windows repair you receive the message "This copy of Windows must be activated with Microsoft before you can log on. Do you want to activate Windows now?"
0I recently repaired a laptop which was blue-screening at boot and then looping round and round. I tested the RAM and Hard drive and both seemed fine, so, since it was XP I decided to try and run a Windows repair. All went well until I came to the logon screen. I clicked the username to log on, and up popped the all familier “This copy of Windows must be activated with Microsoft before you can log on. Do you want to activate Windows now?” message. I clicked ‘Yes’ and after a bit of churning, nothing happened. So, what should I do? I couldn’t get into Windows at all, not even in Safe Mode, so after a bit of searching around I came across the solution:
- Shut down the computer and reboot. Whilst rebooting, tap ‘F8’ multiple times until a menu appears with a number of options.
- Using the arrow keys, select ‘Safe Mode with command Prompt’ and press Enter.
- After a while, select ‘Administrator’ as the username (this will also work with other users too) and a command prompt should appear.
- Type the following command exactly as you see it and press enter.  rundll32.exe syssetup,SetupOobeBnk
- Restart the computer and log on. You should now be able to log in.
After I had completed these steps, I still could not open the Activation window in order to activate the copy of Windows. So after a bit more searching around, it became apparent that the Activation dialog is dependent on Internet Explorer, and since after I had discovered that IE was not working, it became obvious to reinstall it.
- If IE 8 is already installed, go to Start, Control Panel. Switch to Classic Mode and select Add or Remove Programs.
- Check the box labelled ‘Show Updates’ and then scroll to the bottom where you will find ‘Windows Internet Explorer 8’
- Follow the steps to uninstall this.
- Restart the computer and in the mean time, visit this page on the Microsoft website, and download Internet Explorer 8. Transfer this onto the computer and then install.
- Once installed, you should be able to Activate windows.
I hope this helps.