Search:

Type: Posts; User: garlin

Page 1 of 10 1 2 3 4

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

  1. Replies 3 Views 229

    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...
  2. Replies 3 Views 229

    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,...
  3. Replies 10 Views 35,002

    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.
  4. Thread: Back to W10 by garlin
    Forum: General Support
    Replies 33 Views 2,030

    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...
  5. Thread: Back to W10 by garlin
    Forum: General Support
    Replies 33 Views 2,030

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

    Download this reg file from Brink's tutorial:...
  6. Replies 1 Views 675

    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...
  7. Replies 6 Views 571

    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...
  8. Replies 4 Views 304

    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...
  9. Thread: Back to W10 by garlin
    Forum: General Support
    Replies 33 Views 2,030

    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
  10. Replies 981 Views 1,045,401

    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...
  11. Thread: Microsoft Store totally broke? by garlin
    Forum: Software and Apps
    Replies 11 Views 638

    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...
  12. Replies 19 Views 1,173

    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...
  13. Thread: VS Studio Code Background Update? by garlin
    Forum: Software and Apps
    Replies 3 Views 331

    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...
  14. Replies 4 Views 440

    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.
  15. Thread: Windows Security Always Detect audiodg.exe as virus by garlin
    Forum: AntiVirus, Firewalls and System Security
    Replies 10 Views 795

    "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.
  16. Thread: AutoUnattend.xml Partitioning Failure by garlin
    Forum: Installation and Upgrade
    Replies 65 Views 72,523

    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...
  17. Replies 6 Views 608

    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. ...
  18. Replies 6 Views 608

    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...
  19. Replies 3 Views 354

    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...
  20. Thread: Clear Windows Security Center (Defender) Protection History by garlin
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 132,223

    Darn. I can't keep up with your coding speed......

    Darn. I can't keep up with your coding speed...

    I finished a script to schedule itself in Safe Mode using a RunOnce command. When in Safe Mode, it clears out the history before restarting back...
  21. Thread: Clear Windows Security Center (Defender) Protection History by garlin
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 132,223

    Get-Acl reports TI should have full rights to the...

    Get-Acl reports TI should have full rights to the folder and its files, but it's ignored. I'm guessing it's a kernel-level restriction much like how Tamper Protection disables live changes to...
  22. Replies 14 Views 839

    1. Mount the USB drive. 2. Open Notepad, and...

    1. Mount the USB drive.
    2. Open Notepad, and create a new file named "\sources\EI.cfg" on the USB.


    [Channel]
    Retail

    [VL]
    0
  23. Replies 7 Views 370

    The last two lines are inelegant, because the...

    The last two lines are inelegant, because the results header isn't the same format as the PSCustomObject. Otherwise you could just export a CSV file using "$List | Export-Csv", but that only keeps...
  24. Replies 7 Views 370

    PowerShell makes this task easier. $Path =...

    PowerShell makes this task easier.


    $Path = 'C:\Users\GARLIN\Downloads\Multi-boot'
    $Days = 180

    $Today = Get-Date
    $CutoffDate = $Today.AddDays(-$Days)

    $List = @(Get-ChildItem $Path -File...
  25. Replies 981 Views 1,045,401

    Installation & Upgrade is optional, but is generally...

    <InstallTo> is optional, but is generally required if using a disk layout (otherwise Setup picks the partition for you). Without knowing the ISO you're using, nobody can tell what image index #3...
Results 1 to 25 of 248
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:26.
Find Us




Windows 10 Forums