Ilmu Komputer & Software Gratis View RSS

No description
Hide details



How to Disable “Show Password” Button in Windows 8, Windows 8.1 and Internet Explorer Web Browser? 14 Jan 2014 6:15 PM (11 years ago)

This feature is called "Password Reveal Button" or "Show Password Button". You might have noticed that whenever you try to enter a password at login screen or other places in Windows 8 and 8.1, the password field shows a small icon at the right-side which looks like a human eye. If you click and hold on this icon, you can see the actual password. This eye icon is called password reveal button which replaces the asterisks in password field with actual characters.
Reveal_Password_Button_Windows_8.png
The same feature has also been implemented in Internet Explorer 10 and 11 versions which are already present in Windows 8 and Windows 8.1 respectively and can also be installed in Windows 7 and Server 2012 R2 operating systems. When you open a website in Internet Explorer 10 or 11 versions which requires you to enter a password such as Gmail, Hotmail, etc, Internet Explorer shows the same password reveal button in password field to show the actual characters of password.
Password_Reveal_Button_Internet_Explorer.png
It might sound a useful feature but many people don't like it. It might become a security risk if someone accidentally or intentionally clicks on the button when you are typing the password. The person will immediately know your password and you'll need to change your password even if you didn't want to change it.
If you don't like this feature and want to get rid of password reveal button, this tutorial will definitely help you.
Today in this tutorial we'll tell you a few methods to remove password reveal button from Internet Explorer 10, 11 and Windows 8/8.1 operating systems.
So without wasting time lets start the tutorial. There are 2 ways to disable this password reveal button:
  • Disable password reveal button in the whole Windows 8/8.1 OS which will automatically disable it in Internet Explorer 10/11 versions as well.
  • Disable password reveal button in Internet Explorer 10/11 only which will not disable the button in other areas of Windows 8/8.1 OS.
First method will work in Windows 8/8.1 only but the second method will work in Windows 7, Server 2012 R2, Windows 8 and Windows 8.1.
METHOD 1: Disable Password Reveal Button in Windows 8 and 8.1
This method will disable password reveal button in Windows 8/8.1 along with Internet Explorer 10/11 versions. It'll not work in Windows 7 or Server 2008 R2 OS.
You can disable the button either using Group Policy Editor (gpedit.msc) or using Registry Editor (regedit).
A: Using Group Policy Editor (gpedit.msc):
1. Press "WIN+R" key combination to launch RUN dialog box, then type gpedit.msc and press Enter. It'll open Group Policy Editor.
2. Now go to:
Computer Configuration -> Administrative Templates -> Windows Components -> Credential User Interface
3. In right-side pane, double-click on "Do not display the password reveal button" option and set its value to "Enabled".
Remove_Password_Reveal_Button_Windows_8.png
That's it. It'll immediately disable the password reveal button in entire OS including Internet Explorer. If you want to enable the button again in future, change the value to "Disabled" or "Not Configured".
B: Using Registry Editor (regedit):
1. Type regedit in RUN dialog box and press Enter. It'll open Registry Editor.
2. Now go to following key:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CredUI
If you can't find "CredUI" key, you'll need to create it manually.
3. In right-side pane, create a new DWORD DisablePasswordReveal and set its value to 1
Disable_Password_Reveal_Button_Windows_8.png
It'll disable the password reveal button everywhere in Windows 8/8.1 OS including Internet Explorer. In future if you want to enable the button again, either delete the DWORD or change its value to 0
METHOD 2: Disable Password Reveal Button in Internet Explorer 10 and 11
This method will work in Windows 7, Server 2008 R2, Windows 8 and Windows 8.1 operating systems. It'll disable password reveal button in Internet Explorer only.
Again you can disable the button using both Group Policy Editor (gpedit.msc) as well as Registry Editor (regedit).
A: Using Group Policy Editor (gpedit.msc):
1. Press "WIN+R" key combination to launch RUN dialog box, then type gpedit.msc and press Enter. It'll open Group Policy Editor.
2. Now go to:
Computer Configuration -> Administrative Templates -> Windows Components -> Internet Explorer -> Security Features
3. In right-side pane, double-click on "Do not display the reveal password button" option and set its value to "Enabled".
Remove_Password_Reveal_Button_Internet_Explorer.png
That's it. It'll immediately disable the password reveal button in Internet Explorer 10 and 11 versions. If you want to enable the button again in future, change the value to "Disabled" or "Not Configured".
B: Using Registry Editor (regedit):
1. Type regedit in RUN dialog box and press Enter. It'll open Registry Editor.
2. Now go to following key:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main
3. In right-side pane, create a new DWORD DisablePasswordReveal and set its value to 1
Disable_Password_Reveal_Button_Internet_Explorer.png
It'll disable the password reveal button in Internet Explorer only. In future if you want to enable the button again, either delete the DWORD or change its value to 0
IMPORTANT NOTE
Above mentioned all methods will disable password reveal button for all Windows users. If you want to disable the button only for a single user, use following locations instead:
For Group Policy Editor:
User Configuration -> Administrative Templates -> Windows Components -> Credential User Interface
User Configuration -> Administrative Templates -> Windows Components -> Internet Explorer -> Security Features
For Registry Editor:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CredUI
HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main
That's all. Feel free to share your feedback and comments with us...

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[Guide] How to Restore “TrustedInstaller” as Default Owner of a File, Folder or Registry Key in Windows? 4 Nov 2013 4:55 PM (11 years ago)

We all customization lovers know that we need to take ownership of a system file before replacing or modifying the file in Windows. Almost all Windows customization stuff require modification of system files for example, you need to edit Explorer.exe file to customize Start ORB in Windows 7, you need to edit authui.dll file to change login screen, etc. By default, a built-in system account "TrustedInstaller" has ownership and full control of all system files in Windows Vista, Windows 7 and Windows 8, so you need to take ownership and assign full permission to yourself before modifying or replacing the system file.
Taking ownership of a file or folder is very easy. We have provided a ready-made registry script which automatically adds a new option "Take Ownership" in file and folder context menu (right-click menu). So you just need to right-click on a file or folder and select "Take Ownership" option and it automatically makes you the owner of that file/folder and assigns you full permission on that file/folder.
How to Add “Take Ownership” Option to File or Folder Context Menu in Windows
We have also posted a detailed and easy to understand guide which teaches you how to take ownership of a file or folder manually in Windows:
[Guide] How to Take Ownership (Permission) of a File or Folder Manually in Windows?
Now the question comes! Once you have taken ownership of a file and now you want to restore "TrustedInstaller" as default owner of that file, how will you do that? How will you change the owner of a file back to "TrustedInstaller"?
We never realized that someone might need to restore ownership of a file to "TrustedInstaller" until we received following comment from an AskVG reader "KS":
How do I give permissions back to TrustedInstaller, when I changed it, TrustedInstaller wasn't in the list of possible owners anymore??
That was really an interesting point. Once you take ownership of a file or folder in Windows, if you go back to its Properties and try to change the owner back to "TrustedInstaller", you'll be surprised to see that "TrustedInstaller" is no longer present in the users list.
So how to bring back the built-in system user "TrustedInstaller" and set it as default owner of a file or folder? Don't worry! Here is the solution.
Today in this tutorial, we'll tell you how to restore "TrustedInstaller" as default owner of a file or folder in Windows if you changed its owner to yourself?
So without wasting time, lets start the tutorial:
NOTE: The same method will apply to restore "TrustedInstaller" as owner of registry keys in Registry Editor.
1. Go to the folder which contains the file or folder for which you want to restore ownership to "TrustedInstaller". Right-click on the file or folder and select Properties.
2. It'll open its Properties window. Now go to "Security" tab and click on Advanced button.
File_Permissions_Details.png
3. It'll open a new window. Now go to "Owner" tab and you'll see that the owner would be set to your username and "TrustedInstaller" would not be present in the list as we mentioned above.
Don't worry. We'll add it manually. Click on "Edit" button:
Editing_Owner_File_Folder.png
4. It'll open another window. Click on "Other users or groups" button.
Changing_Owner_File_Folder.png
5. Now type NT SERVICE\TrustedInstaller in "Enter the object name to select" text box and click on OK button as shown in following screenshot:
Restoring_TruestedInstaller_as_Owner_File_Folder.png
6. It'll immediately add "TrustedInstaller" to the users list. Click on Apply button.
Setting_TruestedInstaller_as_Owner_File_Folder.png
7. Windows will show a message box, click on OK button to close it. Again click on OK button in all opened windows and you have successfully restored "TrustedInstaller" as default owner of the file or folder.
You can check and confirm the owner by opening the file or folder Properties and you'll see that "TrustedInstaller" has become the owner of that file or folder again.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Simple Trick to Replace Default Built-in “Flower” Profile Picture for All User Accounts in Windows Vista, 7 and 8 4 Aug 2012 2:40 AM (12 years ago)

