This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Selasa, 18 Februari 2014

Sharp World Clock 4.6 free


Try this for  free.You can set up any number of clocks in a line or grid interface. You decide, how many columns and rows the clock grid will have...

-The clock faces can have different colors, design and fonts; choose from a variety of adjustable presets or define your own style!

-Choose analogue or digital display (or a combination of both). Clocks can display country flags and can be resized from tiny to full screen

-It is not just a world clock, but multiple programs in one: a powerful tool collection related to time, geography and information management.

Download Sharp World Clock 4.6
Get password in file s4ndmotion

Vienna Transformation Pack


Windows Vienna transformation pack download, With the Topic of Windows Vienna Growing Hot and more news coming every day,here we share with you about 4 windows seven Transformation packs which will make your Windows XP look like Windows 7 , the awaited Operating System by Microsoft.

Windows Vienna Transformation Pack will change the wallpaper, icons, bootscreen, SheelStyle ,Sounds, Login, Cursors and much more to the predicted parts of Windows 7 ( Windows Vienna) .It also includes some applications which will make your desktop look like XP.

Download Vienna Transformation Pack

Mac OS X Transformation Pack 3.5

FlyakiteOSX is a transformation pack. It will transform the look of an ordinary Windows XP+ system to resemble the look of Mac OS X.The installer simply automates the process of replacing critical system files, setting registry tweaks, and installing extras such as cursors, sounds, visual styles, etc.In case you are not happy with the results of FlyakiteOSX, everything is completely removable. Just run the uninstaller from the Start Menu or from Add/Remove Programs.


FlyakiteOSX does not contain any spyware or ad-ware of any kind. All files needed for FlyakiteOSX are stored in the Windows directory in a folder named ‘FlyakiteOSX’ that is hidden by default.

Download Mac OS X Transformation Pack 3.5
Get password in file s4ndmotion

How to hide a Windows 7 Drive?

How to hide a Windows 7 Drive?Do you have a need to hide or remove one or more computer drives in Windows 7? Here we explain a simple method to hide a drive in windows, that does not require you to modify the registry or dabble with the DOS editor.
There may be several reasons why you might find a need to hide a computer drive in Windows OS. For example, you might have some important documents or media files saved in a particular drive and you wouldn’t want anyone else, using your computer, to discover or tamper them. It could also be that you don’t want others to easily find and use the CD or DVD drive or any other drive on your computer, when you are away. Whatever may be your reason, here is how you can easily hide or unhide a computer drive whenever you want.

How to hide a drive in Windows 7 or Vista?

The following are the steps to hide a drive in windows 7.
  • Click the “Start” ORB, type “disk management” in the text box labeled “Search programs and files…” and select “Create and format hard disk partitions“.
open disk management utility in windows 7.
  • In the window titled “Disk Management”, right-click on the computer drive that you want to hide and select “Change Drive Letter and Paths…”. For this tutorial, I chose to hide the computer’s recovery partition.
Change drive letter or paths in Windows.
  • In the window titled “Change Drive Letter and Paths for…”, click the button labeled “Remove” and you will be shown a warning message stating applications relying on that drive letter may not work properly. You may choose to continue by clicking “Yes”, if this drive is used for storing files and not for running any applications.
Remove the computer drive letter in windows.
That is it. The computer drive will no longer be visible in your windows explorer or “Computer”.
Hide a computer drive in Windows.

Assign a Drive letter to the Partition in Windows

To unhide the computer drive, assign a drive letter to the partition (volume), by following these steps.
  • Open the disk management utility in Windows, as explained above, select the partition to which you want to assign a drive letter, right-click and choose “Change Drive Letter and Paths…”.
  • Click the “Add” button and in the window title “Add Drive Letter or Path”, assign a drive letter and click “OK”.
Assign drive letter to a partition in windows 7.
You can now use the computer drive in the usual way.
Unhide computer drive in windows.

How to Add / Remove Entries in Context Menus in Windows

In this tutorial, I'll tell you how to add your own customized entries in context menus and how to remove unwanted entries from context menu: A. Type regedit in RUN dialog box and press Enter. Now go to:

HKEY_CLASSES_ROOT\* (for adding an option in All files context menu)
HKEY_CLASSES_ROOT\Directory (for adding an option in folders context menu only)
HKEY_CLASSES_ROOT\Drive (for adding an option in Drives context menu only)
HKEY_CLASSES_ROOT\Unknown (for adding an option in unknown files context menu)
B. Now under the above mentioned keys, u'll find "Shell" and "Shellex" keys. Both keys contain various entries, which are displayed when you right-click on a file, folder or drive. We'll use "Shell" key in this tutorial:
1. Right-click on the "Shell" key and select "New -> Key".
2. Give it any name. suppose we gave it name "vishal".
3. Now in right-side pane, double-click on "Default" String value and set its value to the Label which you want to display in context menu. Like if you want to add "Winamp" in context menu, then you can give it name "Open with Winamp" or similar.
4. Now create another key under this newly created key "vishal" with the name "command" and in right-side pane set value of "Default" to the path of application. For ex, for winamp you can set its value "%programfiles%\Winamp\winamp.exe".
That's it. Now you'll get in the context menu.

A few Important points:
1. If you add just the path in "Command", then it'll open the application but if you append "%1" (without quotes) in the path, then it'll open the selected file with the application. So in case of setting the value to "%programfiles%\Winamp\winamp.exe", set it "%programfiles%\Winamp\winamp.exe %1" and now it'll open the file in winamp.
2. Step 3 can be omitted and you can assign the application name directly to the new key. i.e., either set "Default" String value to the name of application or directly set the key name to application name. e.g. instead of setting the key name to "vishal", you can directly set its name to "Winamp", in this case leave the "Default" as it is.
3. With the help of this tut, you can add application shortcuts in any filetype context menu. e.g., if you like to play with "*.txt" file context menu, then go to:
HKEY_CLASSES_ROOT\txtfile
so you can follow this tutorial for any filetype.
C. Same methods applies for removing entries from context menu. Just goto "Shell" or "Shellex\ContextMenuHandlers" and delete the unwanted key under these keys.

How to Get Extra FREE Space in Windows?

Most of us face lower disk space problem in Windows. Many times Windows notifies us about the lower disk space and we are forced to delete some useless files or to resize the partition to get some free space. We are posting this tutorial to share some simple methods to get as mush FREE space as we can. Following are some ways to get free space in Windows:
1. First thing is to use windows built-in "Disk Cleanup" application. You can right-click on a drive in My Computer and select "Properties" now click on "Disk Cleanup" button. Now select all given options, like "Downloaded Program Files", "Temporary Internet Files", "Compress old files", etc. Sometimes you can get more than 1GB FREE space after using Disk Cleanup.
Alternatively you can run "Disk Cleanup" directly from RUN dialog box by giving "cleanmgr.exe" command.
2. Now open Windows Search and copy paste following code in Search box and perform a search:

*.tmp;*.log;*log.txt;*readme.txt;file_id.diz;*.bak;*.old;*.syd;*.prv;*.grp;*.gid;*.fts;*.cnt;*.~mp
You should check all files before deleting. You'll get 100's of files after searching, simply select all and press and delete them.

