Program that changes "Shortcut to X" to" X"

R

R.Scotti

I was checking out features yesterday and found a program that let me change settings for all my
areas. It had settings for the mouse; Speed of the mouse etc. Internet Explorer; Change mostly
disable functions, Explorer; change the shortcuts to name to just name, put version number on
desktop and many other options.
Plus it had many other areas I don't remember.

I tried to go back to change the shortcut option but can't remember where the program is?
I thought it was a Norton program Norton System Works or Internet Security but its not. I also
checked MS Config and other Windows settings and its not there either.

I have an HP Pavilion A1440N with Windows XP Media Center (Build 2600.xpsp_sp2_gdr.050301-1519)
According to the desktop. (although it says Windows Professional which I don't have.)

If someone knows which program does this I would really appreciate getting back to me.
Have a nice day.

R Scotti
 
R

Ramesh, MS-MVP

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downl...a6-b352-839afb2a2679/TweakUiPowertoySetup.exe

Install and run TweakUI. Select "Explorer", and uncheck the following
option:

Prefix "Shortcut to" on new shortcuts

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


I was checking out features yesterday and found a program that let me change
settings for all my
areas. It had settings for the mouse; Speed of the mouse etc. Internet
Explorer; Change mostly
disable functions, Explorer; change the shortcuts to name to just name, put
version number on
desktop and many other options.
Plus it had many other areas I don't remember.

I tried to go back to change the shortcut option but can't remember where
the program is?
I thought it was a Norton program Norton System Works or Internet Security
but its not. I also
checked MS Config and other Windows settings and its not there either.

I have an HP Pavilion A1440N with Windows XP Media Center (Build
2600.xpsp_sp2_gdr.050301-1519)
According to the desktop. (although it says Windows Professional which I
don't have.)

If someone knows which program does this I would really appreciate getting
back to me.
Have a nice day.

R Scotti
 
R

R.Scotti

Thank you so much I did have it installed but could not find it. I reinstalled it and is working
great. Put a shortcut on my desktop so I won't loose it.
I thought I could put this on my task bar but it won't go there.

Thanks again.

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downl...a6-b352-839afb2a2679/TweakUiPowertoySetup.exe

Install and run TweakUI. Select "Explorer", and uncheck the following
option:

Prefix "Shortcut to" on new shortcuts
Have a nice day.

R Scotti
 
R

Ramesh, MS-MVP

You're welcome. I usually pin TweakUI and other tools to my Start menu.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Thank you so much I did have it installed but could not find it. I
reinstalled it and is working
great. Put a shortcut on my desktop so I won't loose it.
I thought I could put this on my task bar but it won't go there.

Thanks again.

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downl...a6-b352-839afb2a2679/TweakUiPowertoySetup.exe

Install and run TweakUI. Select "Explorer", and uncheck the following
option:

Prefix "Shortcut to" on new shortcuts
Have a nice day.

R Scotti
 
L

Larry Gardner

Here is a VB Script that will add TweakUI to the Control Panel, so you'll
always have it:

-------------------- Copy and
Paste -----------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="TweakUI XP"
"InfoTip"="Starts TweakUI for Windows XP"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,74,00,77,00,\
65,00,61,00,6b,00,75,00,69,00,2e,00,65,00,78,00,65,00,2c,00,30,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command]
@="tweakui.exe"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder]
"Attributes"=dword:00000030

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Add Tweakui to Control Panel"

----------------------------------------------
This is assuming you installed in the default destination folder:
%SystemRoot%\System32.
Now everytime you click on Control Panel, Tweakui will be an option.

R.Scotti said:
Thank you so much I did have it installed but could not find it. I
reinstalled it and is working
great. Put a shortcut on my desktop so I won't loose it.
I thought I could put this on my task bar but it won't go there.

Thanks again.

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downl...a6-b352-839afb2a2679/TweakUiPowertoySetup.exe

Install and run TweakUI. Select "Explorer", and uncheck the following
option:

Prefix "Shortcut to" on new shortcuts
Have a nice day.

R Scotti
 
R

Ramesh, MS-MVP

