Restore F2 shortcut XP behaviour in Windows Explorer

sebnunes

New member
Local time
5:58 PM
Messages
1
Hi,

I recently moved to Win 7 and I changed my Windows Explorer configuration to display the file extensions.

Now when I use the F2 shortcut to copy file names, it does not select the file extension.

How can I restore XP behaviour where the file extension was selected as well when I hit F2 ?

Thanks for your help.

Sébastien.
 

My Computer My Computer

At a glance

Win 7 x64
OS
Win 7 x64
Welcome to Sevenforums!
I can suggest nothing else than these free rename softwares.
 

My Computer My Computer

At a glance

Windows 7 Ultimate 64 bit SP1Intel(R) Core(TM) i5-2500K12GB Kingston Hyperx 1600MHzAsus GTS 450
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Built PC
OS
Windows 7 Ultimate 64 bit SP1
CPU
Intel(R) Core(TM) i5-2500K
Motherboard
Gigabyte Technology Co., Ltd. Z68X-UD3-B3
Memory
12GB Kingston Hyperx 1600MHz
Graphics Card(s)
Asus GTS 450
PSU
500W Coolink
Other Info
Genius G-Pen F610 (PenPad)
speedgamer01, why you decided that sebnunes needs batch renaming?
Your advice is totally off here.

sebnunes, this behavior was introduced in Vista and as far as I know (and googling confirms that) it is not possible to change it back to XP-style without 3rd party software.

Myself, after F2 I just press Ctrl+A to select file name with extension.

Also, you can use remapping software like AutoHotkey.
If you decide to go with AutoHotkey here is the script for ENGLISH Windows:
Code:
#IfWinActive ahk_class CabinetWClass 
F2::Send !{RButton}{[COLOR=red]m[/COLOR]}^{A}
First line should activate script only in Explorer, second line substitutes the F2 key to a series of commands and shortcuts: Right Click - Rename, then Ctrl+A.

To make this script work in other than English Windows version you need to change letter m in the code to letter you have underscored in the word "Rename" in your language.
 

My Computer My Computer

At a glance

Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Computer type
PC/Desktop
OS
Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Other Info
"The scale icon at the top right of a post or tutorial is how you can give rep to the member."
Back
Top