UPDATE: This method also works in Windows Vista and Windows 8. Thanks to our readers "MasterDevil" and "Swapnil"...
I was looking into various system files using Resource Hacker to find a BITMAP file. Although I couldn't find that particular BITMAP file but found something interesting which I would like to share in this topic.
When you install Windows 7 in a new computer system or create a new user account in Windows 7, by default Windows assigns built-in "Flower" image as profile picture for the new user account.
You can change this profile picture using User Accounts applet in Control Panel. But if you have many user accounts in your computer and want to set your desired image or company logo as user profile picture for all accounts in a single step, this tutorial will definitely help you.
Default_Builtin_User_Profile_Picture_Windows_7.png
Today we are going to share a very simple and secret trick which will allow you to replace default built-in flower profile picture with your desired image so that if you create a new user account in Windows, the new account will have your desired image as its profile picture instead of default flower picture.
We are not going to use any registry trick or Resource Hacker trick in this tutorial. We'll just replace an existing BITMAP file with our desired BITMAP file.
So without wasting time, lets start the tutorial:
1. The default flower profile picture is actually a BITMAP file which is stored in following folder:
%ProgramData%\Microsoft\User Account Pictures\
PS: Copy the above string and paste in RUN or start menu search box and press Enter. It'll directly open the folder in Explorer window.
The BITMAP file name is user.bmp and its a 128x128, 24-bit bitmap file.
Default_User_Profile_Bitmap_Windows_7.png
2. We just need to create a new BMP file in an image editing software like MS Paint, Adobe Photoshop, GIMP, etc but we'll keep its size 128x128 pixels similar to default BITMAP file.
3. Once you finish creating the desired BITMAP file, save it at any location with user.bmp file name.
4. Now you'll need to replace existing user.bmp file present in "User Account Pictures" folder mentioned in STEP 1 with your newly created BMP file.
Before replacing default user.bmp file, you should create a backup of the file so that you can restore it later if you want. To take a backup, you can simply rename it to any other name like user_backup.bmp.
Now copy new user.bmp file to "User Account Pictures" folder.
Custom_User_Profile_Bitmap_Windows_7.png
5. That's it. Since you have replaced default BITMAP file with your new one, now all new and existing user accounts which have their profile picture set to default flower picture will automatically start showing new picture which you created in STEP 2.
Customized_User_Profile_Picture_Windows_7.png
If your existing user account doesn't show new picture, restart or log off and it'll start using new BITMAP as profile picture.
BONUS TIP: All other profile pictures which are shown when you click on "Change your picture" link in User Accounts applet of Control Panel, are stored in "%ProgramData%\Microsoft\User Account Pictures\Default Pictures" folder. If you want to customize all of them, you can follow above mentioned steps for each BITMAP file.
BONUS TIP 2: You can also customize profile picture for "Guest" account by replacing guest.bmp file present in same folder mentioned in STEP 1.
PS: I don't have Windows XP and Vista installed, so can't check this trick in both OS. If you have Windows XP or Vista, please check this method and let me know if it also works in XP and Vista or not.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

OEM Configurator 2.0: Free Portable Utility to Add Customized Strings (OEM Information) and Logo in Windows XP, Vista, 7 and 8 System Properties 4 Aug 2012 2:39 AM (12 years ago)


NOTE: You can check other interesting and useful free software created by our readers here.
UPDATE: New version 2.0 released which comes with support for Windows 8 Developer Preview. Now Windows XP users can also enjoy this tool. The tool now also supports 64-bit Windows editions in this new version.
Long time back we posted tutorials for customizing System Properties window in Windows XP, Vista and 7:
The above tutorials inspired our reader "Hackerpunk1" and he created an awesome portable utility "OEM Configurator" which allows you to customize Windows XP, Vista, 7 and Windows 8 System Properties window look without any manual registry editing. You just need to enter desired text and select desired logo file and it'll do the rest automatically.
OEM_Configurator
It also allows you to customize and change various items in System Properties window like Owner name, processor name, product ID, etc. Many times when we share our System Properties screenshot with others, we hide product ID from others. Now no need to do this. You can set any desired text string or numbers as Product ID using this tool. Don't worry! It'll now change the actual product ID in your system. It'll just replace the text which is shown in System Properties window.
OEM_Configurator_Extra_Options
Following is a result of the output which you can get with the help of this awesome little tool. You can see extra entries like Manufacturer, Model, Phone number, Support hours, Website and logo in right-side in System Properties window:
Add_OEM_Info_Windows_Vista_7_System_Properties
You can download it using following link:
Download Link

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to Extract / Copy System Files from Windows XP, Vista, 7, 8, Server 2003 and Server 2008 Setup? 4 Aug 2012 2:38 AM (12 years ago)

Today we are going to address a very common Windows problem. Many times we modify or replace system files in Windows for customization purposes. For example, to customize or change login screen, boot screen, Start ORB, Windows theme, etc. Most common system files which are replaced by Windows users are Explorer.exe, NTOSkrnl.exe, LogonUI.exe, Shell32.dll, MSgina.dll, authui.dll, uxtheme.dll, etc. But sometimes we don't like the end result or we face problems after replacing or modifying those system files. In such case, we can perform a System Restore to restore our Windows to a previous working state or we can restore the backup of the system file which we created before replacing or modifying the original file.
But what to do if we neither created a System restore point nor took a backup of the file? In such condition, we have no other option left except repairing or reinstalling Windows or we can copy the same file from another system and paste it in our system.
Don't worry! Today we are going to share a small and easy to use trick which can help you in extracting any system file from Windows setup disc or ISO image file so that you can easily restore the original system file in Windows.
This trick will also help customization lovers who always want to grab system files from a new Windows OS to extract new resources from it without installing the OS in their system.
The one and only tool which we use in this tutorial is 7-Zip which is an awesome and absolutely free file archive software. So first download it using following link:
Download 7-Zip
For your convenience, we have divided the tutorial in 2 parts:
  • Extracting system files from Windows XP and Windows Server 2003 setup
  • Extracting system files from Windows Vista, 7, 8, Windows Server 2003 and 2008 setup
So without wasting time, lets start the tutorial:
Extracting System Files from Windows XP and Server 2003 Setup
Extracting a system file from Windows XP and Windows Server 2003 is very simple and easy. All system files in XP and Server 2003 setup are stored in "I386" folder present in the setup and all files are stored in compressed format. For example, Explorer.exe file will be present as Explorer.ex_, Shell32.dll file will be present as Shell32.dl_ and so on.
You just need to right-click on the file which you want to copy or extract, go to 7-Zip context menu and click on "Extract Here" option.
Extracting_Windows_XP_System_File_Setup_ISO_7_Zip.png
That's it. It'll immediately extract the original system file which you can use anywhere you want.
Extracting System Files from Windows Vista, Server 2008, 7 or Windows 8 Setup
Extracting a system file from Windows Vista, Windows 7, Windows 8, Server 2003 and Server 2008 setup is a bit tricky because the setup ISO of these Windows OS uses a new file format .WIM to store all system files in it. Normally this file format is not recognized by many popular file archiving utilities but 7-Zip can recognize it without any problem.
Many people mount Windows setup ISO to extract the files but if you use 7-Zip, you'll not need to mount it. You can directly extract any desired system file using following simple steps:
1. If you have Windows setup disc, insert it in the drive or if you already have Windows setup copied in your hard disk, go to that folder.
2. Now go to "Sources" folder and look for a file "install.wim". That's the file which contains all system files. Once you find the file, right-click on it and select "7-Zip -> Open archive" option. It'll open the file in 7-Zip.
Now jump to Step 3.
NOTE: For people who have copied Windows setup ISO directly in their hard disk, right-click on it and select "7-Zip -> Open archive" option.
Opening_Windows_Setup_ISO_File_7_Zip.png
Now go to "Sources" folder and look for a file "install.wim". Once you find the file, right-click on it and select "Open" option.
Opening_Install_WIM_File_7_Zip.png
3. Once you open "install.wim" in 7-Zip, you'll see a few folders having numbers in their names like 1, 2, 3, 4 and 5 as shown in following screenshot:
Viewing_Install_WIM_File_Content_7_Zip.png
Actually each number is associated with a different edition of Windows. These numbered folder may vary for different setup ISO.
Now you just need to find the correct folder which corresponds to the correct Windows edition installed in your system. To find out the correct edition, you can extract [1].xml file present in the archive and open it. This file contains information about all these numbered folders.
Look for a line <IMAGE INDEX="1"> in the [1].xml file. It should be 4th line in the file. After a few lines under it, you'll see <EDITIONID>, <NAME>, <DESCRIPTION>, <DISPLAYNAME> and <DISPLAYDESCRIPTION> tags. These tags will give you an idea which number corresponds to which edition of Windows.
Edition_Info_XML_Windows_Setup_ISO.png
The number of occurrence of <IMAGE INDEX="#"> tag in xml file will be equal to number of folders present in "install.wim" file.
If the first occurrence of <IMAGE INDEX="#"> tag doesn't match with your installed edition of Windows, go to next occurrence until you find the correct edition and its index.
Once you find out the correct edition and its index number, open that numbered folder within 7-Zip and you'll see all files and folders which you normally see in C: drive after installing Windows as shown in following screenshot:
Viewing_Windows_Setup_ISO_Content_7_Zip.png
That's it. Now you can browser through folders and copy/extract the desired file.
Feel free to post your feedback about this tutorial in your comment. Do you already use 7-Zip to extract system files or was it new for you? If you know any other interesting method, please share it in your comment...

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[AIO] Ultimate Tutorial to Customize Desktop Context Menu in Windows Vista, 7 and 8 4 Aug 2012 2:37 AM (12 years ago)

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...

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[AIO] Ultimate Tutorial to Customize My Computer Context Menu in Windows XP, Vista, 7 and 8 4 Aug 2012 2:36 AM (12 years ago)


UPDATE: This tutorial will also work in Windows 8.
Context menu is basically the menu which appears when you right-click somewhere e.g. Desktop, shortcuts, etc. Almost all Windows users use My Computer context menu to access "System Properties", "Computer Manager" and other tools.
We have posted many tutorials in past which allow you to add many interesting and useful shortcuts to My Computer context menu like Device Manager, Services, Network Connections, God Mode, Task Manager and many more.
Recently we posted a long article which is actually a collection of all Desktop context menu related tutorials posted here at AskVG:
[AIO] Ultimate Tutorial to Customize Desktop Context Menu in Windows Vista and 7
Using the same idea, today in this article we are going to put our best My Computer context menu tutorials together 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.
Most of these tutorials work in almost all Windows versions including XP, Vista, 7 and Server editions but some are exclusive for Windows 7 only.
So without wasting any time lets make an ultimate list of all these tutorials:
Add Control Panel, Task Manager and Other Useful Shortcuts in My Computer Context Menu:
Following articles will help you in adding your desired program shortcuts and various useful system tools shortcuts like Add/Remove Programs, Disk Cleanup, Control Panel, Device Manager, Event Viewer, Computer Manager, MSConfig, Registry Editor, Services Manager, Task Manager and Windows Update with icons in My Computer context menu:
My_Computer_Context_Menu_Shortcuts_.png
Add Cascading Menus in My Computer Context Menu:
This tutorial helps you in adding group of shortcuts in My Computer context menu. For example, you can add a folder "System Tools" which will contain all system tools shortcuts like Folder Options, Power Options, Administrative Tools, etc installed in your system. Having a group of shortcuts saves space and doesn't make your context menu look weird.