Correction: That's actually a REG file, not VBScript.

See also:

Add TweakUI to Control Panel in Windows XP:
http://www.dougknox.com/xp/scripts_desc/xp_addtweak.htm
© Doug Knox - 2004

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Here is a VB Script that will add TweakUI to the Control Panel, so you'll
always have it:

-------------------- Copy and
Paste -----------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="TweakUI XP"
"InfoTip"="Starts TweakUI for Windows XP"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,74,00,77,00,\
65,00,61,00,6b,00,75,00,69,00,2e,00,65,00,78,00,65,00,2c,00,30,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command]
@="tweakui.exe"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder]
"Attributes"=dword:00000030

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Add Tweakui to Control Panel"

----------------------------------------------
This is assuming you installed in the default destination folder:
%SystemRoot%\System32.
Now everytime you click on Control Panel, Tweakui will be an option.

R.Scotti said:
Thank you so much I did have it installed but could not find it. I
reinstalled it and is working
great. Put a shortcut on my desktop so I won't loose it.
I thought I could put this on my task bar but it won't go there.

Thanks again.

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downl...a6-b352-839afb2a2679/TweakUiPowertoySetup.exe

Install and run TweakUI. Select "Explorer", and uncheck the following
option:

Prefix "Shortcut to" on new shortcuts
Have a nice day.

R Scotti
 
L

Larry Gardner

Just caught that ... was going to paste vbs ... then thought ... to
complicated.

Thanks.

Also should have told the person to save in a .reg file.


Ramesh said:
Correction: That's actually a REG file, not VBScript.

See also:

Add TweakUI to Control Panel in Windows XP:
http://www.dougknox.com/xp/scripts_desc/xp_addtweak.htm
© Doug Knox - 2004

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Here is a VB Script that will add TweakUI to the Control Panel, so you'll
always have it:

-------------------- Copy and
Paste -----------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="TweakUI XP"
"InfoTip"="Starts TweakUI for Windows XP"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\

00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,74,00,77,00,\
65,00,61,00,6b,00,75,00,69,00,2e,00,65,00,78,00,65,00,2c,00,30,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command]
@="tweakui.exe"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder]
"Attributes"=dword:00000030

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Add Tweakui to Control Panel"

----------------------------------------------
This is assuming you installed in the default destination folder:
%SystemRoot%\System32.
Now everytime you click on Control Panel, Tweakui will be an option.

R.Scotti said:
Thank you so much I did have it installed but could not find it. I
reinstalled it and is working
great. Put a shortcut on my desktop so I won't loose it.
I thought I could put this on my task bar but it won't go there.

Thanks again.

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downl...a6-b352-839afb2a2679/TweakUiPowertoySetup.exe

Install and run TweakUI. Select "Explorer", and uncheck the following
option:

Prefix "Shortcut to" on new shortcuts
Have a nice day.

R Scotti
 
R

R.Scotti

Sorry but this looks to hard to do.Been a long time but only remember regedit from Win ME

Here is a VB Script that will add TweakUI to the Control Panel, so you'll
always have it:

-------------------- Copy and
Paste -----------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="TweakUI XP"
"InfoTip"="Starts TweakUI for Windows XP"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,74,00,77,00,\
65,00,61,00,6b,00,75,00,69,00,2e,00,65,00,78,00,65,00,2c,00,30,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command]
@="tweakui.exe"

[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder]
"Attributes"=dword:00000030

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Add Tweakui to Control Panel"

----------------------------------------------
This is assuming you installed in the default destination folder:
%SystemRoot%\System32.
Now everytime you click on Control Panel, Tweakui will be an option.

R.Scotti said:
Thank you so much I did have it installed but could not find it. I
reinstalled it and is working
great. Put a shortcut on my desktop so I won't loose it.
I thought I could put this on my task bar but it won't go there.

Thanks again.

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/downl...a6-b352-839afb2a2679/TweakUiPowertoySetup.exe

Install and run TweakUI. Select "Explorer", and uncheck the following
option:

Prefix "Shortcut to" on new shortcuts
Have a nice day.

R Scotti
Have a nice day.

R Scotti
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top