Oracle VirtualBox 7 | Windows guests auto-resize guest display

Host: Windows 11, 22H2, VirtualBox 7.0.4

I have one Windows 10 guest from last many years, upgraded through VirtualBox versions 5, 6. Recently I upgraded VirtualBox to 7. While Windows XP & Oracle Linux guests automatically resized the display on host, Windows 10 guest was adamant. Uninstalling and installing the guest addons didn’t help.

After scavenging through few posts over VirtualBox forums, came across one of them discussing about fixing the resizing issue by choosing “VBoxVGA”, though it was not supported. I decided to give it a try and Windows 10 guest resized the display when I toggled the “Auto-Resize Guest Display” from the view menu.

Then I shutdown the guest, changed the Display back to “VBoxSVGA” & the guest allowed me to resize the display using View menu & subsequent restarts were resizing the guest display as expected. However, there were times when I had to manually adjust the display size. Hope Oracle fixes this issue in coming releases.

Windows 10 |The device is being used by another application

Hello guys

Greetings! Yes, I know it was a long break. Trust me, I wanted to post many things, couldn’t as I was too busy (doing my actual job, traveling etc ;) )

Anyway, Windows 10 is never packed with less surprises. Recently I was going through a 4K video clip with multilingual audio tracks & realized that the much celebrated VLC player cannot play it, when the default Movie & TV windows app played the clip without a single break or lag. However, as soon as I tried to switch the default language from “Arabic” to “English” I started getting the error “The device is being used by another application” & the app stopped playing the video (lands on the gallery actually)

I was lucky enough to land on a page with correct solution. https://blog.pcrisk.com/windows/12516-how-to-fix-the-device-is-being-used-by-another-application & “Disable Allow Applications To Take Exclusive Control Of This Device Option” section helped me to finally get over with this major annoyance. Not just that, once done, the app remembers the audio track that you selected & plays the same when you open the same video clip next time! unlike VLC player.

If you landed on this page, looking for a solution, please go through the blog from pcrisk.com & they have multiple solutions to this issue and one of the solutions listed there should help you also.

Hope it helps few out there!

regards,

rajesh

Install Oracle 10g (10.2.0.3 onwards) on Windows 10 (Technical Preview)

We know it is too early, still as usual we are kicking in once again trying to install Oracle 10g onwards databases on an OS that’s in the early stages of testing/improvements.

If you are wondering whether Oracle 10g (10.2.0.3 onwards) could be installed on Windows 10 (TP), the shortest answer is yes and as usual the earlier hacks what we specified with http://simpleoracle.com/2010/02/18/install-oracle-10g-onward-database-developer-on-windows-7/ are still valid for the installation on Windows 10 TP

All you need to do is to add an entry to the refhost.xml file like following:

<CERTIFIED_SYSTEMS>
<OPERATING_SYSTEM>
<VERSION VALUE=”5.0″/>
<SERVICE_PACK VALUE=”1″/>
</OPERATING_SYSTEM>
<OPERATING_SYSTEM>
<VERSION VALUE=”5.1″/>
<SERVICE_PACK VALUE=”1″/>
</OPERATING_SYSTEM>
<OPERATING_SYSTEM>
<VERSION VALUE=”5.2″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows Vista–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.0″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows 7–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.1″/>
</OPERATING_SYSTEM>
<!–Microsoft Windows 8–>
<OPERATING_SYSTEM>
<VERSION VALUE=”6.2″/>
</OPERATING_SYSTEM>
 <!–Microsoft Windows 10–>
    <OPERATING_SYSTEM>
      <VERSION VALUE=”6.4″/>
    </OPERATING_SYSTEM>
</CERTIFIED_SYSTEMS>

You may safely ignore the warnings (if any) and proceed with the Installation. Please note, as usual we warn you not to install unsupported databases on newer Operating Systems as you may risk with your valued data. Below, few screen shots from our installation attempt which was successful.

1

2

3

You will be prompted to install .NET Framework 3.5 (That includes .NET 2.0 and 3.0), and we suggest you install it for better stability of the database

4

6

7

8

That’s all folks

for Windows7bugs

rajesh

Install Windows 10 Technical Preview on Oracle Java VirtualBox

This is our first post after months long break. As Microsoft has released the technical preview for their forthcoming OS “Windows 10” we are once again engaging ourselves to try out “Uncertified” Oracle products over a possibly half cooked OS in the preview state.

Scenario:

Host: Windows 8.1 64Bit Professional

Intel i5, 8GB Memory, 1TB HDD (Dell E6420 14” laptop)

Java VirtualBox 4.3.16 r95972

image

We will try explain how to install Windows 10 Technical Preview on VirtualBox in next few steps

Windows 8.1 comes with Hyper-V enabled default. If you are planning to try out the 64Bit version of technical preview, make sure you disable Hyper-V from “Windows features”

image

Uncheck the Hyper-V & restart the computer when prompted.

In order to download the Technical preview you must signup for Windows Insider Program (http://windows.microsoft.com/en-us/windows/preview)

We are sure, if you are an enthusiast wanting to try out the preview, you are already a half geek, who knows how to signup something very straight forward like “Windows Insider”

Download your choice of technical preview, 32Bit or 34Bit ISO file. The file is on disk is 3.81GB, so if you have a slow connection, start download, have a nap. We are on a 12MBPS fiber connection and it took around 50 minutes for the download to finish!

image

Start Oracle VirtualBox now

image

Create a new Virtual Machine (Follow the images)

image

Based on available memory on your computer, setup the maximum memory you can allocate for the VM. We suggest a minimum 4GB for better performance

image

Create a virtual drive now, minimum 20GB is recommended

image

Complete the Virtual Disk creation based on your preferences (eg: location, VDI or VMDK)

We just created a new VM, however remaining are few more settings. Let us analyze what kind of choices were made by VirtualBox for our new VM until.

General

9

System

Change the number of processors to 2, if you have more cores.

11

Finally load your ISO file to the IDE controller.

12

Save the changes by clicking “Ok” and let us start the VM finally, thus initiating the installation process

13

Based on the language selection you made prior downloading the ISO file, you will be prompted to start the installation after couple of minutes waiting

14

Follow the prompts and Select “Custom” installation while prompted.

15

Rest assured, wait for the installation to complete.

16

We opted to go with “Express settings” for the installation

17

You will be asked to sign in with a Microsoft Account next, just select “Create a new account”, that will allow you to “Sign in without a Microsoft Account” option

18

Once a local account created, you will go through the same Windows 8/8.1 setting up procedure, stay calm

19

That’s it folks, now you have completed the installation of Windows 10 Technical Preview using Oracle VirtualBox!

It’s time to click on the “Start Menu” button Winking smile

21

for Windows7bugs

rajesh