Add Windows XP Style "Classic System Properties" Shortcut in My Computer Context Menu:
If you use Windows Vista or 7, you might miss the classic System Properties window which used to show in Windows XP. Following tutorial helps you in adding the same classic System Properties shortcut in My Computer context menu under Windows Vista and 7.
Classic_System_Properties.jpg
Add Windows XP Style Classic System Properties Shortcut in My Computer Context Menu
Add "Network Connections" Shortcut in My Computer Context Menu:
This tutorial helps you in adding a shortcut to "Network Connections" window in My Computer context menu so that you can access it quickly and easily:

How to Add “Network Connections” Shortcut in My Computer Context Menu?
Add Windows 7 "God Mode" Shortcut in My Computer Context Menu:
"God Mode" in Windows 7 allows quick access to all Control Panel options in a single place. This tutorial helps you in adding a shortcut to "God Mode" in My Computer context menu so that you can quickly and easily access it by right-clicking on My Computer icon and selecting "God Mode" option.

How to Add Windows 7 “God Mode” Shortcut in My Computer Context Menu?
Add Aero ON / OFF Shortcuts in My Computer Context Menu:
If you want to turn Aero on or off in Windows Vista and 7, you need to do it using System Properties or Desktop Properties. But there are 2 simple commands which quickly enable / disable Aero.
Following tutorial helps you in adding shortcuts to these 2 commands in My Computer context menu so that you can turn Aero on / off quickly and easily.

How to Add Aero ON / OFF Shortcuts in My Computer Context Menu Under Windows Vista and 7
 Add Useful Shortcuts in My Computer Main Window:
Following tutorials will help you in adding various useful shortcuts like Recycle Bin, Network Connections, etc directly in My Computer window:
Add_Shortcuts_Computer_Network_Locations.png
Other Useful Explorer Context Menu Tutorials:
Following are a few other tutorials which help you in adding various useful shortcuts in Explorer context menu:

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[Guide] How to Restore “TrustedInstaller” as Default Owner of a File, Folder or Registry Key in Windows? 4 Aug 2012 2:33 AM (12 years ago)

We all customization lovers know that we need to take ownership of a system file before replacing or modifying the file in Windows. Almost all Windows customization stuff require modification of system files for example, you need to edit Explorer.exe file to customize Start ORB in Windows 7, you need to edit authui.dll file to change login screen, etc. By default, a built-in system account "TrustedInstaller" has ownership and full control of all system files in Windows Vista, Windows 7 and Windows 8, so you need to take ownership and assign full permission to yourself before modifying or replacing the system file.
Taking ownership of a file or folder is very easy. We have provided a ready-made registry script which automatically adds a new option "Take Ownership" in file and folder context menu (right-click menu). So you just need to right-click on a file or folder and select "Take Ownership" option and it automatically makes you the owner of that file/folder and assigns you full permission on that file/folder.
How to Add “Take Ownership” Option to File or Folder Context Menu in Windows
We have also posted a detailed and easy to understand guide which teaches you how to take ownership of a file or folder manually in Windows:
[Guide] How to Take Ownership (Permission) of a File or Folder Manually in Windows?
Now the question comes! Once you have taken ownership of a file and now you want to restore "TrustedInstaller" as default owner of that file, how will you do that? How will you change the owner of a file back to "TrustedInstaller"?
We never realized that someone might need to restore ownership of a file to "TrustedInstaller" until we received following comment from an AskVG reader "KS":
How do I give permissions back to TrustedInstaller, when I changed it, TrustedInstaller wasn't in the list of possible owners anymore??
That was really an interesting point. Once you take ownership of a file or folder in Windows, if you go back to its Properties and try to change the owner back to "TrustedInstaller", you'll be surprised to see that "TrustedInstaller" is no longer present in the users list.
So how to bring back the built-in system user "TrustedInstaller" and set it as default owner of a file or folder? Don't worry! Here is the solution.
Today in this tutorial, we'll tell you how to restore "TrustedInstaller" as default owner of a file or folder in Windows if you changed its owner to yourself?
So without wasting time, lets start the tutorial:
NOTE: The same method will apply to restore "TrustedInstaller" as owner of registry keys in Registry Editor.
1. Go to the folder which contains the file or folder for which you want to restore ownership to "TrustedInstaller". Right-click on the file or folder and select Properties.
2. It'll open its Properties window. Now go to "Security" tab and click on Advanced button.
File_Permissions_Details.png
3. It'll open a new window. Now go to "Owner" tab and you'll see that the owner would be set to your username and "TrustedInstaller" would not be present in the list as we mentioned above.
Don't worry. We'll add it manually. Click on "Edit" button:
Editing_Owner_File_Folder.png
4. It'll open another window. Click on "Other users or groups" button.
Changing_Owner_File_Folder.png
5. Now type NT SERVICE\TrustedInstaller in "Enter the object name to select" text box and click on OK button as shown in following screenshot:
Restoring_TruestedInstaller_as_Owner_File_Folder.png
6. It'll immediately add "TrustedInstaller" to the users list. Click on Apply button.
Setting_TruestedInstaller_as_Owner_File_Folder.png
7. Windows will show a message box, click on OK button to close it. Again click on OK button in all opened windows and you have successfully restored "TrustedInstaller" as default owner of the file or folder.
You can check and confirm the owner by opening the file or folder Properties and you'll see that "TrustedInstaller" has become the owner of that file or folder again.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Will Windows 8 be a Good OS for Desktop PCs? 4 Aug 2012 2:33 AM (12 years ago)

We all know that Microsoft's upcoming OS "Windows 8" is under development. Microsoft has released a Developer Preview build of Windows 8 to public in past and very soon Microsoft is going to release a Beta (Consumer Preview) build of Windows 8 to public on Feb 29, 2012. Everyone will be able to download and use it absolutely free. Windows 8 comes with several new features and enhancements like new Start Screen which has completely replaced traditional Start Menu, Ribbon UI in Windows Explorer, redesigned and enhanced file copy/move dialog box, enhanced Task Manager, Refresh/Reset PC functionality and much more. You can learn more about all new Windows 8 features in our exclusive Windows 8 section.
New_Start_Screen_Windows_8.png
Although there are many improvements and new additions in this new Windows OS but the question comes, will Windows 8 be a good OS for Desktop and laptops? This question came in my mind because it seems Microsoft is mainly targeting touch-devices like Tablets for Windows 8 development. Why? Please read below:
Windows 8 Start Screen
Lets talk about Start Screen first. Start Screen shows big live thumbnails (called Tiles) of installed programs in Windows 8. Its extremely cool to have such kind of screen in touch devices as the user needs to use his finger to select an item and it would be really hard to select an item from traditional start menu. Big thumbnails help user in opening a program easily and quickly.
But what about Desktop and laptop users? Why would a Desktop user want new Start Screen to forcefully occupy the whole screen area to show big thumbnails of programs? Start Menu takes a very small amount of screen space and the user also have access to Desktop but in Start Screen, if you want to look at Desktop, you'll need to click on Desktop tile or use keyboard shortcuts.
Also using mouse to scroll between several program tiles on Start Screen takes much time compared to the good old start menu where it shows a list of all installed programs using small icons and text which doesn't take much space.
So for a Desktop user, Start Menu is far better than new Start Screen.
PS: There is a registry tweak to enable Start Menu in Windows which can be found here. But again its a hidden trick and I'm not sure whether it'll work in final RTM build of Windows 8 or not? Microsoft can disable this trick in RTM build.
Removal of Start Button
Now the news are coming from latest Windows 8 testing build that Microsoft has removed "Start button" from Taskbar.
First removal of Classic start menu from Windows 7, then removal of the whole start menu from Windows 8 and now they removed Start button from Taskbar? Where are they going?
The Start button in Windows 8 Developer Preview build used to launch new Start Screen and now after the removal of Start button, you need to move your mouse cursor to the bottom-left corner of screen which shows a small thumbnail of Start Screen. You need to click on that thumbnail to launch Start Screen.
Windows_8_Consumer_Preview_Start_Button.png
The reason behind this move is the presence of actual "Start Button" key on all touch devices. Actually Microsoft has provided some guidelines to all computer manufacturer companies to develop devices compatible with Windows 8. The first and most important guideline is the presence of Start button key. All touch devices must have a Start button on the device panel which should launch the Start Screen.
Now Microsoft is again thinking about touch devices and forgetting about Desktop users. Desktop users don't need Start Screen. They just need to click on Start Button and launch the desired program.
Instead of completely removing the Start button, Microsoft could have made it a bit shorter or could have used a rectangular shape similar to Aero Peek (Show Desktop) rectangle present in the end of Taskbar. Microsoft can make it completely transparent or put Windows flag icon or a big S on it. So that at least users can know that they need to click on it to access Start Screen.
Metro Apps
And about Metro Apps, why would a Desktop user need a chromeless Internet Explorer metro version when he already have an excellent IE9 version? Metro IE is great for touch devices like tablets where the screen is small and you need to use your fingers to browse the sites but for a Desktop user its not so great. IE9 already comes with minimal UI. It hardly takes screen space and provides much space to browse websites.
Again Metro Apps are great for touch devices but not for Desktops.
What Would Be The Best Solution?
Its true that tablets are becoming popular day by day but Desktop users are still there and will always be there so we should not forget about them.
Why to create a single OS which is perfect for tablets but not very good for Desktops?
What Microsoft should do is to develop 2 separate editions of Windows 8, one for tablets and the other for Desktops. Desktop edition should come with traditional Start button and Start Menu and the Tablet edition should come with new Start Screen.
Or Microsoft can program Windows 8 setup in such a way that it should automatically detect the computer system at the installation time whether its a touch device or Desktop and then it should install the right edition.
Also instead of completely removing a component, Microsoft should provide an option to switch between features. If they wish, they can disable Start menu but they should also provide an option in Taskbar Properties to enable traditional start menu. Same thing can be done for Start button. Providing options to user is better instead of forcing him to use something which he doesn't want to use.
I'm sure if tablets were not so popular and Microsoft didn't think about them, Windows 8 would have been something different than what we are seeing today.
Just my two cents. What do you think???

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Windows 8 Gets New Metro Style Logo, Goodbye Windows Flag 4 Aug 2012 2:31 AM (12 years ago)

