Tag: windows

  • How to pass through a USB device to a Windows Virtualbox VM

    Running a Mac with Windows running in a Virtualbox virtual machine? Here’s how to pass through a USB device so that whenever the VM (Virtual Machine) is running and the USB device is plugged into a USB port it appears in the Windows VM and not in Mac OS X. Open up Virtualbox and make sure that the Windows VM is not running:

     

    screen-shot-2016-09-18-at-10-55-51-pm

     

    Click on “Settings” at the top and you should see this screen:

     

    screen-shot-2016-09-18-at-10-56-07-pm

     

    Click on “Ports” (third from the right hand side in the icon menu at the top):

     

    screen-shot-2016-09-18-at-10-56-19-pm

     

    It defaults to Serial – click on USB:

     

    screen-shot-2016-09-18-at-10-56-26-pm

     

    Nobody wants to be using USB 1.1 (slow) so click on USB 2.0:

     

    screen-shot-2016-09-18-at-11-04-01-pm

     

    Then plug in your USB device that you want to pass through. In a nutshell, we will be setting up the specific USB devices we select on this screen to be passed through to the Windows VM whenever they are plugged in while the VM is powered on. If the virtual machine is closed down when you plug in the USB device the normal Mac OS X system will read the USB device as usual.

     

    Click on the icon on the right that has a little green plus and you should see a listing of USB devices that are eligible for passthrough:

     

    screen-shot-2016-09-18-at-10-59-16-pm

     

    In this instance we are selecting the SanDisk Cruzer Blade. Click on it.

     

    screen-shot-2016-09-18-at-10-59-27-pm

     

    Now you should see it listed under “USB Device Filters”. The USB controller has been moved to USB 3.0 in the above screen shot – ignore that, as USB 3.0 currently does not work on Windows 7 VMs. Click OK, and go back to the main Virtualbox screen. Safely remove the USB device from your computer and then start the Windows virtual machine.

     

    screen-shot-2016-09-18-at-11-04-40-pm

     

    If you have only just selected USB 2.0 for the first time you will probably see the above screen. Otherwise, you can now plug your USB device in:

     

    screen-shot-2016-09-18-at-11-05-12-pm

     

    …and it should be picked up as if it were plugged into a physical Windows computer:

     

    screen-shot-2016-09-18-at-11-05-21-pm

     

    All done. Now, if you look in Finder in Mac OS X you won’t see the drive:

     

    screen-shot-2016-09-18-at-11-05-42-pm

     

    Closing down the VM, though, and unplugging/reinserting the drive will make it show up as normal:

     

    screen-shot-2016-09-18-at-11-06-16-pm

     

    In the above screen shot it is appearing as “NO NAME”.

     

    All done! Incidentally, if you want a USB thumbdrive to work in both Windows and OS X you want it formatted into FAT32 or ExFAT rather than NTFS or Mac OS X Extended.

     

    If you wish to remove the USB device from the passthrough list, click on the USB device in the list and then click on the little red minus sign on the right hand side.

  • How to reset a user password in Windows without knowing the original password

     

    Today we were asked how to reset a Windows user password (in this case the administrator account for a Windows Home Server 2011 install) without knowing the original password. The user had a logged-in Administrator session but had typo’d their password twice successfully during the install and was not keen on reinstalling then repeating the several hours of setup they had just completed.

     

    If this happens to you, open up a CMD window with Administrator privileges (in the WHS 2011 example the CMD window automatically has these) and type the following:

     

    net user [username] *

     

    In this case:

     

    net user administrator *

     

    You will be prompted to enter a new password without having to provide the existing password first. To get a list of the users on the system, you can run:

     

    net users

     

    Use this for good, not evil!

  • Windows 8 or 8.1 – how to change default program for opening files

     

    Another Windows 8/8.1 question from someone who wanted to stop their OS opening PDFs with the default Win8 app and instead use SumatraPDF.

     

    Hit the Windows key to bring up the Start screen and type “defaults”. Then select Default App Settings and you’ll be presented with a screen showing a few common file types. Chances are the one you want won’t be there, so at the bottom there’s an option “Choose default applications by file type”, which will bring up a huge list. Navigate to your desired extension, click on the icon to change it and you’re done.