Recent content by Pcgamer27

  1. P

    change wallpaper

    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? for NTlite software # Define the URL for the wallpaper $url = 'https://images.alphacoders.com/137/1377548.png' $outputPath = "$env:TEMP\wallpaper.png" try { # Download...
  2. P

    Windows 11 OEM information

    is that possible to use this script Set-ExecutionPolicy RemoteSigned -Scope CurrentUser or, for only the current shell window: Set-ExecutionPolicy RemoteSigned -Scope Process in registry key
  3. P

    Windows 11 OEM information

    it doesn't work I get this message on every script I run
  4. P

    Windows 11 OEM information

    can the two scripts be put into 1 script
  5. P

    Windows 11 OEM information

    is there another way for the oem logo I get the message that the logo cannot be found
  6. P

    Windows 11 OEM information

    the information is displayed but the logo is not displayed, I also created a blank page at 120x120 and it is not displayed either
  7. P

    copy script

    i am looking for a script that copy certain folder to other location Sources folder Sounds destination folder C:\Windows\Media folder
  8. P

    windows 11 wallpaper

    not working Start-Sleep -Seconds 10 # Wait for desktop to fully load (optional) # Set path to your existing local image $wallpaperPath = "C:\Users\Tim Mees\Music\Klanten tools\Wallpaperpc.jpg" # <--- EDIT THIS PATH # Set wallpaper in the registry for the current user Set-ItemProperty -Path...
  9. P

    ps1 convert

    is that for all windows 11 versions
  10. P

    windows 11 dark color

    I am looking for a script for dark color for both Windows 11 all versions and apps
  11. P

    Windows 11 desktop icons

    where are the locations for knownFolders with the correct icons
  12. P

    Windows 11 desktop icons

    I want the right icons for the right program or where is the location
  13. P

    Windows 11 OEM information

    not working
  14. P

    Windows 11 desktop icons

    are all the same icons as the explorer
  15. P

    Windows 11 desktop icons

    systemicon are all the same icons
Back
Top