Altering Desktop on Vista: Tips & Apps for Fun

  • Thread starter Thread starter TheStatutoryApe
  • Start date Start date
  • Tags Tags
    Desktop Fun
Click For Summary

Discussion Overview

The discussion revolves around altering the desktop appearance on Windows Vista, focusing on user-friendly applications and methods for customization. Participants explore various features such as changing desktop wallpapers, modifying icons, menus, and utilizing docks for a cleaner interface.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant seeks easy-to-use apps for changing desktop backgrounds and modifying the overall appearance of Windows Vista.
  • Another participant humorously suggests that a Mac would provide easier options for setting up a random screen saver.
  • A link to a blog is shared, which may contain useful resources for desktop customization.
  • Discussion includes the mention of Linux and its capabilities for advanced desktop effects using plugins like beryl and compiz.
  • A participant proposes a simple batch file method to change the desktop wallpaper randomly at startup, detailing the necessary steps and code.
  • Another participant mentions the existence of freeware utilities for wallpaper changing, recommending a specific website for such tools.
  • A user expresses interest in Stardock's offerings, noting a free client for themes and the potential for trial versions of their programs.
  • Questions arise regarding whether the focus is on aesthetic changes or functional enhancements, with suggestions for adding menu options for improved usability.
  • One participant indicates a desire for a sleek and simple desktop, expressing interest in hiding icons while maintaining easy access.

Areas of Agreement / Disagreement

Participants express a variety of approaches and tools for desktop customization, with no consensus on a single solution or method. Multiple competing views and suggestions remain throughout the discussion.

Contextual Notes

Some methods discussed depend on specific configurations, such as the format of wallpaper images and the setup of directories. The effectiveness of proposed solutions may vary based on individual user experience and technical literacy.

Who May Find This Useful

Users of Windows Vista looking for ways to customize their desktop environment, particularly those with limited technical knowledge seeking free or user-friendly solutions.

TheStatutoryApe
Messages
301
Reaction score
3
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
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.
 
On linux you can make some crazy desktop effects with freely available plug-ins like beryl and compiz
 
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.
 
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.
 
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.
 
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.
 

Similar threads

  • · Replies 104 ·
4
Replies
104
Views
8K
  • · Replies 9 ·
Replies
9
Views
5K
Replies
10
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
4K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 3 ·
Replies
3
Views
8K