Monday, 24 October 2011
HP PSC 2410 Photosmart keeps clicking when turned on, won't print
The problem was caused by dirty glass and the scan sensor not responding correctly. Dismantling the top of the scanner to clean it is straightforward - once you know the magical HP sequence to dismantle the top and take the 5 screws out.
You'll need a Torx T-10 screwdriver and to take a look at the photos in this HP document
http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00553775&cc=us&lc=en&dlc=en&product=303753&dlc=en&lang=en
Basically, unclip the scanner cover, undo the 3 screws, prise the control panel cover off from the front edge. Gently push the catch into the hole below the Black copy button. Slide the panel towards the front. You'll find 2 more screws under there that will release the glass. Clean the underside and re-assemble.
Friday, 21 October 2011
Unexpected shutdown after restart of SBS 2011 on Hyper-V with Remote Desktop
I noticed this particular server always gives an Unexpected Shutdown after I click Restart once the updates are loaded. Also if I manually choose to Restart.
Couldn't see what was causing it until I came across this thread where a load of people with Blackberry Enterprise Server were having the same problem (this is a Dell Poweredge by coincidence too).
http://social.technet.microsoft.com/Forums/en/winservergen/thread/d10b8ba4-5b1a-440f-bc3c-2e8d02d10896
Scroll most of the way down for the post from JakesRNC. Its a quick and dirty fix but does the job. Putting 'net stop "Blackberry Controller" in the shutdown script for the server with Group Policy.
On the server,
Start > Run > gpedit.msc
Computer Config > Windows Settings > Scripts > Shutdown
Add a script with
name = net
parameters = stop "Blackberry Controller"
Tuesday, 11 October 2011
Symantec Mail Security ate all my disk space
I deleted it, but within a couple of minutes the free disk space had gone again. A scan of folder sizes using my old trusty dirsize.exe (and a second opinion from FolderSize) didn't show the culprit. The space had just disappeared. After rebooting the server and stopping the Mail Security services another log file appeared in the same directory.
Installed the latest version of SMSMSE (6.5.6.268) but it was still a problem. Turned out to be corrupt virus definitions and corrupt spam rules (Brightmail)
Shut down all three SMSMSE services,
delete the VirusDefs0000000x folders from C:\Program Files (x86)\Common Files\Symantec Shared\definitions\AntiVirus
and delete the following from C:\Program Files (x86)\Symantec\SMSMSE\6.5\Server
- bm_ruleset folders
- .sequence.0 and .sequence.2
- hashes
- blrm
Then run Liveupdate with certified definitions from SMSMSE Admin Status page
Thursday, 22 September 2011
IE 9 won't open or save attachment in OWA webmail on SBS
Thursday, 21 July 2011
I can't open the Word/Excel attachment in email
If you receive an email with a file attached and the filename ends with DOCX or XLSX or PPTX that you can’t open with your version of Word/Excel/Powerpoint, its probably because the file is saved in the new format for Office 2007 and Office 2010.
The older versions of Office 2000, 2002, 2003 can’t open these without an update.
Microsoft have made a converter available as a free download:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=3
Alternatively you can upgrade to the latest Office 2010 Home and Student (3 pack) for around £89 or
if there’s a pupil or older student using the computer, buy the special education version of Office 2010 Professional Plus from
www.software4students.co.uk approx. £40
You just have to specify the school/college/uni and students name
QR code generator for address details
Tuesday, 19 July 2011
AVG 2011 Internet Security Business Edition reports NDIS driver not found
One of the laptops running Windows XP SP3 failed to uninstall the previous version properly then screwed up the install of the new one.
When you opened the AVG Console, the Firewall reported an error 'NDIS driver not found'.
Running a repair install didn't help and that article about manually installing the AVG Network Filter Driver from Local Area Connection properties didn't work either.
I did an unistall of AVG and was still connected to the Internet and network ok, however when I looked in Network Connections there was no Local Area Connection and no Wireless Connection.
To fix that I went into the Device Manager and uninstalled both LAN and WLAN devices. Then did a Scan fro Hardware Changes to reinstall them. That did the trick and AVG 2011 reinstalled successfully after that, presumably finding the NDIS that had been MIA.
Rather than doing a full AVG uninstall and reinstall, maybe worth testing if uninstalling and reinstalling the LAN and WLAN devices recovers the NDIS error ...
Sunday, 12 June 2011
SBS 2003 mailbox limit and warning over 2GB
At one particular client that didn't work and he kept getting daily warnings, which in turn meant I got a daily prompt ;-) There is a global setting that affects all mailboxes fortunately and it worked at this particular client.
I tracked down an article to set the global mailbox limit higher than 2GB. Use ADSIEDIT but drill down to the attributes at this location:
Wednesday, 20 April 2011
Move Sage Payroll data
It was surprisingly straightforward! I just copied the Company.001 directory from the PC's payroll directory in to a shared folder on the server.
Then ran the latest Payroll setup CD on another PC and told it to open the payroll.mdb from that shared location when prompted.
The answer to telling the original standalone PC to switch to the network data was prompted by this post http://www.great-one.co.uk/archives/132
But on this version of Payroll I had to copy the paydata file from the new PC to the old.
Advantage of doing this was I could easily revert to the standalone Payroll if there was a problem with the network version.
Friday, 18 March 2011
Recover Administrator domain password for server 2008 (and SBS 2008) on Hyper-V
(That is the Windows command key near the bottom left of the keyboard pressed at the same time as the 'u' key)
Follow these instructions from woutware
http://www.woutware.com/blog/post/How-to-reset-the-domain-administrator-password-on-Windows-Server-2008-with-just-the-Windows-Installation-Disk.aspx
(He's also got a link to a Youtube video in case you're having trouble)
which are basically:
* Insert the original Windows Server 2008 installation DVD.
(You'll need to do this in the Hyper-V settings to allocate the drive to the guest OS)
* Reset the computer, boot from DVD.
(watching for the press a key prompt)
* Choose option "Repair your computer".
* Start command prompt.
* C:\
* CD C:\Windows\System32
* MOVE Utilman.exe Utilman.exe.bak
* COPY Cmd.exe Utilman.exe
* Restart windows
* At the login screen, type Windows-U, this fires up cmd.exe now
* NET USER administrator
* Presto! Login as administrator!
* Now repair computer again and move the original Utilman.exe back.
Now if your server is virtualized with Hyper-V you'll be connected via Remote Desktop or Hyper-V Manager. Pressing Windows-U starts the accessibility program on your local PC not the remote server session.
The trick is to run the remote session in full screen mode (note this is different from maximised). On Hyper-V Manager you can get that option from the View menu or you can press Ctrl-Alt-Break.
In full screen mode, the Windows-U command will be successfully passed to the server and you can complete woutware's instructions to load a command shell and use the NET USER command to reset the password.