There were many rumors lately that Microsoft is going to use a new Windows logo for Windows 8. But now Microsoft has officially confirmed this rumor. Today at Windows Team Blog, Microsoft announced about new Windows logo which will be used for Microsoft's upcoming OS Windows 8.
According to Microsoft, Windows 8 is a complete reimagination of Windows operating system. the Windows logo is a strong and widely recognized mark. In some ways you can trace the evolution of the Windows logo in parallel with the advancements of the technology used to create logos. From the simple two color version in Windows 1.0 to the intricate and detailed renderings in Windows Vista and Windows 7, each change makes sense in the context in which it was created. As computing capabilities increased, so did the use of that horse power to render more colors, better fonts, and more detailed and life-like 3D visual effects like depth, shadows, and materiality. And what started as a simple "window" to compliment the product name became a flying or waving flag. But if you look back to the origins of the logo you see that it really was meant to be a window.
Following is the brand new Windows 8 logo:
Windows_8_New_Logo.png
With Windows 8, Microsoft approached the logo redesign with a few key goals on mind:
1. Microsoft wanted the new logo to be both modern and classic by echoing the International Typographic Style (or Swiss design) that has been a great influence on Metro style design philosophy. Using bold flat colors and clean lines and shapes, the new logo has the characteristics of way-finding design systems seen in airports and subways.
2. It was important that the new logo carries Metro principle of being "Authentically Digital". It does not try to emulate faux-industrial design characteristics such as materiality (glass, wood, plastic, etc.). It has motion – aligning with the fast and fluid style you'll find throughout Windows 8.
3. Microsoft's final goal was for the new logo to be humble, yet confident. Welcoming you in with a slight tilt in perspective and when you change your color, the logo changes to reflect you. It is a "Personal" Computer after all.
So what do you think about this new logo? Like it or do you find it too simple? Feel free to share your feedback about this new Windows 8 logo...

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to Use Windows 8 Developer Preview for One More Year? 4 Aug 2012 2:29 AM (12 years ago)

When Microsoft released Windows 8 Developer Preview build to public, it was set to expire on March 11, 2012. So you were able to enjoy it for 6 months approx. Now March 11, 2012 is coming and you'll need to uninstall Windows 8 Developer Preview and reinstall previous Windows editions or Windows 8 Consumer Preview which is going to release on Feb 29, 2012. Otherwise after the activation license expires, Windows 8 Developer Preview will periodically restart.
But what if you don't want to uninstall Windows 8 Developer Preview and want to keep it using for some more time as you have installed your favorite software programs and don't want to take the tension of installing them again?
Windows_8_New_Logo.png
Don't worry! Here is the solution. Microsoft has released a new update for Windows 8 Developer Preview which will extend the expiry date to January 15, 2013 so you'll get almost one extra year to enjoy Windows 8 DP build.
But before talking about the update, lets see what will happen when Windows 8 Developer Preview license expires:
You'll receive following message on the Activate Windows screen in Control Panel:
The license for this pre-released version of Windows has expired. You'll need to enter a new product key to activate Windows. Until you activate, Windows will restart every 1 hour, so you should back up your data.
Install the latest version of Windows.
You'll receive the following message on the Windows Activation screen:
This pre-release version of Windows has expired. Your computer will restart every 2 hours and you might lose any unsaved data.
You'll receive the following message on the Personalize pane in Control Panel:
You need to Activate Windows before you can personalize your PC.
Additionally, starting 14 days before the expiration date, you may receive the following notification on the desktop and in the Security section of Action Center:
This pre-release version of Windows will expire soon. Go to Windows Activation to purchase and install a released version of Windows.
So if you don't want to uninstall Windows 8 Developer Preview and want to use it for some more time, open Windows Update in Windows 8 Developer Preview and install the new update KB2671501 to extend the expiry period.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Windows 8 Consumer Preview (Public Beta) Released, Download Now 4 Aug 2012 2:28 AM (12 years ago)

It's not been a long time when Microsoft released a free Developer Preview build of its upcoming OS "Windows 8" to public. We all were pretty much excited to give it a test drive. Some of us liked it but some of us got disappointed with it. There are many things which have been changed or added in Windows 8 such as new "Start Screen" which has replaced the good old Start Menu in Windows 8, Microsoft Office 2010 like Ribbon UI in Windows Explorer and many other things.
Today Microsoft has released a free Consumer Preview build of Windows 8 to public. You may consider it as a public Beta build, Microsoft has decided to call it as Consumer Preview build.
Windows 8 Consumer Preview is available in English, Chinese (Simplified), French, German, and Japanese.
Windows_8_New_Logo.png
Since its a beta build, you should get better performance and lesser bugs compared to the previous Developer Preview build.
There are many noticeable changes in this Consumer Preview build such as removal of Start button, a little bit modified Ribbon UI in Windows Explorer, new login screen, better Start Screen, etc.
Interested people can download Windows 8 Consumer Preview (Beta) build using following download link:
Download Windows 8 Consumer Preview (Public Beta)
Download Windows 8 Consumer Preview (Public Beta) ISO Images
Direct Download Links for Windows 8 Consumer Preview (Public Beta)
The first download link contains Windows 8 Consumer Preview Setup which includes an optimized download and built-in tools for creating an ISO or bootable flash drive. Alternatively, you can download the ISO image using second link. Third link contains direct download links for all available editions of Windows 8 Consumer Preview.
The Consumer Preview of Windows 8 will expire on January 15th, 2013 so you can enjoy it for approx. one year.
Windows 8 Consumer Preview Setup will check to see if your PC can run Windows 8 Consumer Preview and select the right download. Setup also features a compatibility report and upgrade assistance. Built-in tools for creating an ISO or bootable flash drive are available for some previous versions of Windows (excluding Windows XP and earlier).
One more thing, you can upgrade to Windows 8 Consumer Preview from Windows 8 Developer Preview, Windows 7, Windows Vista, or Windows XP, but you might not be able to keep all of your files, programs, and settings.
If Windows 8 Consumer Preview setup asks for a product key at the time of installation, you can type any of following keys:
NF32V-Q9P3W-7DR7Y-JGWRW-JFCK8
DNJXJ-7XBW8-2378T-X22TX-BKG7J
You can also download following interesting stuff about Windows 8:
Download Windows 8 Consumer Preview Product Guide
Download Remote Server Administration Tools for Windows 8 Consumer Preview
Windows 8 Consumer Preview (Public Beta) Frequently Asked Questions (FAQ)

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[Direct Download Links] Windows 8 Consumer Preview (Public Beta) 4 Aug 2012 2:27 AM (12 years ago)

Microsoft has just released a free public beta (Consumer Preview) build of Windows 8 which can be downloaded using this link. For your convenience, in this topic we are providing direct download links for Windows 8 Consumer Preview
build so that you don't need to go anywhere else. Just click on the download link and it'll start downloading Windows 8 Consumer Preview to your PC:
Windows_8_New_Logo.png
English
64-bit (x64) Download Link (3.3 GB)
32-bit (x86) Download Link (2.5 GB)
Chinese (Simplified)
64-bit (x64) Download Link (3.4 GB)
32-bit (x86) Download Link (2.6 GB)
French
64-bit (x64) Download Link (3.3 GB)
32-bit (x86) Download Link (2.5 GB)
German
64-bit (x64) Download Link (3.3 GB)
32-bit (x86) Download Link (2.5 GB)
Japanese
64-bit (x64) Download Link (3.3 GB)
32-bit (x86) Download Link (2.5 GB)
When you'll run Windows 8 Consumer Preview setup, it'll ask for a product key. You can use any of following 2 product keys provided by Microsoft:
DNJXJ-7XBW8-2378T-X22TX-BKG7J
NF32V-Q9P3W-7DR7Y-JGWRW-JFCK8
Please note that the Consumer Preview of Windows 8 will expire on January 15th, 2013 so you can enjoy it for approx. one year.
One more thing, you can upgrade to Windows 8 Consumer Preview from Windows 8 Developer Preview, Windows 7, Windows Vista, or Windows XP, but you might not be able to keep all of your files, programs, and settings.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Windows 8 Consumer Preview (Public Beta) Frequently Asked Questions (FAQ) 4 Aug 2012 2:14 AM (12 years ago)


