Recent content by garlin


  1. vs2022 can not display any Chinese in the output debug window only ??????????/

    I'm not a dev, but my work experience teaches me this is probably a coding or tools-related problem. And resetting part of Windows isn't the first step to fix it. Replying to most threads with a pre-posted video can be a disservice. What a few folks forget about the 80/20 rule -- is when to...
  2. vs2022 can not display any Chinese in the output debug window only ??????????/

    What does this advice have to do with Visual Studio? This question is whether an app is written to support UTF-8 characters in all dialogs.
  3. Privacy and Security Change BitLocker Drive Encryption Method in Windows 11

    Can you open a locked BitLocker volume without using Windows features? So far, no. That meets most definitions of "proprietary".
  4. Privacy and Security Change BitLocker Drive Encryption Method in Windows 11

    BitLocker is proprietary, it's Windows encryption product. Non-Windows systems can't open BitLocker volumes. Open source vs. closed is a different argument.
  5. Copilot in Europe?

    But it's a clean Start Menu...
  6. Installing WII on a Windows 10 machine with no OS

    This is a Dell 7740, part of Dell's Precision product line which is targeted to working professionals. At a minimum, it's bundled with Pro.
  7. Installing WII on a Windows 10 machine with no OS

    W10 & 11 share the same product key, for any given edition. W10 Pro = W11 Pro. For a clean install, Setup will detect the Dell's OEM product key and automatically use it for activation. MS may have already associated the PC's HW ID with a digital license for Pro (if you were online with W10)...
  8. Solved Strange behavior of the Photos app

    Windows Photos app (2024.11050.3002.0) does require WinAppRuntime 1.5. Presuming your Photos app isn't corrupted, you should be able to update default file associations thru Settings / Apps / Default Apps / Choose defaults by file type.
  9. Cannot Mount ISO File

    ISO's are filesystems contained inside a volume. It takes virtually no time to mount them. More likely, if your instructor included a few VM's, those are large single files which your current real-time scanner (Defender?) might take a long time to scan through.
  10. Solved How can I make W11 File Explorer just like W10

    I've been playing with Windhawk. While its installer & UI are a bit slow, it's free and has modules for restoring the classic Explorer Ribbon, and hiding Recommended items from the Start Menu.
  11. Cannot Mount ISO File

    Do you have a bundled 3rd-party Anti-Virus product? It might be blocking it. Another way to check if this ISO isn't corrupt, is to open the file with 7-Zip and browse the contents. That won't answer the question of why it's not mounting, but can confirm if the ISO's valid.
  12. Device manager orange entries

    Very likely missing the Intel Management Engine driver, among other features.
  13. Solved How to Remove Items in Defender History

    You need to have Admin rights, in order to create a Scheduled Task. The original script used a loophole to subvert the task's run-time identity to be TrustedInstaller. But the current version only needs to run the task as SYSTEM. The script doesn't have any more power than you in a Admin...
  14. Personalization Choose App or Widgets to Show Detailed Status on Lock Screen in Windows 11

    For the impatient crowd: vivetool /enable /id:47921515,47921574 https://www.elevenforum.com/t/use-vivetool-to-enable-or-disable-hidden-features-in-windows-11.20291/
  15. Solved How to Remove Items in Defender History

    There's nothing special about the elevation code. Some devs do elevation checks in the "wrong way", by running a privileged command and checking the exit code for failure. Since we're using PS, it's more direct to check if we have the Administrator role. Otherwise, it's the normal -verb Runas...
Back
Top Bottom