To change the size to big (normal keyboard), use two fingers at the sides and drag outwards. It will change bigger and then snap to the bottom to full size!
Sunday, February 14, 2021
iPad keyboard is too small and is floating around
Saturday, February 13, 2021
Games cannot be run in Windows Sandbox, with DirectX error (no gpu support from host)
To allow games to be played via Windows Sandbox, do the following. The below configuration will allow Virtual Gpu in Windows sandbox and map a folder from your system to the sandbox system so you can copy or view from one to other. By default virtual gpu is not enable and hence most of the directx apps wont run and give errors
- Open notepad
- Paste the below in notepad
- <Configuration>
<VGpu>Enable</VGpu>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\Games</HostFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
</MappedFolders>
</Configuration> - Copy your game files/folders in C:\Games
- In notepad, select in menu File -> Save As
- Change "Save as type" to All Files (*.*)
- Enter the file name as Sandbox.wsb
- Save in a location that you remember (Example in Desktop)
- Close notepad
- Double click Sandbox.wsb (in Desktop assuming this is where the file is saved)
- Once Sandbox loads, in the sandbox Desktop, there should be a folder called "Games"
- Double click this folder and run the game executable
This is how my config looks
In case you do not have Windows Sandbox enabled (ie; Getting error How do you want to open this file while clicking to open)
- Start -> Turn Windows features on or off
- Check "Windows Sandbox"
- Press OK
Some of the errors while vgpu was not enabled:
Failed to create Direct3D Device. Please check that your drivers are up-to-date. Alternatively try switching your computer to a lower resolution to reduce graphics memory requirements.
Faulting module name: d3d10warp.dll, version: 10.0.19041.546, time stamp: 0x2bbb3470
Exception code: 0xc0000409
Fault offset: 0x002d6b32
Faulting module path: C:\Windows\SYSTEM32\d3d10warp.dll
Turn on Windows 11 Fast Boot
If windows starting is slow, to enable windows 11 fast startup/boot, Press Windows + R, type powercfg.cpl, and hit Enter. This will direct...
-
Get a trampoline, drag the Ninja and smash him onto the trampoline so he bounces off outside and lands on feet. that's it It wont wor...
-
Posting a JSON string to server using a proxy var httpClientHandler = new HttpClientHandler { Proxy = new WebProxy ( " htt...
-
From the example in the home page help here https://github.com/confluentinc/confluent-kafka-dotnet#basic-consumer-example Change belo...