NOTE: Almost all things are same for Windows 8 Release Preview as well.
Microsoft has released free Consumer Preview (Beta) build of its upcoming OS "Windows 8" to public which can be downloaded using following link:
Windows 8 Consumer Preview (Public Beta) Released, Download Now
There are many questions related to Windows 8 Consumer Preview which are coming in people minds. We have received so many emails about Windows 8 from various AskVG readers asking almost same questions. So today in this topic we are going to answer all those frequently asked questions (FAQs) related to Windows 8.
Windows_8_New_Logo.png
So without wasting time, lets share Windows 8 Consumer Preview FAQs:
Q.1. What is Windows 8 Consumer Preview? Is it Beta version of Windows 8?
Ans. Yes. Windows 8 Consumer Preview is actually a Beta version of Windows 8 which has been released absolutely free to public by Microsoft.
Microsoft called it as Consumer Preview because the company didn't want to create confusion as the meaning of the word "Beta" has changed a lot lately.
Q.2. Is Windows 8 Consumer Preview stable? Can I use it as my primary OS?
Ans. Since its a beta version of Windows 8, bugs and issues are obvious but you should expect better performance and experience compared to Windows 8 Developer Preview build.
If you use your computer for normal stuff like checking email, web browsing, playing games, etc, you can install and use Windows 8 Consumer Preview as primary OS.
Q.3. What are the system requirements of Windows 8 Consumer Preview?
Ans. Windows 8 Consumer Preview system requirements are same as of Windows 7. If you are using Windows Vista or 7 in your system, it should work with Windows 8 without any problem.
You can take a look at following topic for better idea:
Windows 8 Consumer Preview (Public Beta) System Requirements
Q.4. I already have a Windows installed in my system, can I upgrade the existing Windows to Windows 8 Consumer Preview?
Ans. That's an important question! Yes, you can upgrade from Windows XP, Vista, Windows 7 or Windows 8 Developer Preview to Windows 8 Consumer Preview but there are some limitations.
Upgrade from Windows 8 Developer Preview:
If you upgrade your system from Windows 8 Developer Preview to Windows 8 Consumer Preview, you'll be able to keep your user accounts and files but you won't be able to keep installed programs and Windows settings.
Upgrade from Windows 7:
If you upgrade your system from Windows 7 to Windows 8 Consumer Preview, you'll be able to keep your user accounts and files, installed programs and Windows settings.
Upgrade from Windows Vista:
If you upgrade your system from Windows Vista to Windows 8 Consumer Preview, you'll be able to keep your user accounts and files and Windows settings but you won't be able to keep installed programs.
Upgrade from Windows XP:
If you upgrade your system from Windows XP to Windows 8 Consumer Preview, you'll be able to keep your user accounts and files but you won't be able to keep installed programs and Windows settings.
Q.5. Should I upgrade my existing Windows to Windows 8 Consumer Preview or should I install it separately?
Ans. Installing Windows 8 Consumer Preview separately on a different partition and doing a dual-boot between existing Windows version and Windows 8 Consumer Preview would be a better idea. It'll help you in uninstalling/removing Windows 8 Consumer Preview easily from your system in future if you want. Also you'll not have any chance of data loss and your existing Windows version will remain untouched.
Q.6. If I upgrade my existing Windows to Windows 8 Consumer Preview, will I able to uninstall Windows 8 Consumer Preview in future and return to previous Windows version?
Ans. No. You can't go back to previous Windows version. You'll need to reinstall it using setup disk.
Q.7. How to install Windows 8 Consumer Preview in a virtualization software like VMware Workstation, VirtualBox, Virtual PC, etc?
Ans. Installing a testing product in a virtualization software is a wise idea. It helps in testing the product before actually installing it in your system.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[Windows 8 Start Screen] How to Pin, Unpin, Resize, Move, Close and Search Tiles 4 Aug 2012 2:13 AM (12 years ago)

Windows 8 comes with new Start Screen which shows different tiles of installed programs, system tools, etc to provide quick and easy access to your favorite programs. If you have started using Windows 8 Consumer Preview build or planning to install it, here are some interesting tips and tricks for you to enjoy this new Start Screen in Windows 8.
1. How to Unpin (Remove) or Resize a Tile in Start Screen
If you don't like a tile in Start Screen and want to remove it from the screen, just right-click on it and click on "Unpin from Start" option in the bottom bar:
Unpin_Tile_Windows_8_Start_Screen.png
If its a 3rd party program tile, you can also uninstall it by clicking on "Uninstall" button.
You can also resize a rectangular tile by clicking on "Smaller" button. You can again make that tile large by clicking on "Larger" button.
2. How to Pin New Tiles in Start Screen
If you accidentally removed a tile and want to pin it back to Start Screen or if you want to add a new tile to Start Screen, move your mouse cursor to the extreme top-right corner. It'll show the new Charms bar, select "Search" option from it.
Alternatively, you can press "Ctrl+Tab" keys together to access Apps screen or right-click on Start Screen and click on "All apps" option in bottom bar.
It'll open the Apps page where you'll get a long list of lots of interesting apps. Right-click on an app which you want to pin to Start Screen and click on "Pin to Start" option in bottom bar:
Pin_New_Tile_Windows_8_Start_Screen.png
That's it. It'll immediately add the app tile to Start Screen.
3. How to Move Tiles in Start Screen
Did you know you can also move the tiles in Start Screen using simple drag-n-drop? Take an example of the above mentioned "Command Prompt" tile which we added manually. We just dragged-n-dropped it at the beginning of Start Screen:
Move_Tile_Windows_8_Start_Screen.png
Isn't it simple?
4. How to Close Apps in Start Screen
You can close a running app by pressing Alt+F4 keys together. Or you can move mouse cursor to top-middle area of screen and the cursor will change into a hand shape. Now click and hold the cursor and drag-n-drop it to the bottom and it'll immediately close the app.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to Log Off, Restart and Shut Down Windows 8 PC? 4 Aug 2012 2:12 AM (12 years ago)

More and more people are installing recently released Windows 8 Consumer Preview build and all are asking same question. How to restart, log off or shut down Windows 8 computer? Actually Microsoft has removed Start button and Start Menu from Windows 8 and that's why you can't select restart, shut down, etc options from there. (You can enable the Start button and Start menu in Windows 8 using this tutorial.)
The new Start Screen also doesn't provide any direct shortcut to restart or shut down the PC, then how to turn your system off?
Don't worry! Although there are no direct options given in Windows 8 but here in this tutorial we are going to share lots of ways to lock, log off, restart and shut down your Windows 8 PC:
METHOD 1: Using Ctrl+Alt+Del Key Combination
It doesn't matter whether you are on new Start Screen or Windows 8 Desktop, simply press the good old Ctrl+Alt+Del key combination and it'll show following screen:
Restart_Shutdown_Windows_8_PC_2.png
Now you can lock, log off or switch between users. If you want to restart or shut down your system, click on the turn off icon given at the bottom-right corner and select the desired option.
METHOD 2: Using New Charms Bar
Again this method works for both Start Screen and Desktop. Simply move your mouse cursor at the extreme top-right corner and it'll show the new Charms bar. Click on "Settings" charm and it'll show a sidebar in right-side of screen.
Restart_Shutdown_Windows_8_PC.png
There you can click on "Power" button and select the desired option.
METHOD 3: Using Alt+F4 Key Combination
This method only works for Desktop. Click on Taskbar and press Alt+F4 keys together. It'll show following dialog box:
Log_Off_Restart_Shutdown_Windows_8_PC.png
Now you can select the desired option from drop-down menu and click on OK button.
METHOD 4: Using User Details Shown at Start Screen
This method only works for Start Screen. It allows you to lock or log off in Windows 8.
Simply click on your username or avatar shown at the top-right corner of Start Screen and there you can select the desired option:
Log_off_Lock_Windows_8_PC.png
That's it. These all are the easiest and quickest ways to log off, restart and shut down a Windows 8 PC. Please feel free to share more ways if you know in your comment...

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to Enable Good Old Start Button (ORB) and Start Menu in Windows 8? 4 Aug 2012 2:11 AM (12 years ago)

We all know that Windows 8 Release Preview build has been released which comes with many improvements over the previous Developer Preview build. It supports Start Screen customization and there are many improvements in Windows Explorer ribbon UI, etc. Among these improvements, there is a big change which was not expected by anyone. That is the removal of good old start button (start ORB) from Taskbar. We mentioned this earlier that Microsoft has removed the start button from Taskbar in Windows 8. You can check following link for more information:
Will Windows 8 be a Good OS for Desktop PCs?
Microsoft already removed start menu from Windows 8 in previously released Developer Preview build and now the start button has also gone.
Without start button the Taskbar looks weird and new users can't decide where to go and open their favorite programs? Today in this tutorial, we are going to tell you how to bring the good old start button and start menu back in Windows 8?
Yes. You heard it right. although start button and start menu have been permanently removed from Windows 8 but there are ways to get them back.
In this tutorial, we'll share 2 easy to use methods which can help you in enabling start button and start menu in Windows 8:
  • METHOD 1: Using New Taskbar Toolbar
  • METHOD 2: Using 3rd Party Software
So without wasting time, lets start the tutorial:
METHOD 1: Using New Taskbar Toolbar
Long time back we shared a small tutorial to get classic start menu back in Windows 7 in which we took help of built-in Taskbar toolbar feature of Windows.
[Manual Method] Get “Classic Start Menu” Back in Windows 7 Without Using 3rd Party Software
The same method also works in Windows 8 and you can get an alternative start menu as shown in following screenshot:
Windows_8_Start_Menu.png
As you can see you can access all programs list using this new menu similar to start menu.
If you are not satisfied with this method and want to get original Windows 7 style start ORB and start menu in Windows 8, then following method will definitely help you.
METHOD 2: Using 3rd Party Software
In this method, we'll use a freeware "ViStart" which was actually created for Windows XP to get Windows Vista or 7 style start menu but this excellent tool works in Windows 8 as well.
1. So first download ViStart using following topic:
ViStart: Free Windows Vista and Windows 7 Start Menu Clone for Windows XP
NOTE: When you run ViStart setup, it tries to install two 3rd party programs bundled with it. You can skip the installation of these extra programs by unchecking "Install Babylon toolbar" option and clicking on "Decline" button when the setup asks to install "Registry Cleaner Pro" software.
2. Once you install ViStart, it'll bring back the start ORB and start menu in Windows 8. But the start ORB will overlap Taskbar button as shown in following screenshot:
Start_Button_Added_Windows_8_Taskbar.png
3. You can fix this problem by adding a new blank toolbar in Taskbar. Simply follow these steps:
3.a. First create a new folder anywhere. It might be on Desktop, in C: drive or in any other drive. We have created a folder "test" in C: drive in our example.
Create_New_Folder.png
3.b. Now right-click on Taskbar and select "Toolbars -> New toolbar..." option.
3.c. It'll open browse dialog box where you'll need to select a folder. Select the new folder which you created in 3.a. step and click on "Select Folder" button.
Create_New_Taskbar_Toolbar.png
3.d. It'll immediately add the new folder toolbar in Taskbar. It'll be added near system tray (notification area) as shown in following screenshot:
New_Toolbar_Added_Windows_8_Taskbar.png
3.e. Right-click on Taskbar and uncheck "Lock the Taskbar" option. It'll show a placeholder to drag the folder toolbar.
Unlocked_Taskbar_Toolbar.png
3.f. Now you need to drag-n-drop the new folder toolbar to the start of Taskbar. Simply click and hold on the folder toolbar handler, drag the handler to the start of Taskbar. It'll put the new folder toolbar to the start of Taskbar and you'll see a huge gap between folder toolbar and program buttons.
3.g. Now right-click on the empty area between folder toolbar and program buttons and uncheck both "Show Text" and "Show title" options.
Disable_Text_Title_Taskbar_Toolbar.png
3.h. Now you can drag-n-drop the program buttons handler near start ORB to remove the gap.
Drag_n_Drop_Taskbar_Toolbar.png
3.i. Lock the Taskbar again and now start ORB will no longer overlap program buttons and you'll get a working start ORB and start menu in Windows 8.

