Altering Desktop on Vista: Tips & Apps for Fun

  • Thread starter TheStatutoryApe
  • Start date
  • Tags
    Desktop Fun
In summary, you can change your desktop wallpaper with a three line batch file, and there are many freeware utilities available for doing this.
  • #1
TheStatutoryApe
296
4
I am only slightly computer literate and have been looking for easy to use apps for altering one's desktop. The most minor feature I am looking for is one a friend of mine had that would change his desktop picture every time he restarted his computer. More complex alterations I am looking for are additions and changes (even radical ones) to desktop icons, menus, and something that is apparently called a 'dock'. Pretty much something with as much control as possible over the OSs appearance.

I am running windows vista. I know from playing around that I did back when that '98 allowed for easy alterations to icons and a few other things. I have looked a little bit and so far have not found ways of doing this with vista.

If anyone knows how to do some of these things without an app that would be welcome too, so long as it doesn't involve a lot of writing and changing code at least.

Multiple smaller apps that only do one or two of these things each would do aswell.

And preferably apps that are free. I'm not so intent on altering my desktop that I want to blow money on it.






Mentors: I figured that this would be the best place for this even though it is not a very serious or technical question. Feel free to move it to GD if you think that is appropriate.
 
Computer science news on Phys.org
  • #2
Hi TheStatutoryApe! :smile:

If only you had a Mac, you could set up a random screen-saver :wink:
Setting up a screen saver
You can have images appear on your screen when you aren't using your computer. You may want to do this to hide the items on your desktop while you're away.

Choose Apple menu > System Preferences and click Desktop & Screen Saver.
Click the Screen Saver button.
Select a screen saver in the Screen Savers list. A small preview appears in the window. To see how a screen saver looks when it is in use, click Test.
To use your own pictures, select the Pictures Folder screen saver. If your pictures are in a different place, select Choose Folder to locate them.
To select options for the screen saver you select, click Options.
Use the Options panel to choose how images are displayed by the screen saver.
If you select the .Mac screen saver, click Options to enter a .Mac member name to use that person's public slideshow as your screen saver.
If you select the RSS Visualizer screen saver, click Options to select the RSS feed you want to appear.
To see a different screen saver each time the screen saver is activated, select the "Use random screen saver" checkbox. You should make sure there are images in your Pictures folder if you use this option.
To choose when the screen saver starts, drag the "Start screen saver" slider.
To hide your desktop quickly, you can start a screen saver immediately by using "hot corners." You can also require a password to turn off a screen saver and reveal your desktop. To find out more click a link below.
 
  • #4
On linux you can make some crazy desktop effects with freely available plug-ins like beryl and compiz
 
  • #5
The most minor feature I am looking for is one a friend of mine had that would change his desktop picture every time he restarted his computer.
You can do it with just a three line batch file that is set to run on startup. I know it works on xp, but I have not tried in on anything else. Before you can use it, you have to have this directory set up for your wallpaper images: c:\wp. The image files must be in bmp format and start with 1 and go up as follows: wp1.bmp, wp2.bmp, wp3.bmp etc... The batch file will randomly select one of the files at startup and copy it to the windows directory with the name wp.bmp. If you have your wallpaper set to that filename you will get a randomly selected image on each boot.

Code:
set/a rnd=%random%%%3+1
set wp=c:\wp\wp%rnd%.bmp
copy %wp% c:\windows\wp.bmp

Change the number 3 on the first line to match the number of files you have in the c:\wp directory. This code will not change the wallpaper immediately because it only copies the file. It will take effect the next time you boot.

You said you were only slightly computer literate so I'm not sure if this will help you. But it is free and you do not have to download or install anything.
 
  • #6
  • #7
Thank you everyone. Through the link Robphy supplied I found a company called stardock. They have what I think is a free client so I can use their themes and the ones others have made though I can't really make my own. Maybe if I use a free trial for some of their programs I can whip something up during the trial phase.

The Stardock programs seem fairly user friendly though the free one I have is fairly limited.

If anyone knows of any other particularly good freeware programs let us know.
 
  • #8
Are you only going for aesthetics or are you looking for functional ideas? You add all sorts of cool menu options for right clicking on files.
 
  • #9
John Creighto said:
Are you only going for aesthetics or are you looking for functional ideas? You add all sorts of cool menu options for right clicking on files.

A bit of both. I like sleek and simple. Even with only about a dozen icons on my desktop it feels cluttered to me. I was sort of wondering about ways of hiding most of it yet keeping it quick and easy to access. I had never heard of "docks" before and they have peaked my interest.
 

What are some tips for altering my desktop on Vista?

There are several tips you can try to alter your desktop on Vista. You can change the wallpaper, customize the taskbar, add gadgets, change the font and icon size, and use desktop themes.

What apps can I use to alter my desktop on Vista?

Some popular apps for altering the desktop on Vista include Rainmeter, ObjectDock, Fences, and WindowBlinds. These apps offer various customization options and can help you achieve a unique and personalized desktop.

How do I change the wallpaper on my desktop?

To change the wallpaper on your desktop, right-click on an empty space on your desktop and select "Personalize". Then click on "Desktop Background" and choose the image you want to use as your wallpaper. You can also adjust the picture position, color, and slideshow settings.

What are desktop themes and how do I use them on Vista?

Desktop themes are a collection of desktop backgrounds, window colors, sounds, and screensavers that can be applied to your desktop all at once. To use a desktop theme on Vista, right-click on an empty space on your desktop and select "Personalize". Then click on "Theme" and choose the theme you want to apply.

Can I use third-party apps to alter my desktop on Vista?

Yes, you can use third-party apps to alter your desktop on Vista. However, make sure to download them from trusted sources to avoid any potential security risks. It is also recommended to have an up-to-date antivirus software installed on your computer when using third-party apps.

Similar threads

  • Computing and Technology
Replies
20
Views
532
  • Computing and Technology
Replies
9
Views
3K
  • Computing and Technology
Replies
9
Views
1K
  • Computing and Technology
Replies
23
Views
2K
  • Computing and Technology
Replies
12
Views
2K
  • Computing and Technology
Replies
4
Views
8K
  • Computing and Technology
Replies
5
Views
8K
  • Computing and Technology
Replies
2
Views
3K
Replies
2
Views
3K
  • Computing and Technology
Replies
2
Views
1K
Back
Top