content top

Install SBS 2010 on HP ML110 G6

http://alanhardisty.wordpress.com/2011/05/25/installing-sbs-2011-on-an-hp-proliant-ml110-g6-server-woes-resolved/

Read More

How To: set the default printer for all users on a Windows XP computer

If you want to make sure that each and every person who logged onto a particular machine would have the same printer set up as their default. Follow these steps:

  1. Create a batch file by going to My Computer, choose the root file path of the hard drive (usually C:), right-click on some empty space and select ‘New Text Document.’
  2. Next, open your new text document and type in one of the following lines:
    • If you have a networked printer, type rundll32 printui.dll,PrintUIEntry /y /n\\%printername%
    • If you have a local printer, type rundll32 printui.dll,PrintUIEntry /y /n”%localprintername%”
    • Choose ‘Save As’ in Notepad and change the type of file from Text (.txt) to ‘All Files.’ Name it something like ‘printer.bat’ (the ‘printer part is not important, the .bat part is) and save it to the C: drive.
    • Go to ‘Start,’ choose ‘Run,’ and type ‘gpedit.msc’ to launch the Management Console.
    • Under ‘User Configuration,’ ‘Windows Settings,’ you will find ‘Scripts (Logon / Logoff).’ Double-click on ‘Logon’ in the main window (to the right) and choose ‘Add’ to add a new script.
    • Browse for your batch file (should be on C:). You don’t need any additional parameters. At this point, every user that logs in will have their default printer reset to the one you want.
    •  

Read More

Running Bootcamp 3.0 on Windows XP x64

:Start

Running Bootcamp 3.0 on Windows XP x64

Problem The installer displays the following message:

“Boot Camp requires that your computer is running Windows XP Service Pack 2 or Windows Vista.”

Solution

Alter the Launch Condition on the BootCamp64.msi to include the XP x64 operating system (code 502). Install the program Orca to edit MSI files. Move the entire bootcamp folder to the local disk. Open Orca and select the BootCampx64.msi (usually stored in \BootCamp\Drivers\Apple\ navigate to Launch Control and change the appropriate condition to include the code 502.

Read More
content top