Friday, 11 May 2012

<a href="http://www.freewebsitedirectory.com">Free Website Directory</a>

.Shutdown, Restart, And Logoff Icons On The Desktop

You might want to have shortcuts on the Desktop for shutdown, hibernation, etc. Right-click on the Desktop and make a new shortcut by selecting New > Shortcut. Then in the Type the location of the item: box, enter “shutdown.exe -s -t 00”, where “00” is the delay in seconds.
(You can increase it.) You will then be asked to select a name (call it “Shutdown”, for example). After creating the shortcut, you can change the icon assigned to it by right clicking on the shortcut and selecting Properties. The window that comes up next has a “Change Icon” option, which is easy to use. For a Restart shortcut, use “shutdown.exe -r -t 00”. Replacing -r by -l

Limit Logon Hours For Users

Parents might want to limit their children’s computer usage, so they can set a time limit only between which they will be automatically allowed to log into their Windows account. Limited usage for particular users for certain time periods can be set through commands.The command for doingthis is:
net user /time:.

For example, “net user Anu /time:M- F,08:00-17:00” will only let the user Anu log in between 8 and 5 from Monday to Friday.

Startbutton in Windows XP displays the System Time

Download starclock.
This tiny piece of code comes with startclock.ini file for making configuration changes such as 12-hour clock with seconds, 24-hour clock, load program at startup, refresh rate (be careful while changing this setting; smaller the number, more the CPU usage) and hide tray icon. To exit
this program, press “Ctrl+Alt+x”. That’sit, now you can save precious space on the taskbar by replacing the clock from the system tray.

1.Replace Microsoft Windows XP “Copying…”animation

The Windows file copying animation is located in shell32.dll. This animation can be replaced or deleted with the help of a tool called Resource Hacker Download it From
http://files1.softwarepod.com/33821/reshack.zip

Shell32.dll can be found in \WINDOWS\system32 directory. Back up this DLL, and open a copy in Resource Hacker.

Make a USB drive a key to boot into XP

For our task, a USB drive of a capacity ofat least 256 MB is required. If we need to include extra utilities, hotfixes, and sevicepacks, then we need at least a 512 MB drive.

Format the drive using "FAT" filesystem.

Registry hacks to Improve performance of Windows XP


1.Load Applications Faster
The Windows prefetcher aims to load applications faster by “pre-fetching” the application and storing it in the pre-fetch cache. You can speed up application loading by changing the default value of one the settings under the relevant key.
Navigate to:
HLM\SYSTEM\CurrentControlSet\Control\SessionManager\Memory Management\PrefetchParameters

The default value for the EnablePrefetchersetting is 3.Change this value to 5to make applications load faster. You can experiment with higher values—up to 9—and see if you get a further
improvement.Since this relates to the system, a reboot is required for the change to take effect.

Joss Whedon on his success

A beautiful note from Joss Whedon to the world, his admirers, and his past self, explaining what it feels like to have directed a movie that broke all box-office records for opening weekend:
What doesn't change is anything that matters. What doesn't change is that I've had the smartest, most loyal, most passionate, most articulate group of -- I'm not even gonna say fans. I'm going with "peeps" -- that any cult oddity such as my bad self could have dreamt of. When almost no one was watching, when people probably should have STOPPED watching, I've had three constants: my family and friends, my collaborators (often the same), and y'all. A lot of stories have come out about my "dark years", and how I'm "unrecognized"... I love these stories, because they make me seem super-important, but I have never felt the darkness (and I'm ALL about my darkness) that they described. Because I have so much. I have people, in my life, on this site, in places I've yet to discover, that always made me feel the truth of success: an artist and an audience

Spectrum Fantastic Art Live convention, May 18-20 Kansas City, MO

Bob Self says:
NewImageBaby Tattoo Books is thrilled to be co-presenting a first of its kind art convention built around the Spectrum Fantastic Art community. For nearly two decades, the Spectrum juried competition and resulting art annual have promoted and elevated fantasy, science fiction and other genre art to new levels of respectability in the commercial and fine art worlds. Fantastic art is not only visually stunning, it is as professionally viable and significant as any other art form. Spectrum Fantastic Art Live will be a physical, geographically centered gathering of creators and fans of amazing creativity.

Automate the installation of Windows XP

You can create a CD that can install Windows automatically, putting in all the details and answering all the dialog boxes. The secret behind the unattended nature of the whole thing is the answer file, which tells Windows what to do while it’s installing. The answer file can be created using Windows Setup Manager. Using this tool, you can make the answer file so powerful that you can even tell
Windows to include or exclude individual components, set the display resolution, and
more. Here’s how you do it.