Vista comes with a lot of easter eggs and some of them use screensavers to get activated.
Remember the cool swirling colorful screensaver in Mac OSes?
This same type of screensaver (Aero screensavers in Vista) can be set as a desktop background using the easter eggs.
I will show the most common ones in Vista.Do note that the activated easter eggs will lock the access to Windows desktop (with desktop icons vanished)and they can be terminated anytime using the Alt + F4 key or from task manager by ending the associated .scr process.
Open command prompt (Start > Run > cmd)with administrator privileges.
Go to Windows\system32 directory.

Type the following each for a different easter egg:
1. ribbons.scr /p65552
2. aurora.scr /p65552
3. bubbles.scr /p65552
4. mystify.scr /p65552

The interesting thing here is when this is done on a dual display system with extended desktop.The primary display will have the easter egg active while the secondary display will still have the original Vista wallpaper.
Feel free to mess around with these eggs,they are very cool.
Peace.
Posted in
easter eggs in Vista,
hidden tips Vista,
screensaver fun,
Vista tips,
Windows tips
|
Windows Vista 32-bit version shows less than 4 GB RAM installed when in fact that capacity is actually installed due to 32-bit architecture limitations.
It is not necessary to expect that if you install more than 4 GB RAM in Vista,it will provide better performance because it can't see more than the above limit by default.If you really need to leverage more,than use the 64-bit Vista versions for better performance.
Anyway,the amount of RAM that can be recognized by 32-bit Vista can be changed by the in-built bcdedit command.BCDEDIT - Boot Configuration Data Store Editor is what was boot.ini in earlier Windows versions.
To change the memory capacity to more than 4 GB,use the following command from command prompt with administrative privileges:
bcdedit /set PAE forceenable

Successful output will show operation completed successfully.
What this command does is enable Physical Address Extension (PAE) within the boot config store to see more RAM present in Vista.
To reverse the command,simply type at command prompt :
bcdedit /deletevalue PAE

For more technical info on this,this Microsoft KB article is the place to be.
Hope this has been an informative post.
Posted in
4gb RAM in vista,
more ram in vista 32-bit,
set PAE vista,
Vista tips,
Windows tips
|
Till Windows XP,there was no extended support by default for IPv6,only for IPv4 addresses (those are 32-bit in length like 10.10.1.1,255.255.255.0 and so on).
With Vista comes the in-built support for IPv6 addresses (these are long ones with 128-bit length like 2002:c058:6301::c058:6301)which can't be removed unlike in XP. So if we want to renew or release dynamic IP addresses depending upon their type like whether they are IPv4 or IPv,we can do that quite easily thanks to the cool set of IPv6 commands that come bundled with the ipconfig tool in Vista.
Finding which commands works with IPv4 or IPv6 in ipconfig is easy.
Go to Start > Run > cmd and in the command prompt,type ipconfig/?.
This will display all associated commands that can be used with ipconfig :

Note the commands with 6 as the suffix - /release6 and /renew6.
These take care of IPv6 addresses in releasing them and reassigning them in case the system takes dynamic IPv6 addresses from a DHCP server.
For dynamic IPv4 addresses,the good old commands - ipconfig/release and ipconfig/renew still hold true,the new command above are only for IPv6 dynamically assigned addresses.
Peace.
Posted in
DHCP,
dynamic IP,
how to release and renew IP addresses,
IP addresses,
IPv4,
IPv6,
networking Windows,
static IP,
Vista IPv6 support,
Windows tips
|