ViStart works perfectly without any problem in Windows 8 so you'll never miss the good old Start button and Start Menu in Windows 8.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Windows 8 Hidden Secret Features and Useful Hotkeys 4 Aug 2012 2:10 AM (12 years ago)

As we all know Microsoft is currently working on its upcoming OS Windows 8 and a free Release Preview version can be downloaded using following link: Windows 8 Release Preview (RC Build) Released, Download Now
Microsoft has made lots of changes in Windows 8. Microsoft has completely removed Start Menu and Start button from Windows 8 and all known registry tricks or other methods to get them back are not working in this new build.
Removal of Start button and Start Menu also makes performing power operations a bit difficult. Now you don't get a direct option to restart, shut down your PC. All these options have been moved to Settings charm which can be accessed by moving your mouse cursor to top-right corner of screen and selecting Settings charm from Charms bar.
We have posted 2 detailed guides for getting Start Menu, Start button back in Windows 8 and for adding power options in Desktop context menu. You can read them at following links:
Although Microsoft has removed a few essential features and functionality from Windows 8 but on the other hand they have also introduced many new useful features in Windows 8.
After using Windows 8 for a few days, we have came across a few interesting features, some of which are not directly visible on screen. The most strange part is that Microsoft has not talked about a few of these features yet in any official blog post.
Anyway for your convenience, today in this topic we are going to share a few hidden secret features which we have found in Windows 8.
So without wasting time, lets share the hidden gems in Windows 8:
1. Hidden Quick Access Menu
Although Microsoft has removed Start button and Start Menu from Windows 8 Taskbar but they have added a hidden Quick Access Menu (QAM) which provides easier access to many useful system tools such as:
  • Programs and Features
  • Power Options
  • System Settings
  • Device Manager
  • Command Prompt
  • Task Manager
  • Control Panel
  • Search
  • Run
  • and a few more
To access QAM, move your mouse cursor to extreme bottom-left corner of screen and right-click and you'll get the hidden system menu as shown in following screenshot:
Windows_8_Consumer_Preview_Quick_Access_Menu.png
You can also access it using "Win+X" hotkey.
You can also check out following exclusive tutorial to customize this new Quick Access Menu in Windows 8:
[EXCLUSIVE] Customize New Quick Access Menu (Win+X Menu) in Windows 8
If you are still using Windows XP, Vista or Windows 7, you can get a similar system menu in Desktop context menu or My Computer context menu using following tutorials:
2. Auto-Save Screenshots
That's an awesome addition to Windows 8. In previous Windows versions, whenever you needed to take a screenshot of your screen, you had to press "PrntScr" key or if you wanted to take screenshot of a specific program window, you needed to click on it to make it active and press "Alt+PrntScr" keys. After doing this, the screenshot was captured by clipboard and you had to paste and save it using an image editing software like built-in MS Paint, Adobe Photoshop, etc.
Windows 8 makes the whole process a lot easier. You can just press "Win+PrntScr" keys together and Windows 8 will automatically save the screenshot in your "Pictures" library folder. The screenshot is saved with the name "Screenshot.png". If you take more screenshots, they are saved with an added number such as "Screenshot (2).png", "Screenshot (3).png" and so on.
Windows_8_Consumer_Preview_Automatic_Save_Screenshot.png
I wonder why they didn't add hotkey "Win+Alt+PrntScr" to automatically save screenshot of a specific window. I hope they'll add it in final build of Windows 8.
3. New Hotkey to Access Safe Mode
In previous Windows versions, if the user wanted to boot into Safe Mode, he needed to press "F8" key at system startup but this good old and well know hotkey no longer works in Windows 8. Microsoft has replaced it with a new hotkey.
The new hotkey is "Shift+F8". So now you need to press "Shift+F8" keys together to access Safe Mode option in Windows 8. I can't understand the reason behind this move. May be they'll use "F8" hotkey for some new stuff? Who knows?
4. New Hot Corners in Screen
Windows 8 comes with hot corner feature which allows you to access some built-in options when you move your mouse cursor in a corner of your monitor screen.
When you move your mouse cursor to bottom-left corner of screen, it shows small Start Screen thumbnail which lets you go to Start Screen.
Windows_8_Consumer_Preview_Start_Button.png
When you move your mouse cursor to top-left corner of screen, it shows a list of all running Metro apps so that you can switch between apps or close an app.
Windows_8_Consumer_Preview_Metro_Apps_Switcher.png
When you move your mouse cursor to top-right or bottom-right corner of screen, it shows new Charms Bar where you can access Settings, Search, Share, Devices and Start Screen charm.
Windows_8_Consumer_Preview_Charms_Bar.png
5. New Useful Hotkeys (Keyboard Shortcuts)
There are a few useful hotkeys (keyboard shortcuts) introduced in Windows 8 which can make your Windows 8 experience better. Some of them are given below:
  • Win key - Toggles between Start Screen and Windows Desktop
  • Win+X - Opens Quick Access Menu as mentioned in point 1
  • Win+PrntScr - Automatically saves screenshot in Pictures folder as mentioned in point 2
  • Win+C - Shows Charms Bar
  • Win+I - Shows Settings panel
  • Win+Tab - Shows Metro apps switcher as mentioned in point 4
  • Ctrl+F1 - Minimizes / maximizes ribbon in Windows Explorer
  • Ctrl+Tab – Launches All Apps list on Start Screen.
That's all for now guys! We'll keep updating the list whenever we find another secret stuff in Windows 8 so keep checking this place in future.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to Remove Watermark (Build Number Info) from Desktop in Windows 8 Consumer Preview (Public Beta)? 4 Aug 2012 2:07 AM (12 years ago)

Whenever Microsoft releases a testing build of Windows or service pack, a watermark is always shown on Windows Desktop. This watermark usually shows the build number of Windows or service pack. Many people don't like this watermark on their Desktop as it hides some part of the wallpaper and sometimes doesn't look nice on Desktop wallpapers.
There are many methods available to remove the watermark from Windows Desktop. These methods include modifying system files using our favorite tool "Resource Hacker". One needs to open a specific system file in Resource Hacker and then remove the text present in the file which is shown on Desktop. More info can be found here.
There are also a few 3rd party patching utilities released whenever a new testing build of Windows or service pack is released by Microsoft. These patchers automatically modify system files to get rid of watermark from Desktop.
Recently Microsoft released free Consumer Preview (public Beta) build of Windows 8 which also shows a watermark on Desktop as shown in following screenshot:
Windows_8_Desktop_Watermark.png
Many AskVG readers asked us how to remove this watermark from Windows 8 Desktop? Believe me removing watermark from Windows Desktop was never so easy before.
Although the watermark string is stored in a system file "shell32.dll.mui" in Windows 8 but the process of showing this watermark on Desktop is a bit different in Windows 8.
Actually whenever you set an image file as Desktop wallpaper, Windows automatically creates a copy of that image file in a hidden folder and then puts the watermark on that image file. So basically the watermark is shown by the image file and if you edit that image file and remove the text from it, you can easily get rid of the watermark from Windows 8 Desktop.
What we'll do is that we'll replace the hidden JPG image file which contains our Desktop wallpaper and watermark with a similar image file but without the watermark.
To make it clear, lets start the tutorial for removing watermark from Windows 8 Consumer Preview Desktop:
1. First apply your desired image as Desktop wallpaper or leave it to default Windows 8 wallpaper if you like.
2. Now copy following text:
%appdata%\Microsoft\Windows\Themes
3. Press "Win+R" keys together to open RUN dialog box and paste the above text and press Enter.
4. It'll open Themes folder in Windows Explorer where you'll find a folder "CachedFiles" and an image file "TranscodedWallpaper.jpg".
CachedFiles_Folder_Windows_8.png
Here, "TranscodedWallpaper.jpg" file contains the wallpaper image which you set on your Desktop and "CachedFiles" folder contains a cached image file which is used by Windows to show wallpaper on Desktop. Its basically a copy of "TranscodedWallpaper.jpg" file + watermark on it.
5. Now click on "TranscodedWallpaper.jpg" file and press "Ctrl+C" keys. It'll copy the file. Now press "Ctrl+V" keys to make a copy of the image file in same folder. You can also do the task using right-click menu.
Make_Copy_Current_Wallpaper_Image.png
6. Now open "CachedFiles" folder and you'll see an image file with the name "CachedImage_xxx.jpg". That's the actual image file which is showing your Desktop wallpaper. Windows automatically creates it whenever you change your Desktop wallpaper.
7. Now click on the image file and press "F2" key or right-click on the file and select Rename option. Now copy its name.
Copy_Name_CachedFiles_Folder_Image.png
8. Go back to previous folder and rename new "TranscodedWallpaper - Copy.jpg" file and paste the copied text string.
It'll set the new image file name to same as the name of image file present in CachedFiles folder.
Rename_New_Image_with_CachedFiles_Image_Name.png
9. Now cut this new image file from "Themes" folder and paste it into "CachedFiles" folder.
Windows will ask for confirmation, click on "Replace the file in the destination folder" option.
Replace_CachedFiles_Image_with_New_Image.png
10. That's it. Close the folder and refresh your Desktop and the watermark will be gone.
Windows_8_Desktop_Watermark_Removed.png
PS: If you see some black space on Desktop, unlock Taskbar and move it to some other place such as top, left or right and then put it back to previous place i.e. bottom and the black space will disappear.
NOTE: You can also directly edit the image file present in "CachedFiles" folder using an image editing software such as MS Paint, Adobe Photoshop, Gimp, etc and remove the watermark text on it and then save the image file. It'll save the extra steps to make a copy of the image file and replace files.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Hidden Secret Trick to Enable / Activate “Aero Glass” in Windows 8 “Aero Lite” Theme 4 Aug 2012 2:06 AM (12 years ago)

