How to Set a Real Time Photo of Earth as Your Desktop Background
How to Set a Real-Time Photo of Earth as Your Desktop Background
MUO
How to Set a Real-Time Photo of Earth as Your Desktop Background
The Earth is beautiful from space. Here's how you can set a real-time photo of it as your desktop wallpaper in Windows. A few months back, a user on Reddit created a PowerShell script () that takes a near real-time image of the Earth from space and changes your desktop wallpaper whenever the image updates. The images are sourced from the Himawari-8 weather satellite, which provides a . The scraped image is saved to /My Pictures/Himawari/ prior to being set as the new desktop background. To download the script: Visit . Click Download ZIP. Extract the ZIP file to find the himawari.ps1 script. Move the script to a secure location. The script is provided for all to use, but you'll have to set up a scheduled task that periodically runs the script (). Launch the Task Scheduler app. Under Action, select Create Task... Enter a Name, such as "Earth Wallpaper Script". Select Run only when user is logged on. Select Run with highest privileges. Switch to Triggers tab. Click New. For Begin the Task, select At log on. For Repeat Task Every, select 10 minutes for a duration of Indefinitely. Click OK. Switch to Actions tab. Click New. Browse and select the hiwamari.ps1 script. Click OK. Click OK again. A bit complicated but that's it. The next time you restart, the script should start and repeat every 10 minutes, updating your wallpaper every time. For laptops, beware that this could . You can also ! Update: If the above doesn't work and the script just opens up in Notepad, scroll down to the comments and read the PowerShell-related instructions by Dan. PowerShell can do a lot of other cool stuff. Get started with these and try running these . Will you be doing this? Got any other cool PowerShell tricks? Share with us down in the comments below!