batchscript

  1. P

    windows 11 wallpaper

    i am looking for script that changes wallpaper $url = 'https://images.pexels.com/photos/5007737/pexels-photo-5007737.jpeg'; return ( Invoke-WebRequest -Uri $url -UseBasicParsing -TimeoutSec 30 ).Content;
  2. eager2learn

    Windows 10 Error handling in Powershell

    A Windows system use an external drive N:. A programs that use the external drive give sometimes an error message like "Directory N:\datastore is not available". To test the continuous availability I write the next batch script. :loop @TimE /t >> N:\datastore\test_times.txt @sleep...
Back
Top