We all know that Microsoft has added a new theme "Aero Lite" in Windows 8 which is considered as a replacement for existing "Windows Basic" theme in Windows Vista and 7. Aero Lite theme is enabled by default in computer systems which don't support Aero interface. Following is a screenshot of Aero Lite theme running in Windows 8:
Windows_8_Aero_Lite_Theme.png
As you can see "Aero Lite" theme doesn't provide Aero Glass and looks very basic.
Today we are going to share a secret trick to enable or activate Aero Glass effect in Windows 8 "Aero Lite" theme. This secret trick is actually a bug / goof-up which might get fixed in RTM version of Windows 8. You may also consider it as a hidden easter-egg in Windows 8.
To enable Aero Glass in Aero Lite theme, you need to follow these simple steps:
STEP 1. Right-click on Windows 8 Desktop and select "Personalize" option. It'll open Personalization window.
Make sure default Aero theme is applied. If it is not, apply Aero theme.
Now click on "Window Color" link given at the bottom of the window. Keep the window opened.
STEP 2. Now again right-click on Desktop and select "Personalize" option. It'll open another Personalization window. Now click on "Windows Basic" theme to apply Aero Lite theme.
It'll apply Aero Lite theme and obviously you'll not get Aero glass.
Windows_8_Aero_Lite_Theme_with_Aero_Glass.png
STEP 3. Now the tricky part comes. Go to previously opened Personalization window which we opened in Step 1.
Uncheck "Enable transparency" option and then re-check it. Click on "Save changes" button and get ready to enjoy Aero glass in "Aero Lite" (Windows Basic) theme.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[Did You Know] Windows 8 Allows You to Remove “Favorites” from Windows Explorer Navigation Pane 4 Aug 2012 1:52 AM (12 years ago)

Recently released free Consumer Preview (Public Beta) build of Windows 8 comes with many new and secret features. We highlighted a few secret features in following topic: Windows 8 Hidden Secret Features and Useful Hotkeys
Today in this topic, we are going to share another cool feature found in Windows 8. As we know Microsoft re-designed navigation pane in Windows 7 Explorer and added following 5 things to it:
  • Favorites
  • Libraries
  • Homegroup
  • Computer
  • Network
But as usual Microsoft didn't provide any built-in option to add/remove entries from navigation pane so you were not able to remove any of the above mentioned options from navigation pane. Although there are Registry tricks available to remove these options from Windows Explorer navigation pane. Interested people can find these tutorial links at the end of this article.
Now Microsoft has surprisingly added a new option in Windows 8 Explorer to remove "Favorites" entry from navigation pane.
When you right-click in navigation pane of Windows Explorer in Windows 8, you get a new option "Show favorites". Its enabled by default and if you disable the option, it'll immediately remove Favorites from navigation pane:
Remove_Favorites_Windows_8_Explorer.png
You can access the same option from Folder Options as well.
That's really a nice addition to Windows 8 as many Windows 7 users wanted to remove Favorites from Windows Explorer navigation pane. Now Windows 8 users will not complain about it.
We hope that Microsoft will also provide similar options to remove other entries from navigation pane in final RTM version of Windows 8. Fingers crossed.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Right Click Context Menu Adder 2.0: Freeware to Add Program Shortcuts, Website Links, Files or Folders in Windows 7 and Windows 8 Desktop Context Menu 4 Aug 2012 1:51 AM (12 years ago)

UPDATE: New version 2.0 released which comes with lots of new features such as ability to add website links, files and folders shortcuts in Desktop context menu. Check out full details below.
NOTE: You can check other interesting and useful free software created by our readers here.
As you all know we have posted a detailed tutorial in past which allows you to add your desired favorite program shortcut in Windows 7 and Windows 8 Desktop context (right-click) menu so that you can run the program quickly and easily by just right-click on Desktop:
How to Add Program Shortcuts and Useful Shortcuts in Windows 7 and Windows 8 Desktop Context Menu?
We have also posted lots of other similar tutorials to customize Desktop context menu in Windows which can be found in following article:
Ultimate Tutorial to Customize Desktop Context Menu in Windows Vista, 7 and 8
Today we are going to share a free and portable utility "Right Click Context Menu Adder" created by an AskVG reader "Gromas" which allows you to add your favorite program shortcut, website link, file or folder shortcut in Windows 7 and Windows 8 Desktop context menu quickly and easily and you'll not need to modify Windows Registry yourself, this software will do the job for you.
Following is an example of the output which you can get with the help of this awesome software:
Customize_Desktop_Context_Menu
As you can see in the above screenshot, we have added a link to AskVG.com at top of context menu, added a link to wallpapers folder in the middle of context menu and added a shortcut to change desktop icons settings at the bottom of Desktop context menu with the help of this freeware.
You just need to run this tool and select the desired item which you want to add in Desktop context menu. You can select any of following items to add to context menu:
  • Program
  • Folder
  • Web Address
  • Any type of file
After selecting the desired item, provide required details such as program's EXE file path, website URL, file name, etc. By default, the program icon is automatically selected from its EXE file but you can also select a custom icon. The program also allows you to customize the shortcut name which will be displayed in context menu. For website shortcut, you can also ask program to automatically retrieve its favicon which will be displayed in Desktop context menu.
This small utility also allows you to select the position of the new shortcut in Desktop context menu. You can select any of following positions:
  • Top
  • Middle
  • Bottom
Right_Click_Context_Menu_Adder
If you select "Show only when SHIFT key is pressed" option, the new shortcut will only be shown in Desktop context menu when you press SHIFT key while right-clicking on Desktop. It'll not be visible normally. So you can enable this option for those shortcuts which you don't use regularly or want to hide from others.
You can also tell the software whether the new shortcut should be added to Desktop context menu only or should the software add the new shortcut to folder context menu as well. If you select the 2nd option, the shortcut will also be visible when you right-click on a folder.
Once a new shortcut is added, you can remove it later using 2nd tab. Simply select the desired item from the list and click on "Remove" button.
This software comes in 2 languages: English and Portuguese.
This software is highly customizable and works perfectly without any problem. The best thing is that its portable so you don't need to install it. Simply run the EXE file and add desired shortcuts in Desktop context menu.
It can be used in both 32-bit and 64-bit Windows editions. You can download it using following link:
Download Link

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

[Exclusive] Customize New Quick Access Menu (Win+X Menu) in Windows 8 – Add, Remove, Rename or Move Shortcuts and Much More 4 Aug 2012 1:50 AM (12 years ago)

We all know that a free Consumer Preview (Public Beta) build of Windows 8 has been released by Microsoft which can be downloaded using following link: Windows 8 Consumer Preview (Public Beta) Released, Download Now
Microsoft has made many changes in Windows 8. A brand new Start Screen has been added which unfortunately has replaced the good old Start Menu.
Microsoft has also removed Start button (ORB) from Windows 8 Taskbar and has replaced it with a new Start Screen thumbnail which appears when you move your mouse cursor to bottom-left corner of screen.
To make Windows 8 users life easier, Microsoft has added a new context menu which appears when you right-click on extreme bottom-left corner of screen. I personally prefer to call it "Quick Access Menu" similar to Quick Access Toolbar present in Ribbon UI of Windows 8 Explorer or Microsoft Office 2010.
Windows_8_Consumer_Preview_Quick_Access_Menu.png
You can also use keyboard shortcut "Win+X" to access this new quick access menu. This new menu provides quick access to lots of useful Windows utilities such as Power Options, Command Prompt, Control Panel, etc.
But did you know you can customize this new menu in Windows 8? Yep, I accidentally found an interesting way to customize this new menu present in Windows 8.
In past, Microsoft used to put all menus, context menus, etc in system files such as Shell32.dll, Explorer.exe, etc. You can visit following article which will provide you a better idea:
[AIO] Complete Tutorial to Customize Desktop Context Menu in Windows XP Using Resource Hacker
Then Microsoft made use of Windows Registry to show items in Windows Vista and Windows 7 Desktop context menu:
[AIO] Ultimate Tutorial to Customize Desktop Context Menu in Windows Vista and 7
And now for the first time in history, Microsoft is using a very simple way to show context menus in Windows 8. I have not seen such kind of things in any previous Windows version.
In Windows 8, Microsoft is using a hidden folder which contains all those shortcuts which are shown in Quick Access Menu. Quite interesting, huh?
I was working on this tutorial since a few days but couldn't post it as I was trying to find out each and every thing which can be customized in this new menu present in Windows 8.
So without wasting time, let me share the hidden secret way to customize this new Quick Access Menu of Windows 8:
Customize Quick Access Menu in Windows 8:
I was looking into various system folders of Windows 8 to find out what's new and where are all new UI resources present in Windows 8. Then suddenly I found following hidden folder:
C:\Users\user_name\AppData\Local\Microsoft\Windows\WinX
As the name suggests "WinX" folder contains all shortcuts which are displayed in new Quick Access Menu (Win+X) in Windows 8.
To access above mentioned folder, press Win+R keys together to open RUN dialog box and then type appdata and press Enter.
Now you can easily go to "Local\Microsoft\Windows\WinX" folder. Once you open "WinX" folder, you'll notice 3 sub-folders under it:
  • Group1
  • Group2
  • Group3
