Friday, August 1, 2008

Thumbs.db files in Windows XP

I got a question from one of the blog reader with request to clarify the need for the thumbs.db files, which could be found in all directories of the hard drive, where pictures are present. Reader complained that he is annoyed by these unneeded files, and he is deleted them all the time, but they always come back.

So, why do our computer need these files, and can we get rid of them?

Thumbs.db is a cache file, collecting data on the thumbnail pictures in a directory, where it is located. The file can significantly speed up the showing of thumbnails when you are viewing a folder in Thumbnail view.
However, if you do not use option of viewing Thumbnail view to show your files, you may disable this option in Windows, and delete all existing cache files. This might save you some hard drive space as well.

To turn this feature off, perform the following simple operational steps:

  1. Open My Computer ® Tools ® Folder Options ®View Tab.
  2. Place a check in the option "Do not cache thumbnails" and click Ok.

To remove the thumbs.db files from your hard drive:

  1. Start ® Search ® Click on All Files and Folders.
  2. Type the following in the section called "all or part of the file name": thumbs.db.
  3. In the Look in box, make sure Local Hard Drives are chosen.
  4. Click Search.
  5. A long list of thumbs.db files should appear, click on Edit ® Select All.
  6. Click on File, and choose Delete.
  7. Close the Search Results window.

Bye-bye, thumbs.db files…

Sunday, July 27, 2008

Walt Disney presents PixieHollow.com

Pixie Hollow is Walt Disney’s creation of MMOG, based on their Fairies Franchise. For those who are new for the World of online gaming, the MMOG stands for Massively Multiplayer Online Game. Users play the game on the Web and compete against other online players.

The software for the game is available for free but users can buy items to receive extra credits in the game. Players can bring a fairy and her surroundings to life simply by clapping in Disney Fairies’ Pixie Hollow Home Tree Playset. Adorned by swings, furniture and a flower picnic table, a beautiful 3.5" fairy and her fairytale surroundings await the sound of claps to spring to life.

There is a Disney description for the theme:
Imagine the most beautiful, yet tiny world you have ever seen - with startlingly rich colors and breathtaking scenery. Add an infinite number of pocket size fairies clad in clothing made from colorful flower petals and shimmering spiderwebs. Sprinkle the scene with the illuminating sparkles of Pixie Dust.
That is the world of Disney Fairies - a world that you can share with your child using a little imagination and these great ideas.

At PixieHollow.com, there are games and activities, books, and movies. One of the main reasons for the site development is also promoting Disney’s new movie Tinkerbell to be released in October 2008. You can even see the Tinkerbell Movie preview on site:


Note that this business model is mostly focused on girls’s ages 8 to 12 years. This fact highlights the fact that the internet is increasingly becoming an engaging medium for practically all age groups.

Website: http://gameserver.pixiehollow.com


Tuesday, July 22, 2008

Time-restricted Access to Windows XP

One of the readers of this blog asked if there is an opportunity in Windows XP to restrict computer use time for one of the PC users (I bet it is his poor kid is going to be abused) without any additional software installation. Following a brief investigation, I have found a partial solution for this inquiry.

If there is no way to operate computer remotely and computer is not on the network to be accessed from other point, the access to the computer might be restricted to the particular user in terms of the time of the day or days of the week when user can log on to the system. On a stand alone computer, there is no way, to force or encourage computer user to log off when the permitted hours expired. To enforce computer log off, when not in use, it could be setup that the PC idling for more than 10 minutes, for example, will result in going to screensaver mode, and return to operation is accompanying with the re-login request enable. Just check the box “On resume, password protect” in the Display Properties window (screen saver tab).

The following step-by-step instructions will help you to setup the time restricted user account on your PC:

1. Click on the Start button in the bottom left corner and choose Help and Support from the opened menu.

2. Type "logon hours" (without the quotes) in the search box located in the top left corner of the screen.

3. Review Full-text Search Matches below, locate record “net user”, and click on it.

4. Look at the help article, clarifying the user account syntax, and check some examples for setting a user’s logon hours.

Examples

· To display a list of all user accounts for the local computer, type: net user

· To view information about the user account jimmyh, type: net user jimmyh

· To add a user account for Jay Jamison, with logon rights from 8 A.M. to 5 P.M., Monday through Friday (no spaces in time designations), a mandatory password (jayj), and the user’s full name, type:

net user jayj /add /passwordreq:yes /times:monday-friday,8am-5pm/fullname:"Jay Jamison"

· To set johnsw’s logon time (8 A.M. to 5 P.M.) using 24-hour notation, type:

net user johnsw /time:M-F,08:00-17:00

· To set johnsw’s logon time (8 A.M. to 5 P.M.) using 12-hour notation, type:

net user johnsw /time:M-F,8am-5pm

· To specify logon hours of 4 A.M. until 5 P.M. on Monday, 1 P.M. until 3 P.M. on Tuesday, and 8 A.M. until 5 P.M. Wednesday through Friday for marysl, type:

net user marysl /time:M,4am-5pm;T,1pm-3pm;W-F,8:00-17:00

5. Open Command Prompt Window (Start ’ Programs ’ Accessories ’ Command prompt).

6. Enter the appropriate "net user" command for the user(s) you wish to restrict access for, based on the syntax examples provided above.

7. Reboot the computer and check performance.

Related Posts Plugin for WordPress, Blogger...