Extensions in Windows 7!

Saturday, December 26, 2009 ·

your day dream think it is slightly annoying Windows 7 does not show you whoever expansion expansion file? Of course, discovery some people expansion expansion very trying file and the file icon will tell you file extension however, but sometimes they are needed.

This is a briefing tutorial which would account you ‘how to show expansion expansion Windows 's inside file 7'.

There are just three step of necessity is to show all expansion expansion file:

1. First of all, open up your Control Panel and click on “Folder Options”:



2. Go to the tab “View” and locate the entry “Hide extensions for known filetypes”.



3. Click on “Apply” to save your settings and Windows 7 will now show you all of the file extensions.

Show/Hide File Extension Toggle

A handy tool for Windows 7, AutoHotkey allows you to write macros:
http://www.autohotkey.com/

The howtogeek wrote a little tool that allows you to toggle file extensions, you can turn it on and off with a simple shortcut. Good stuff!


; WINDOWS
KEY + Y TOGGLES FILE EXTENSIONS

#y::
RegRead, HiddenFiles_Status, HKEY_CURRENT_USER, Software\Microsoft
\Windows\CurrentVersion\Explorer\Advanced, HideFileExt
If HiddenFiles_Status = 1
RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, HideFileExt, 0
Else
RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, HideFileExt, 1
WinGetClass, eh_Class,A
If (eh_Class = “#32770″ OR A_OSVersion = “WIN_VISTA”)
send, {F5}
Else PostMessage, 0×111, 28931,,, A
Return

0 comments:

Technology (IT)

Information technology (IT), as defined by the Information Technology Association of America (ITAA), is "the study, design, development, implementation, support or management of computer-based information systems, particularly software applications and computer hardware.IT deals with the use of electronic computers and computer software to convert, store, protect, process, transmit, and securely retrieve information.

World Technology

World Technology

Followers