Skip to content

Windows

Raven edited this page Mar 1, 2024 · 6 revisions

Windows Notes

Setting Up a Windows VM

  1. Visit https://www.microsoft.com/en-us/software-download/windows10ISO
  2. Select Windows 10 (multi-edition ISO)
  3. Select English (united states)
  4. Select 64-bit download
  5. open virtualbox gui
  6. Select "New"
  7. Give vm a name
  8. Select the iso file you downloaded in step 4
  9. Make sure "type" and "version" are correct (Microsoft Windows and Windows 10 64-bit)
  10. Leave "skip unattended installation" unchecked
  11. Set username and password (vagrant/vagrant works)
  12. Enter the product key.
  13. Click next
  14. Set memory and processors. Allocate at least 4 GB of memory and 4 processors.
  15. Click next
  16. Select Create Virtual Hard Disk Now
  17. Create the vm
  18. To fix slowness in Windows virtual machine in VirtualBox (Intel): Open the file /Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents/Info.plist Find the line that says NSHighResolutionCapable and change to . This may need to be repeated every time VirtualBox is updated. (Source)

Recovering Windows (ex from a laptop that was converted to Linux) on Dell

  1. On boot press F12 to enter the one-time boot sequence
  2. Use the Dell OS Support Recovery Assist
  3. This can be done over Wi-Fi. The network you connect to must not have any spaces in the password. There could be other invalid special characters.
  4. If this completes you're done! If not read on...
  5. Try changing from RAID to AHCI.
  6. GOTO 1
  7. Create a Windows install USB key. I've had the best luck doing this from a Windows computer. https://support.microsoft.com/en-us/windows/create-a-recovery-drive-abb4691b-5324-6d4a-8766-73fab304c246#WindowsVersion=Windows_11
  8. Enter the one-time boot sequence and boot from the USB.
  9. In the installation drive selection step delete all existing drives. Don't finish the install. GOTO step 1.
  10. If none of that worked you're on your own:/ In bocca al lupo!

Skipping Windows Account Creation

Windows tries to force you to sign in or create a Windows account on first login. To circumvent

  1. On screen that says "Let's get connected to your network" enter shift+F10 to open a command prompt
  2. Enter OOBE\BYPASSNRO. Windows will reboot.
  3. On boot you will go back to the "Let's get connected to your network" screen. Except this time there will be a "I don't have internet" option. Select this.

In the event that you connected to your network and got to the Windows Account Creation screen

  1. Enter shift+F10 to open a command prompt
  2. Enter netsh wlan disconnect
  3. Reboot
  4. Do the OOBE\BYPASSNRO flow above.

Encryption

https://support.microsoft.com/en-us/windows/turn-on-device-encryption-0c453637-bc88-5f74-5105-741561aae838

Clone this wiki locally