|
Page 1 of 1 |
|
Posted: Fri, 9th Mar 2007 02:22 Post subject: Xping Vista... |
|
 |
Love Vista. I really do. A few things still bother me though.
How can I add cut/copy/paste on the top of each window? How can I add the damn control panel to My Computer (aka Computer).
Thank you.
|
|
Back to top |
|
 |
$en$i
VIP Member
Posts: 3127
|
Posted: Fri, 9th Mar 2007 03:53 Post subject: |
|
 |
Control panel is already on the top blue bar in 'Computer', labelled 'Open Control Panel'.
Otherwise they are already under 'Organize' on the top blue bar of every window.
[cut => ctrl+x
copy => ctrl+c
paste => ctrl+v]
|
|
Back to top |
|
 |
|
Posted: Fri, 9th Mar 2007 23:11 Post subject: |
|
 |
I know that Sensi. I didn't ask for a workaround, I want a solution.
|
|
Back to top |
|
 |
$en$i
VIP Member
Posts: 3127
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
LeoNatan
☢ NFOHump Despot ☢
Posts: 73194
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Sat, 10th Mar 2007 15:40 Post subject: |
|
 |
About CPL, I don't know, but if you haven't noticed, the Explorer interface in Vista is completely overhauled. You won't find those Copy-Cut-Paste buttons, allong with all the others. I mean, have you just now noticed that all those toolbars are gone from Vista's Explorer and IE7?
|
|
Back to top |
|
 |
$en$i
VIP Member
Posts: 3127
|
Posted: Sat, 10th Mar 2007 23:00 Post subject: |
|
 |
For the toolbar i dunno, for another link in 'computer' toward the control panel:
Code: | Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{1d6c6c6d-680e-4f50-a7a9-78a0a94c2c86}]
@="Control Panel"
"InfoTip"="Control Panel"
"{305ca226-d286-468e-b848-2b2e8e697b74} 2"=dword:ffffffff
"SearchHelper"="Control Panel"
[HKEY_CLASSES_ROOT\CLSID\{1d6c6c6d-680e-4f50-a7a9-78a0a94c2c86}\DefaultIcon]
@="C:\\Windows\\System32\\SHELL32.DLL,21"
[HKEY_CLASSES_ROOT\CLSID\{1d6c6c6d-680e-4f50-a7a9-78a0a94c2c86}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{1d6c6c6d-680e-4f50-a7a9-78a0a94c2c86}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{1d6c6c6d-680e-4f50-a7a9-78a0a94c2c86}\Shell\Open\Command]
@="C:\\Windows\\System32\\control.exe"
[HKEY_CLASSES_ROOT\CLSID\{1d6c6c6d-680e-4f50-a7a9-78a0a94c2c86}\ShellFolder]
"Attributes"=dword:00000100
"WantsFORPARSING"=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1d6c6c6d-680e-4f50-a7a9-78a0a94c2c86}]
@=hex(2):40,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,\
2c,00,2d,00,34,00,31,00,36,00,31,00,00,00 | It will looks like this:
(cut and paste the code in a ANSI encoded text file, add the .reg extension, double click, reboot)
|
|
Back to top |
|
 |
|
Posted: Sat, 10th Mar 2007 23:05 Post subject: |
|
 |
The toolbars I can live without, the control panel in my computer I cannot.
Thank you both, especially you Sensi for the control panel trick.
P.S.
Sensi, I found another solution for the missing Internet Explorer icon on the desktop.
Code: | Open Registry Editor.
In Registry Editor, navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel
Create the following key (DWORD 32-bit):
{871C5380-42A0-1069-A2EA-08002B30309D}
(just copy/paste, including the brackets)
Close Registry Editor. |
Can you make this into a .reg code so it can be applied easily ?
|
|
Back to top |
|
 |
$en$i
VIP Member
Posts: 3127
|
Posted: Sat, 10th Mar 2007 23:49 Post subject: |
|
 |
Showing the internet explorer icon on the desktop:
Code: | Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000 | OR
Hiding the internet explorer icon of the desktop:
Code: | Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000001 |
|
|
Back to top |
|
 |
LeoNatan
☢ NFOHump Despot ☢
Posts: 73194
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Sun, 11th Mar 2007 00:01 Post subject: |
|
 |
Yeah, this one about the IE is widely known... I wonder why stupid MS didn't allow to be able to put IE on the desktop...
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
Phluxed
VIP Member
Posts: 4911
Location: Oakville, Ontario, Canada
|
Posted: Sun, 11th Mar 2007 04:14 Post subject: |
|
 |
|
|
Back to top |
|
 |
|
Posted: Sun, 11th Mar 2007 06:57 Post subject: |
|
 |
|
|
Back to top |
|
 |
$en$i
VIP Member
Posts: 3127
|
|
Back to top |
|
 |
Page 1 of 1 |
All times are GMT + 1 Hour |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group
|
|
 |
|