Search results

  1. P

    ntlite preset

    so then each version must have separate settings
  2. P

    ntlite preset

    it's just settings and unattended
  3. P

    ntlite preset

    i have a question can you make the preset for all versions of windows 11
  4. P

    ntlite logo by OEM information

    sometimes it can't be done in the autounattend.xml
  5. P

    ntlite logo by OEM information

    i found this on the link i know if it works Logo"="\\windows\\system32\\oobe\\info\\hp_BADGE.bmp
  6. P

    ntlite logo by OEM information

    what do you mean by putting a logo here
  7. P

    ntlite logo by OEM information

    How can you add the manufacturer's logo to OEN information?
  8. P

    Windows 11 File Explorer ribbon from Windows 10

    this script works well can you also have this registry key
  9. P

    Windows 11 shortcuts desktop

    I am looking for a possibility or script to put shortcut of certain apps on desktop such as explorer, defragment and optimize drives, run, services, disk cleanup, task manager,
  10. P

    Windows 11 Enable long paths

    iI am looking for a script to enable long paths
  11. P

    Windows 11 Desktop wallpaper download script

    can't you have that in a script because background needs to have the full version of ntlite
  12. P

    Windows 11 Hide Edge First Run Experience

    Ok thanks sometimes also a script for Disable edge startup boost an background mode
  13. P

    Windows 11 Desktop wallpaper download script

    i am looking for a script that downloads image for wallpaper desktop this one doesn't work $url = 'https://images.alphacoders.com/137/1377548.png'; return ( Invoke-WebRequest -Uri $url -UseBasicParsing -TimeoutSec 30 ).Content;
  14. P

    Windows 11 desktop icons

    i am looking for script for all shows desktop icons windows 11 versions Control Panel, Desktop, Documents, Downloads, Gallery, Home, Music, Network, Pictures ,Recycle bin ,This PC ,User's Files as well as other icons explorer, defrag, write cleanup, cmd, task manager
  15. P

    Windows 11 Always show all tray icons

    i am looking for script for all show all tray icons for all windows 11 versions
  16. P

    Windows 11 Hide Edge First Run Experience

    I am looking for Hide Edge First Run Experience can change
  17. P

    Windows 11 Always show all tray icons

    I want all Always show all tray icons in the tray
  18. P

    Windows 11 modify Default wallpaper

    can also insert it from the url in the image
  19. P

    Windows 11 File Explorer ribbon from Windows 10

    is powershell -ep bypass -f RestoreClassicRibbon.ps1 -revert for all versions
  20. P

    All icons on the task bar

    i have a question i want all icons on the branch bar
Back
Top