G
Guest
anybody know how to set the explorer starting location at "Computer"?
which registry key?
which registry key?
Long Nguyen said:anybody know how to set the explorer starting location at "Computer"?
which registry key?
Jon said:If I understand you correctly, then you may be missing the '/separate'
switch
Check that the 'default' key at
HKEY_CLASSES_ROOT\Folder\shell\explore\command
has type 'reg_expand_sz' and value
%SystemRoot%\Explorer.exe /separate,/e,/idlist,%I,%L
Otherwise, this is my export of the key
HKEY_CLASSES_ROOT\Folder\shell\explore
whose values you could compare with your own
;*******************************************
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\explore]
"MultiSelectModel"="Document"
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021
[HKEY_CLASSES_ROOT\Folder\shell\explore\command]
@=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,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,73,00,65,00,70,00,61,00,72,00,61,00,74,00,65,00,2c,00,2f,\
00,65,00,2c,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,\
2c,00,25,00,4c,00,00,00
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
;********************************************
--
Jon
Long Nguyen said:thanks for the help. I actually missed essential points to my problem.
i often use the right click-explore option on the start button. I am in
seek
of the registry key to add the solution you have mentioned in.
at the moment, I have that in the classes_root/folder key. at the moment,
it
works fine if no explorer is opened, but if there is one opened, it
doesn't
go to computer rather to the start menu again.