This tutorial will explain you how you can put windows live messenger home screen in System Tray instead of the TaskBar which is default in Windows 7.
- Close Windows Live Messenger
- Go to
"C:\Program Files\Windows Live\Messenger"
- Right-click on msnmsgr.exe and select Properties
- Select the "Compatibility" Tab and CHECK the "Run this program in compatibility mode". Now from the dropdown menu choose the "Windows Vista" and click OK.
And VOILA
now your messenger will minimize in the system tray instead of the taskbar!!!
Hello fellows
, it's been a while since my last post. I have some tutorials today for you and this one is about your installed applications. Lets say for example you want to get all of your programs on your new system and you want the applications you had on your old one this is a way to get all of them listed and day to day download them all.
We will use the "Windows Instrumentation command-line interface (WMIC)" to do this and it's an easy task believe me.
let's start:
- Open your Command-Prompt (start->all programs->accessories->command prompt)
- Type in
wmic
and ENTER
- You will see a new prompt:
wmic:root\cli>
- Type
product get name,version
This will list all the applications you have installed in the command prompt window.
- If you want to generate a text or HTM file for printing, execute the following:
/output:d:\Applications.txt product get name,version {this will create a TEXT file}
/output:d:\Applications.html product get name,version {this will create an HTML file}
change the "d:\applist.txt" to your desired directory and filename!!!
THANKS for reading my tutorial and i hope you find it useful!!!