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
Hello manufacturer. Good device. But software we want to customize. If you allow, we will buy more.
Despite being advertised as "4K 1080P", it really downscales those to 720P.
But for 28.50 EUR from Amazon Warehuose Germany in 2025, one can't exactly complain. https://www.amazon.de/dp/B0DSP74YQW
Chengdu Hotack Technology Co., Ltd. is the OEM?
| 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.
| Yoga Android 7.1.1 update notes! | |
| Models: YB1-X90F and YB1-X90L (LTE needs to be added back, not covered here) | |
| seamonkey420 | |
| created: 9/21/2024 | |
| updated: 10/16/2024 | |
| Wait to plug in yoga to pc! | |
| Pre-req work: |
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 { |