Search:

Type: Posts; User: garlin

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds; generated 2 minute(s) ago.

  1. Thread: Reinstalling IE Engine by garlin
    Forum: Browsers and Email
    Replies 10 Views 161

    If you're less technical (not into coding), then...

    If you're less technical (not into coding), then try Chris Titus' winutil:
    GitHub - ChrisTitusTech/winutil: Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates

    It...
  2. Thread: Reinstalling IE Engine by garlin
    Forum: Browsers and Email
    Replies 10 Views 161

    There are quite a few PowerShell-based debloating...

    There are quite a few PowerShell-based debloating or anti-telemetry projects out there. Many of them overlap in basic features. It comes down to "do you trust the dev's defaults?", or are you...
  3. Thread: Reinstalling IE Engine by garlin
    Forum: Browsers and Email
    Replies 10 Views 161

    I'm not really a fan of Ameloriated's current...

    I'm not really a fan of Ameloriated's current model. What started out as an open, extensible architecture looks more and more closed source. It's a shame that AtlasOS and ReviOS are kinda stuck...
  4. Thread: Reinstalling IE Engine by garlin
    Forum: Browsers and Email
    Replies 10 Views 161

    I would look in the Playbook, and see what actual...

    I would look in the Playbook, and see what actual package(s) they removed. The other way is rebuild another image identical to your current install, except with IE intact. Now do a repair...
  5. Replies 2 Views 114

    When you see the yellow Explorer banner to...

    When you see the yellow Explorer banner to "enable Network Discovery", then Windows will automatically enable services and unblock the firewall. But if you're scripting commands, then you have to do...
  6. Thread: Reinstalling IE Engine by garlin
    Forum: Browsers and Email
    Replies 10 Views 161

    Two options: 1. Find your installed W10 build...

    Two options:

    1. Find your installed W10 build version on uupdump.net. Select the build, and Browse Files -> "Explorer". Download and install the...
  7. Replies 3 Views 241

    It's your sysprep. I don't know what really...

    It's your sysprep. I don't know what really happened, but something trashed the XML between lines 175 and 178.

    Since there's a serious integrity issue, I would start over with a clean image and...
  8. Replies 3 Views 241

    The error log calls out the specific reason: ...

    The error log calls out the specific reason:

    2024-04-24 16:28:59, Error SYSPRP SysprepSession::Validate: Error loading action XML file C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml,...
  9. Replies 10 Views 35,011

    FYI - Your script sends a F5 key press. This...

    FYI - Your script sends a F5 key press. This keyboard shortcut for turning on the Wireless may not work for all PC brands or models. Also it doesn't actually check if the device actually connected.
  10. Thread: Back to W10 by garlin
    Forum: General Support
    Replies 33 Views 2,057

    Does your default browser settings protect you...

    Does your default browser settings protect you against opening "malicious files"?

    Copy the same text into in a new file: 22H2.reg


    Windows Registry Editor Version 5.00

    ; Created by: Shawn...
  11. Thread: Back to W10 by garlin
    Forum: General Support
    Replies 33 Views 2,057

    Download this reg file from Brink's tutorial:...

    Download this reg file from Brink's tutorial:...
  12. Replies 1 Views 684

    So basically the Store team has re-invented a...

    So basically the Store team has re-invented a self-extracting EXE sideloader for UWP apps that contains all the dependencies packages in one file? Just like how Dell or HP's crapware apps are...
  13. Replies 6 Views 585

    Those are temporary Word save files. If they're...

    Those are temporary Word save files. If they're too old, then it's likely they're not linked to recent documents you've opened or edited. Even if you could inspect the file contents, you would...
  14. Replies 4 Views 317

    Long story short, before everyone jumps in with...

    Long story short, before everyone jumps in with their weird timeserver reset scripts and nonsense:

    Try pool.ntp.org as your timeserver. It tends to work better than time.windows.com for some...
  15. Thread: Back to W10 by garlin
    Forum: General Support
    Replies 33 Views 2,057

    If your PC was silently upgraded to W11, it's...

    If your PC was silently upgraded to W11, it's possible it will be selected again in the future.

    Follow this guide to prevent that:
    How to Specify Target Feature Update Version in Windows 10
  16. Replies 981 Views 1,045,867

    Installation & Upgrade It's not a good idea to split unattended files...

    It's not a good idea to split unattended files (for a beginner). There is a specific search order for when/where Windows install looks answer files and what they need to be named. Having a single...
  17. Thread: Microsoft Store totally broke? by garlin
    Forum: Software and Apps
    Replies 11 Views 649

    When DesktopAppInstaller app is available (and...

    When DesktopAppInstaller app is available (and hasn't been removed), then it will install any Appx or MSIX package file by clicking from Explorer. It will silently download any dependencies in the...
  18. Replies 19 Views 1,191

    Regardless of the Windows driver status, if you...

    Regardless of the Windows driver status, if you don't get a Link Light from plugging in the cable -- then it's a physical issue. Wiggling the cable indicates it's either a damaged cable, or a bad...
  19. Thread: VS Studio Code Background Update? by garlin
    Forum: Software and Apps
    Replies 3 Views 335

    Three different methods are listed under: Use...

    Three different methods are listed under:
    Use command-line parameters to install, update, and manage Visual Studio

    1. Check if you need to refresh the VS installer. If it's current, re-run the...
  20. Replies 4 Views 443

    Just removing registry keys doesn't clean up the...

    Just removing registry keys doesn't clean up the files left behind in "\Windows\System32\Windows Tasks".

    That's why you use schtasks.exe or PowerShell commands to disable or delete them.
  21. Thread: Windows Security Always Detect audiodg.exe as virus by garlin
    Forum: AntiVirus, Firewalls and System Security
    Replies 10 Views 808

    "C:\ProgramData\WindowsTask" doesn't appear to be...

    "C:\ProgramData\WindowsTask" doesn't appear to be a legitimate Windows folder. So this file is probably suspect. You might want to check if any other files exist in that folder.
  22. Thread: AutoUnattend.xml Partitioning Failure by garlin
    Forum: Installation and Upgrade
    Replies 65 Views 72,550

    Sorry. This hack of changing your language to...

    Sorry. This hack of changing your language to English (World) is ineffective. All it does is break the post-install process so no pinned Apps appear on your Start Menu. No software is actually...
  23. Replies 6 Views 612

    You're not allowed to redistribute WinPE images ...

    You're not allowed to redistribute WinPE images It's still MS software, and you're breaking the license agreement.

    This is why you see WinPE builders, they allow users to make their own images. ...
  24. Replies 6 Views 612

    Running a modern browser in WinPE is not an easy...

    Running a modern browser in WinPE is not an easy task, because PE isn't a normal execution environment. It works well with limited, self-contained apps. To run a browser, you need something like...
  25. Replies 3 Views 356

    Run this command as Admin, replacing the path...

    Run this command as Admin, replacing the path with a new folder.


    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpFolder /t REG_EXPAND_SZ /d...
Results 1 to 25 of 249
Page 1 of 10 1 2 3 4
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 01:45.
Find Us




Windows 10 Forums