Search results

  1. Hellbovine

    Driver post setup

    It sounds like what you're asking for is a way to force Windows Update to run, instead of waiting for the scheduled task to do it. I Google searched for "command line Windows Update" and that gave me links which say to use "wuauclt /detectnow /updatenow" without quotes. I haven't tested it, but...
  2. Hellbovine

    Disabling User Services ?

    Those are called "Per-User" services (link), which have an underscore before a random set of numbers at the end of their name, and the number changes for every user that logs in and out. To modify per-user services, just alter the core service (without numbers), and then the per-user services...
  3. Hellbovine

    Issue with RunOnce in the Post-Setup.

    I looked at the XML and jumped to the bottom of post-setup. I noticed the command prompt you mentioned, which is set to disable the radio manager service. I opened a command prompt and typed in what you have there and it left the window open afterward, which means it will cause a new operating...
  4. Hellbovine

    Replace the Lock Screen image with your own

    See if this solution (link) works for you. It's a different tweak and method, with several other personalization settings, and instructions on how to directly integrate everything into an image without using post-setup.
  5. Hellbovine

    Guide: Optimized Image

    To clarify the situation, it sounds like you tried "AppsUseLightTheme" set to dark mode, but it didn't affect the apps from the Microsoft Store, since they have their own individual light/dark toggle from within the apps themselves. Is that all correct? If so, it's probably because the...
  6. Hellbovine

    Policy to Allow All Users to Install Printers in ISO

    The screenshot you posted is of the \PolicyManager\ path in the registry and isn't appropriate for users or NTLite to modify in most cases. That's essentially a branch that configures how the group policies work by default and tells other parts of Windows how to handle things related to that...
  7. Hellbovine

    Recommended method of handling conversion from Registry to Powershell.

    If you run a .reg file from a live Windows it installs the contents too, same as if you used "reg add" or powershell. Would that work for your scenario?
  8. Hellbovine

    "Just a moment" Loop

    I think the reality is that it's simply W11 and newer builds as the main problem overall right now. It's a buggy and frustrating mess so far, as the number of threads for help has skyrocketed recently and most of them are using W11 or 24H2. There will be Microsoft bugs as well as things NTLite...
  9. Hellbovine

    "Just a moment" Loop

    It looks like you disable stuff related to both wired and wireless connections in components and services. The integrated drivers seem suspect too. I'd try an image that enables a network and eliminates all integrated drivers, then see what happens. Also, have you tried a default W11 24H2...
  10. Hellbovine

    Flickering of the second screen when minimizing or maximizing the game.

    How are the three presets being used? Is this a scenario where you process XML 1, then on the same image do XML 2, then XML 3? The target computer changes between preset 1 and 2 in the files. Or did you try all 3 presets individually and the problem exists on them all? Are there other tweaks...
  11. Hellbovine

    Some of these settings are managed by your organization in Location settings

    The two methods I can think of to have a tool that resets group policies is to make a registry file that deletes all known group policy keys. Alternatively, it might be possible to make a powershell command that loops through the paths where policies are and removes keys, but that may have...
  12. Hellbovine

    What does "Pre-installed OEM applications" mean?

    OEM stands for Original Equipment Manufacturer, and is typically heard about when discussing a topic like Dell computers, or some type of subject based around buying or selling hardware and software. When people refer to OEM software or applications, what they typically mean for the average...
  13. Hellbovine

    Policy to Allow All Users to Install Printers in ISO

    To clarify the thread for those unfamiliar, a security patch in 2021 made it so that users without administrator rights cannot install printers (link). I uploaded a registry file that has the RestrictDriverInstallationToAdministrators tweak in it. Download the file (you can right-click and edit...
  14. Hellbovine

    Black Screen on Setup?

    Okay, so it does sound like a driver. There's no secret to this though, it's mostly just literal guess and check, which is why it's easier to build an image by tweaking in layers or small batches, rather than adding too much at once. People can use their tweaking knowledge to further narrow down...
  15. Hellbovine

    Recommended method of handling conversion from Registry to Powershell.

    I'm also not a powershell guy, but my initial reaction is that the general subject of "regex" is what you're looking for. That stuff is complicated though, so unless you have the time and patience to figure it out or already have a knack for it, then it's not a good option for most. You would...
  16. Hellbovine

    Which components do i need to keep for Game Pass to work?

    That question has been asked quite a bit, especially on the GamerOS thread. Did you try any suggestions that come up when you use the forum search for game pass? For example, lots of posts say Xbox stuff is needed, and the Lite preset uninstalls those components.
  17. Hellbovine

    Some of these settings are managed by your organization in Location settings

    The user interface of the group policy manager in Windows doesn't get updated whenever a policy key is installed via regedit. In other words, if NTLite or a user adds a policy key to an image or live Windows without using the interface, that display panel won't show the configuration boxes...
  18. Hellbovine

    Package removing

    Would you please clarify what you need help with specifically? Let us know what the goal is, like you need to uninstall Defender from an image, or you need to restore a component to a live Windows installation to fix something that's broken (also tell us what's broken), etcetera. The free...
  19. Hellbovine

    Black Screen on Setup?

    That preset has over 800 removals (Lite preset has around 400 for comparison). Once someone reaches that level of tweaking it really just boils down to testing in layers (link) and undoing the most recent layer when a problem is encountered, such as a black screen. It's not practical for...
  20. Hellbovine

    Post-Setup (Before logon) Not Working Windows 10

    I already addressed the stuck and swirling dots issue, but for some reason you continually refuse to acknowledge that some programs may need to go into the after login location and/or add all the proper silent parameters to them. Did you read the part where NTLite's documentation says this too...
Back
Top