Actually the new Quick Access Menu is divided into 3 groups as shown in following image:
Windows_8_Quick_Access_Menu_Groups.png
And the 3 folders Group1, Group2 and Group3 present in "WinX" folder contains those shortcuts respectively.
Following are screenshots of all these 3 folders content:
Group1 Folder:
Windows_8_Quick_Access_Menu_Group1.png
Group2 Folder:
Windows_8_Quick_Access_Menu_Group2.png
Group3 Folder:
Windows_8_Quick_Access_Menu_Group3.png
As you can see in the above images, all 3 group folders contain same shortcuts which are shown in Quick Access Menu in Windows 8.
Removing Shortcuts from Quick Access Menu in Windows 8:
First thing which you can customize in this Quick Access Menu is removal of unwanted shortcuts.
Quick Access Menu contains lots of shortcuts and you might not use a few of them. So you can delete unwanted shortcuts to make the context menu short and to easily find the shortcuts which you want to use.
1. To remove a shortcut, simply go to that Group folder and delete the shortcut.
For example, if you want to delete "Command Prompt" shortcut, go to "Group3" folder and delete "Command Prompt" shortcut.
2. Now you'll need to either log off or restart Explorer to take effect. You can restart Explorer using Task Manager. Check out following article:
Windows 8 Allows You to Restart Explorer Using Task Manager
3. That's it. Now you'll not see that removed shortcut in context menu.
Removing_Shortcuts_Quick_Access_Menu_Windows_8.png
As you can see in above image, "Command Prompt" shortcut is not present in Quick Access Menu.
Renaming Shortcuts in Quick Access Menu in Windows 8:
You can also change names of shortcuts shown in Quick Access Menu. For example, you can change name of "Command Prompt (Admin)" to some other name such as "Terminal", etc.
1. To rename a shortcut, first maximize the ribbon in Windows Explorer. Click on small arrow present below the Close button and it'll maximize the ribbon. You can also press "Ctrl+F1" keys together to toggle the ribbon.
2. Now go to "View" tab and enable "Hidden Items" checkbox.
3. Now open the Group folder which contains your desired shortcut and you'll see a hidden file "Desktop.ini".
4. Double-click on "Desktop.ini" file and it'll open in Notepad.
5. You'll see a list of all shortcuts present in Quick Access Menu along with some file names and random numbers. Actually this file defines the labels or names of shortcuts which you see in Quick Access Menu.
The first part of a line contains shortcut's file name such as "06 - System.lnk" and the second part after the equal sign (=) defines its label in context menu such as "@%SystemRoot%\system32\systemcpl.dll,-1". These labels are pre-defined in those system files.
6. To change the name of a shortcut, you just need to replace the label part given after the equal sign (=) with your desired name.
For example, we are going to change "System" shortcut name to "System Properties".
To do this, we'll just replace the whole "@%SystemRoot%\system32\systemcpl.dll,-1" string with "System Properties" string as shown in following screenshot:
Renaming_Shortcuts_Quick_Access_Menu_Windows_8.png
7. That's it. Once you replace the label and save the file, again restart Explorer or log off and you'll see new name in context menu:
Shortcuts_Renamed_Quick_Access_Menu_Windows_8.png
Moving Shortcuts in Quick Access Menu in Windows 8:
You can also ungroup all these shortcuts present in Quick Access Menu. For example you can move all shortcuts in a single group to remove separators between the groups or you can also create new groups for desired shortcuts.
1. To ungroup all shortcuts, simply move all shortcuts in a single folder.
For example, you can move all shortcuts present in "Group1" and "Group2" folders to "Group3" folder. Restart Explorer or log off and you'll see all shortcuts in a single group in Quick Access Menu. You'll not see any separator between shortcuts.
2. To create new group, simply create a new folder such as "Group4" in "WinX" folder and move the desired shortcuts from other group folders to this new folder.
Create_New_Shortcut_Group_Quick_Access_Menu_Windows_8.png
That's it. Restart Explorer or log off and you'll see a new group in context menu:
New_Shortcut_Group_Quick_Access_Menu_Windows_8.png
Adding New Shortcuts in Quick Access Menu in Windows 8:
UPDATE: Check out following tutorial to learn how to add new shortcuts in "Win+X" menu:
[Exclusive] How to Add New Shortcuts in Quick Access Menu (Win+X Menu) of Windows 8?
I'm yet to find a way to add new shortcuts in Quick Access Menu. I'm sure it can be done and I'm trying my best to find a way to do it.
I tried to place a new shortcut in those Group folders but didn't work. I also tried to add its entry in hidden Desktop.ini file but didn't work.
I tried to replace existing shortcuts with my new shortcuts having same names but again didn't work.
I have found something interesting in Windows Registry (regedit). Following Registry key contains references for all these shortcuts:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ShellCompatibility\InboxApp
If you look carefully in right-side pane of this key, you'll find entries of all these shortcuts there:
Registry_Keys_Quick_Access_Menu_Group_Shortcut_Windows_8.png
I'm trying to use this Registry key to add new shortcuts.
I have found a way to change existing shortcuts functionality. You can change an existing shortcut to open your desired program instead of built-in program shortcut. Simply right-click on a shortcut present in those Group folders and select Properties option. Now change the command present in Target text box to the full path of your desired program's EXE file. Once done, the shortcut present in Quick Access Menu will open your desired program instead of the previous built-in program shortcut. So using this method, you can change shortcut's target and open desired programs using those shortcuts in context menu.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to Disable New Ribbon UI and Get Old Toolbar Back in Windows 8 Explorer? 4 Aug 2012 1:49 AM (12 years ago)

We all know that Microsoft has added Office 2010 Ribbon UI in Windows Explorer of Windows 8. Ribbon UI is definitely better than the old Windows XP toolbar or Windows Vista and 7's command bar as it provides instant access to many options which were not accessible using toolbar or command bar such as showing hidden files, changing folder view directly, showing file extensions, etc. But the major problem with Ribbon UI is that it takes a big amount of screen space and small screen users such as netbook or tablet users might face a big problem with it.
When Microsoft released Developer Preview build of Windows 8, removing ribbon from Explorer and getting Windows Vista/7 style command bar back was very easy using a small registry trick.
But Microsoft patched this method in recently released Consumer Preview (Public Beta) build of Windows 8. Now the Registry trick no longer works and there is no known way to remove ribbon from Windows 8 Explorer.
Recently while working on Windows 8, I found an interesting thing which forced me to believe that the old Windows Vista and 7 style Explorer is still there in Windows 8 and the new ribbon UI is actually hiding it.
Why do I think so? Its because you can get the new ribbon UI and old Vista/7 style command bar at the same time in Windows 8 Explorer. Don't believe me? Here is the proof:
Open Windows Explorer in Windows 8 and you'll get new ribbon UI obviously as shown in following screenshot:
Windows_8_Explorer_Ribbon.png
Now press "F11" key to go full screen and the good old Windows Vista and 7 style command bar will appear and you'll no longer see new ribbon UI. Following screenshot shows it clearly:
Windows_8_Explorer_Full_Screen_View.png
Please note that when you enter into full screen mode, the toolbar is set to auto-hidden. You can right-click on toolbar and disable "Auto-hide" option to show it permanently.
So the bottom line is that if you don't want to use ribbon in Windows Explorer and want to get more vertical space, simply press "F11" key and you'll get the old command bar back and you'll not have to use new ribbon UI.
Here I would like to add one more thing! There are many system folders in Windows 8 which still have old command bar instead of new ribbon UI. For example, go to "C:\Windows\Downloaded Program Files" folder and you'll get Vista and 7 style Windows Explorer instead of new Windows 8 Explorer with ribbon as shown in following screenshot:
Windows_8_Explorer_Ribbon_Removed.png
Since its a beta build of Windows 8, I'm sure Microsoft will fix it in RTM version of Windows 8. Till then you can enjoy the old command bar and remove ribbon UI from Windows 8 Explorer using a simple keyboard shortcut "F11".

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

The Best Way to Get Rid of Windows 8 Explorer Ribbon 4 Aug 2012 1:48 AM (12 years ago)

NOTE: Windows 8 is under development so we recommend you to test the new features instead of removing or disabling them. If you still want to get rid of new Ribbon UI, following method will help you.
Yesterday we posted a very easy to use trick to temporarily disable Ribbon UI in Windows 8 Explorer. We used the built-in Full Screen mode to disable Windows 8 Explorer ribbon:
How to Disable New Ribbon UI and Get Old Toolbar Back in Windows 8 Explorer?
This method proves that the old Windows Vista or 7 style command bar is still present in Windows 8 Explorer and the new ribbon is simply hiding it.
And today our friend "Lee Whittington" shared another simple method to completely remove ribbon from Windows 8 Explorer. This method involves renaming a system file present in Windows 8 which is responsible of showing ribbon in Windows 8 Explorer.
This method will permanently remove ribbon from Windows Explorer in Windows 8 and you'll get Windows Vista and 7 style Explorer as shown in following screenshot:
Windows_8_Explorer_Ribbon_Disabled.png
So without wasting time lets start the tutorial:
1. Open Windows Explorer and go to C:\Windows\System32 folder. Here we are assuming that Windows 8 is installed in C: drive in your computer. If you installed Windows 8 in any other partition, replace C: drive with the correct drive letter.
2. Now look for a file UIRibbon.dll.
3. Now you'll need to take ownership of this DLL file. You can use any of following 2 methods to take ownership of UIRibbon.dll file:
4. Once you take ownership, rename UIRibbon.dll file to any other name such as UIRibbon_bak.dll or UIRibbon.old or any other name.
Removing_Ribbon_Windows_8_Explorer.png
5. That's it. Restart your system and you'll no longer see ribbon in Windows 8 Explorer.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?