|
| ||||||||||
| Tags: batch file, desktop, wallpaper, website, windows xp |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Creating a Batch file in order to add a website as a wallpaper in Windows Xp?
|
|
#2
| ||||
| ||||
| Re: Creating a Batch file in order to add a website as a wallpaper in Windows Xp?
I happened to get this following hint from a particular website which I want to share it with you. First of you need to configure the wallpaper by Code: REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "C:\MyDocuments\test.jpg" REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 0 REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 2 '%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters' Do try that and tell me if that helped you or not. |
|
#3
| |||
| |||
| Re: Creating a Batch file in order to add a website as a wallpaper in Windows Xp?
Why to make such complications. Here I have got a solution for you. Do apply it. follow the steps 1) Right click, go to the properties. 2) Now under the desktop tab, you would be able to find Customize Desktop. Select it. 3) Under the web tab you can find, new option click on it. 4) Then fill in the url box with whatever webistes url you want. select ok. Apply. |
|
#4
| |||
| |||
| Re: Creating a Batch file in order to add a website as a wallpaper in Windows Xp?
I am using a BioniX Desktop Wallpaper Changer software which is of real use to me. So I would be going with that software first if I have any problems with the wallpaper changing and all. Very effective if you want to add a website as a desktop wallpaper. You can easily do that. Hope that’s clear for you all. |
|
#5
| |||
| |||
| Re: Creating a Batch file in order to add a website as a wallpaper in Windows Xp?
I don’t know it may sound as a bit amateurish but what if you take a screen shot or print screen of a particular website and then paste it on a image editor program. Do whatever changes you want to make there and save it. then go to the properties and set that as a wallpaper for your desktop. Even that is simple. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Creating a Batch file in order to add a website as a wallpaper in Windows Xp?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Batch file to output directory names and size to txt file | m2thearkus | Software Development | 6 | 16-07-2010 12:04 AM |
| How can I play a sound file from a Windows batch file? | Linoo | Operating Systems | 4 | 27-03-2010 07:20 PM |
| Creating a batch file to launch programs based on time | rblanda | Tips & Tweaks | 3 | 31-12-2009 09:19 PM |
| Creating a batch file to find and delete certain files | Damien25 | TroubleShoot 98 | 1 | 30-07-2009 04:06 AM |
| Batch Script to alter windows Screen Saver and Wallpaper settings | Janhavi4U | Software Development | 1 | 12-02-2009 06:50 PM |