PS: Please check the files before deletion! It'll delete all Readme files, Backup files, Log files, etc. So deselect the files first, which you don't want to delete.
3. You can also disable WFP (Windows File Protection) service in Windows XP using WFP Switcher. This service runs in background and checks for system files status, and whenever it finds a system file has been changed/modified, it replaces the file with the original file stored in "DLLcache" folder. So we can disable this service and can get lots of FREE space.
After disabling the service, open "%windir%\System32\DLLCache" folder (it'll be HIDDEN & System Folder, so copy paste the path in address bar and press <ENTER>). Now you can safely delete all files present in this folder. It'll make aprrox. 1GB FREE space.
4. Open "System Properties" by right-click on "My Computer" icon on Desktop and select "Properties", now go to "System Restore" tab and select "Turn Off System Restore on all drives" option and apply it. Don’t use this trick if you use System Restore.
5. You can also delete several BMP files present in %windir% (Windows) folder, which are used as wallpapers in Desktop Properties. You can also delete all files in %windir%\Web\Wallpaper folder, all files in this folder are also used as wallpapers.
6. You can also empty TEMP (just type "TEMP" and "%TEMP%" one by one in RUN dialog box), Prefetch (in %windir% folder) folders to get free space.
7. Disable Hibernation from "Power Settings" (powercfg.cpl), if you don't use this feature.
8. Empty Temporary Internet files of your web browser to get some free space.
9. You can also delete all video files present in %windir%\system32\oobe\images folder, these files are used when windows runs for the first time after installation.
10. You can also delete all updates Uninstall Folders, which can be found in %windir% folder and all these folders' names will start from $NtUninstall (or something like that. Also all folders would be HIDDEN). But keep in mind that after deleting these folders you'll not be able to uninstall any windows update!
You can apply all above mention methods to get lots of FREE space without any problem.
You can also use 3rd party Utilities, like Tuneup Utility, System Mechanic, etc to FREE some space but these utilities also use most of the above mentioned techniques.

[AIO] Ultimate Tutorial to Customize Desktop Context Menu in Windows Vista, 7 and 8

UPDATE: This tutorial will also work in Windows 8.
As you all know AskVG.com is always the first website which shares interesting tweaks and customization related stuffs. We have posted so many tutorials in past which help you in customizing Desktop context menu in Windows Vista and 7. Many of them allow you to add new items to Desktop context menu and some of them allow you to remove existing items which you find unnecessary.
We are proud to say that we were the first to post about adding your favorite program shortcut in Desktop context menu, adding cascading menus in Desktop context menu, adding restart Explorer option and many other exclusive tutorials.
Today in this article, we are going to list all such tutorials in a single place for your convenience. It'll help you in reading all these tutorials quickly and easily and will also make sure that you have not missed any of them.
So without wasting any time lets make an ultimate list of all these tutorials:
Add Program Shortcuts in Desktop Context Menu:
Following tutorials allow you to add your desired program's shortcut in Desktop context menu. You can add your favorite browser shortcut, media player shortcut or any other shortcut to access it quickly and easily:
New_Program_Shortcut2.png
Add Favorite Website Link in Desktop Context Menu:
This tutorial helps you in adding your favorite website links in Desktop context menu. You can add AskVG.com or any other website link to open it directly in your favorite web browser:
AskVG_in_Desktop_Context_Menu.jpg
Add AskVG.com or Other Website Links in Desktop Context Menu in Windows Vista, Server 2008 and 7
Add Your Name in Desktop Context Menu:
Customization lovers can also add their name or any other desired text in Desktop context menu for fun:
Name_in_Win_7_Desktop_Context_Menu.png
How to Add Your Name in Windows 7 Desktop Context Menu
Add Cascading Menus in Desktop Context Menu:
You can also add groups of shortcuts in Desktop context menu. For example, you can add a folder "Browsers" which will contain all web browsers shortcuts installed in your system. Having a group of shortcuts saves space and doesn't make your context menu look weird.
Windows_7_System_Tools_Menu.png
Customizing "Screen Resolution", "Gadgets" and "Personalize" Options in Desktop Context Menu:
This tutorial allows you to customize the default 3 options "Screen Resolution", "Gadgets" and "Personalize" present in Windows 7 Desktop context menu. You can change their text, icons and positions in context menu. You can even remove them according to your requirements:
Display_at_top_personalize_at_botto.png Change_icons_of_options.png Change_Names_of_Desktop_context_men.png
Customizing “Screen Resolution”, “Gadgets” and “Personalize” Options in Windows 7 Desktop Context Menu
Remove "Next Desktop Background"Option from Desktop Context Menu:
When you use Desktop SlideShow feature in Windows 7, it automatically adds a new option "Next Desktop Background" in Desktop context menu which makes the whole context menu a bit wide. If you don't like this new option, you can remove it using following tutorial:
Next_Desktop_Background.png
How to Remove “Next Desktop Background” Option from Windows 7 Desktop Context Menu?
Add "Show/Hide Hidden Files" Option in Desktop Context Menu:
This tutorial allows you to add "Show/Hide Hidden Files" option in Desktop context menu so that you can enable or disable "Show Hidden Files" option in Folder Options quickly and easily by just right-click on Desktop and select the option:
http://fc01.deviantart.net/fs70/i/2010/359/d/7/show___hide_hidden_files_mod_by_vishal_gupta-d35n4n8.png
Add “Show / Hide Hidden Files” Option in Desktop and Explorer Context Menu in Windows XP, Vista and 7
Add "Show/Hide File Extensions" Option in Desktop Context Menu:
This tutorial allows you to add "Show/Hide File Extensions" option in Desktop context menu so that you can enable or disable "Show Known File Extensions" option in Folder Options quickly and easily by just right-click on Desktop and select the option:

Add “Show / Hide File Extensions” Option in Desktop and Explorer Context Menu in Windows XP, Vista, 7
Add "Show/Hide Checkbox" Option in Desktop Context Menu:
This tutorial allows you to add "Show/Hide Checkbox" option in Desktop context menu so that you can enable or disable "Show Checkbox to Select Items" option in Folder Options quickly and easily by just right-click on Desktop and select the option:

Add “Show / Hide Checkbox” Option in Desktop and Explorer Context Menu in Windows Vista and 7
Add "Kill Not Responding Tasks"Option in Desktop Context Menu:
It'll add a new option "Kill Not Responding Tasks" in Desktop context menu which allows you to immediately kill or end tasks which are not responding:

How to Add “Kill Not Responding Tasks” in Desktop Context Menu Under Windows Vista and 7
Add "Restart Explorer" Option in Desktop Context Menu:
Many times we need to restart Explorer to complete a software installation or some other reasons. This tutorial helps you in adding a new option "Restart Explorer" which restarts Explorer immediately as soon as you select the option:

Add “Restart Explorer” Option in Desktop and Explorer Context Menu under Windows Vista and 7
Add "Restart uxsms" Option in Desktop Context Menu:
Many times we need to restart uxsms service to fix Windows Aero related problems. This tutorials adds a new option "Restart uxsms" in Desktop context menu which restarts uxsms service automatically:

Add “Restart uxsms” Option in Desktop and Explorer Context Menu under Windows Vista and 7
Add "Network Connections" Option in Desktop Context Menu:
This tutorial helps you in adding "Network Connections" shortcut in Desktop context menu:
Network_Connections_Desktop_Context.png
How to Add “Network Connections” Shortcut in Desktop Context Menu Under Windows Vista and 7
Add "God Mode"Option in Desktop Context Menu:
"God Mode" is a secret Windows component which shows all Control Panel items in a single place. This tutorial adds a shortcut to God Mode in Desktop context menu:
God_Mode_in_Bottom_Desktop_Context_.png
How to Add Windows 7 “God Mode” Shortcut in Desktop Context Menu?
Add Change Sound, Task manager and Other Shortcuts in Desktop Context Menu:
This tutorial helps you in adding many useful system shortcuts in Desktop context menu:
System_Properties-1.png
Add “Change Sound”, “Change Cursor” and Other Shortcuts in Windows Vista and 7 Desktop Context Menu
Add Change Wallpaper, Change Theme and Other Shortcuts in Desktop Context Menu:
This tutorial adds various useful shortcuts related to Desktop customization in Desktop context menu:
Change_Wallpaper.png
Add “Change Wallpaper”, “Change Theme” and Other Shortcuts in Windows Vista, 7 Desktop Context Menu
Add "Aero On / Off"Shortcut in Desktop Context Menu:
This tutorial allows you to add a shortcut to quickly turn Windows Aero on or off in Desktop context menu:

Add Aero ON / OFF Shortcuts in Desktop and My Computer Context Menu Under Windows Vista and 7
Remove Display Driver Entry from Desktop Context Menu:
When we install display driver like nVidia, Intel, etc, it adds a new entry for it in Desktop context menu. This tutorial helps you in removing that extra entry from Desktop context menu:
nVidia_Intel_Desktop_Context_Menu_E.png
How to Remove nVidia and Other Display Driver Entries from Desktop Context Menu in Windows XP, Vista, 7
Customize "New"Item in Desktop Context Menu:
Following tutorials help you in customizing "New" item present in Desktop context menu:
Vista_New_Context_Menu_without_Shor.jpg
Free Software to Add Program Shortcuts in Desktop Context Menu:
Also check following 2 free utilities created by AskVG readers which allow you to add your favorite program shortcuts in Desktop context menu automatically:
That's all for now. We'll keep updating the list whenever we post a new tutorial to customize Desktop context menu. So stay tuned and keep visiting AskVG...

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More