Search results

  1. P

    ntlite ps1 script

    ok and how can i do it for changing the image
  2. P

    ntlite ps1 script

    this doesn't work with free version is there another way via a script
  3. P

    ntlite ps1 script

    so i put wallpaper directly in the post setup like this This script works, but not via a URL, local image
  4. P

    ntlite ps1 script

    this is the wallpaper in jpg and it doesn't work
  5. P

    ntlite ps1 script

    I can't seem to get it to change the wallpaper, I've tried several powershell scripts.
  6. P

    powershell scripts

    I have a problem I have a script that only uses the URL to change the wallpaper but I have this locally. How can I do this? # Define the URL for the wallpaper $url = 'https://images.alphacoders.com/137/1377548.png' $outputPath = "$env:TEMP\wallpaper.png" try { # Download the wallpaper...
  7. P

    powershell scripts

    I have used several scripts to change the wallpaper but always get the message "cannot be found"
  8. P

    powershell scripts

    I want to change the wallpaper with my own wallpaper, I currently have the free version and I also copy sound files to Windows Media
  9. P

    powershell scripts

    I have a problem, I want to run a powershell script and I always get the message that the file cannot be found, does anyone know what is happening?
  10. P

    copy files location

    you can also copy file to a specific location in the image
  11. P

    ntlite ps1 script

    not working wallpaper script Function Set-WallPaper { <# .SYNOPSIS Applies a specified wallpaper to the current user's desktop .PARAMETER Image Provide the exact path to the image .PARAMETER Style Provide wallpaper style (Example: Fill, Fit, Stretch, Tile...
  12. P

    ntlite ps1 script

    the scripts work locally but via ntlite it doesn't work that's why I'm posting this like wallpaper Always show all tray icons
  13. P

    ntlite ps1 script

    this sript # Define source and destination paths (edit as needed) $sourceFolder = "$env:USERPROFILE\Music\Klantentools" # <-- Change to your actual path $destinationFolder = "C:\Windows\Media\Sounds" # Create destination folder if it doesn't exist if (!(Test-Path -Path...
  14. P

    ntlite ps1 script

    i have other ps1 script Set-StrictMode -Version 'latest' if (Test-Path -Path 'HKCU:\Control Panel\NotifyIconSettings') { Get-ChildItem -Path 'HKCU:\Control Panel\NotifyIconSettings' | ForEach-Object { Set-ItemProperty -Path ($_.PSPath) -ErrorAction SilentlyContinue -Name...
  15. P

    ntlite ps1 script

    I have a question: my ps1 is not running. Does anyone know why this is happening? Start-Sleep -Seconds 10 # Copy to temp to ensure no spaces or access issues Copy-Item "$env:USERPROFILE\Documents\Klantentools\pc.jpg" "$env:TEMP\pc.jpg" -Force $wallpaperPath = "$env:TEMP\pc.jpg" # Set registry...
  16. P

    ntlite reset settings

    this does not work when I click on preset almost everything is reset, not the settings
  17. P

    ntlite reset settings

    I have a problem, can you reset it from settings?
  18. P

    ntlite dark not working

    I have a problem, I want a dark theme for apps and Windows, it is set to 0 and is not accepted in ntlite
  19. P

    ntlite TweakGroup

    yes but not via post-setup free version
  20. P

    ntlite TweakGroup

    I have a question, can you put a wallpaper at <TweakGroup name="DesktopTweaks">
Back
Top