This guide describes several methods to install WinGet (Windows Package Manager) on Windows 10/11 LTSC.
✅ Tested working on Windows 10/11 LTSC Recommended minimum build: 22H2 Requires Administrator Rights
| Set-SmbClientConfiguration -RequireSecuritySignature $false | |
| Set-SmbClientConfiguration -EnableInsecureGuestLogons $true |
This guide details how to set up a clean rooted system.
The list of global Android hotkeys may be useful: https://github.com/Magicx-Breeze/Dawn/wiki/Default_Control_EN
Flash the image with the tool.
https://egpu.io/boot-camp-egpu-setup-guide/ https://www.reddit.com/r/eGPU/comments/qqbtrl/windows_11_egpu_does_it_work/ https://www.reddit.com/r/eGPU/comments/l7er2t/blackmagic_egpu_w_windows/h1qr5il/ https://www.reddit.com/r/eGPU/comments/l7er2t/blackmagic_egpu_w_windows/
Install the AMD Drivers before plugging in your eGPU and disable the internal GPU in device-manager, note that I have a working windows 10 with my razer core x plugged in. It doesn't crash but I also still have code 12 (in device manager - go to your egpu), which means it's basically useless that it is working for now, since "it doesn't have any ressource to work with (aka an external monitor... which it has....)".
Hope you can make it work and maybe just maybe u find a solution for error code 12. Cheers
scenario: you have a windows vm failing to boot with INACCESSIBLE_BOOT_DEVICE and changing the
disk type to ide or something else causes another bsod. how to you get it to boot up again without
a physical machine?
download the stable virtio drivers from here, in iso form: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso
add the iso to your qemu/virt manager config as a cd/dvd drive
windows should send you to the recovery mode screen, but if it doesn't you might have to run a windows install iso to get to it.
I never use the Dock and all it does for me is come in the way when I'm resizing windows or clicking on stuff I can't access using just my keyboard.
Here's a way to hide the Dock so it doesn't get in the way anymore.
Run the following commands in the terminal.
# Hide Dock
defaults write com.apple.dock autohide -bool true && killall Dock
defaults write com.apple.dock autohide-delay -float 1000 && killall Dock
| // Toggleable dark mode for those of us that care about that kind of thing. | |
| const toggleButton = '<button class="sidebar__toolbar-button rc-tooltip rc-tooltip--down js-button" aria-label="Toggle Dark Mode">D</button>'; | |
| function addDarkModeToggle() { | |
| const sidebarToolbar = $('.sidebar__toolbar'); | |
| // wait for the sidebar toolbar to be visible | |
| // this will also be false if the toolbar doesn't exist yet | |
| if(!sidebarToolbar.is(':visible')) { | |
| setTimeout(addDarkModeToggle, 250); |
| var ThemeEnabler = { | |
| isThemeOn: false, | |
| controls: null, | |
| onAppLoaded: async function() { | |
| this.checkCookie() | |
| do { |
| #!/bin/sh | |
| # | |
| # ztncui - ZeroTier network controller UI | |
| # Copyright (C) 2017-2019 Key Networks (https://key-networks.com) | |
| # Licensed under GPLv3 - see LICENSE for details. | |
| # | |
| TOKEN=`sudo cat /var/lib/zerotier-one/authtoken.secret` | |
| echo -e "This is the list of networks avaialble on this Network Controller:" |
| sudo apt update | |
| # sudo apt upgrade | |
| sudo apt install -y libcurl4-openssl-dev libplist-dev libzip-dev openssl libssl-dev libusb-1.0-0-dev libreadline-dev build-essential git make automake libtool pkg-config | |
| git clone https://github.com/libimobiledevice/libirecovery | |
| git clone https://github.com/libimobiledevice/idevicerestore | |
| git clone https://github.com/libimobiledevice/usbmuxd | |
| git clone https://github.com/libimobiledevice/libimobiledevice | |
| git clone https://github.com/libimobiledevice/libusbmuxd | |
| git clone https://github.com/libimobiledevice/libplist |