PC Review


Reply
Thread Tools Rate Thread

Registry hack to create "details" default folder view Windows 2000 & XP

 
 
John Guderian
Guest
Posts: n/a
 
      27th Jan 2005
I am trying to identify the appropriate registry keys to force the default
folder view of all windows 2000 & xp boxes to the "details" view. Does
anyone know how this could be done?

Please do not reference the "Tools -> Folder Options -> View -> "Apply to
all folders option after selecting a view.

I need this to be done through a logon script, or other auotmated method.

Any help is greatly appreciated.


 
Reply With Quote
 
 
 
 
Jerold Schulman
Guest
Posts: n/a
 
      28th Jan 2005
On Thu, 27 Jan 2005 15:06:17 -0700, "John Guderian" <(E-Mail Removed)> wrote:

>I am trying to identify the appropriate registry keys to force the default
>folder view of all windows 2000 & xp boxes to the "details" view. Does
>anyone know how this could be done?
>
>Please do not reference the "Tools -> Folder Options -> View -> "Apply to
>all folders option after selecting a view.
>
>I need this to be done through a logon script, or other auotmated method.
>
>Any help is greatly appreciated.
>


See tip 764 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
 
 
 
John Guderian
Guest
Posts: n/a
 
      28th Jan 2005
Thanks for the suggestion, however Im having difficulty finding the
difference with this method, and simply selecting "details" from the view
menu, and then having that view applied to all folders.

Since I still have to click "details" from the view menu with this method
its actually increaing the number of steps.

Im looking for a solution to apply this view to 65 computers with zero user
interaction. I just find it hard to believe there is no way to do this.

Thanks again.

"Jerold Schulman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Thu, 27 Jan 2005 15:06:17 -0700, "John Guderian" <(E-Mail Removed)>
> wrote:
>
>>I am trying to identify the appropriate registry keys to force the default
>>folder view of all windows 2000 & xp boxes to the "details" view. Does
>>anyone know how this could be done?
>>
>>Please do not reference the "Tools -> Folder Options -> View -> "Apply to
>>all folders option after selecting a view.
>>
>>I need this to be done through a logon script, or other auotmated method.
>>
>>Any help is greatly appreciated.
>>

>
> See tip 764 in the 'Tips & Tricks' at http://www.jsiinc.com
>
> Jerold Schulman
> Windows Server MVP
> JSI, Inc.
> http://www.jsiinc.com



 
Reply With Quote
 
Jerold Schulman
Guest
Posts: n/a
 
      29th Jan 2005

Do tip 764 on one computer.
Export HKEY_LOCAL_MACHINE\Software\Classes\Folder using
regedit /a DV.reg "HKEY_LOCAL_MACHINE\Software\Classes\Folder"

Apply the DV.reg file to another computer and restart it.
If it sets detail view, you can use a startup script to set it to all the clients.



On Fri, 28 Jan 2005 09:17:06 -0700, "John Guderian" <(E-Mail Removed)> wrote:

>Thanks for the suggestion, however Im having difficulty finding the
>difference with this method, and simply selecting "details" from the view
>menu, and then having that view applied to all folders.
>
>Since I still have to click "details" from the view menu with this method
>its actually increaing the number of steps.
>
>Im looking for a solution to apply this view to 65 computers with zero user
>interaction. I just find it hard to believe there is no way to do this.
>
>Thanks again.
>
>"Jerold Schulman" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> On Thu, 27 Jan 2005 15:06:17 -0700, "John Guderian" <(E-Mail Removed)>
>> wrote:
>>
>>>I am trying to identify the appropriate registry keys to force the default
>>>folder view of all windows 2000 & xp boxes to the "details" view. Does
>>>anyone know how this could be done?
>>>
>>>Please do not reference the "Tools -> Folder Options -> View -> "Apply to
>>>all folders option after selecting a view.
>>>
>>>I need this to be done through a logon script, or other auotmated method.
>>>
>>>Any help is greatly appreciated.
>>>

>>
>> See tip 764 in the 'Tips & Tricks' at http://www.jsiinc.com
>>
>> Jerold Schulman
>> Windows Server MVP
>> JSI, Inc.
>> http://www.jsiinc.com

>



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
Matthias Tacke
Guest
Posts: n/a
 
      29th Jan 2005
Jerold Schulman wrote:
> Do tip 764 on one computer.
> Export HKEY_LOCAL_MACHINE\Software\Classes\Folder using
> regedit /a DV.reg "HKEY_LOCAL_MACHINE\Software\Classes\Folder"
>
> Apply the DV.reg file to another computer and restart it.
> If it sets detail view, you can use a startup script to set it to all the clients.
>
>

Hi Jerold,
good tip. But there may be specific programs installed on the template
computer. I compared a w2k with a xp pc and found several unique entries
which can't be duplicated without the programs being installed on the
dest pc.
Winmerge is quite handy to do such comparisons.
http://winmerge.sourceforge.net/

--
Gruesse Greetings Saludos Saluti Salutations
Matthias
---------+---------+---------+---------+---------+---------+---------+
 
Reply With Quote
 
John Guderian
Guest
Posts: n/a
 
      1st Feb 2005
I tried this procedure exactly as instructed on tip 764, however it did not
work. In fact, these instructions had no effect on the folder views within
the template computer.

Has this procedure been tested?

If there are any other suggestions, please post them. This sounds like a
petty settings, but I have many people bugging me to get this working.

Thanks!


"Jerold Schulman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Do tip 764 on one computer.
> Export HKEY_LOCAL_MACHINE\Software\Classes\Folder using
> regedit /a DV.reg "HKEY_LOCAL_MACHINE\Software\Classes\Folder"
>
> Apply the DV.reg file to another computer and restart it.
> If it sets detail view, you can use a startup script to set it to all the
> clients.
>
>
>
> On Fri, 28 Jan 2005 09:17:06 -0700, "John Guderian" <(E-Mail Removed)>
> wrote:
>
>>Thanks for the suggestion, however Im having difficulty finding the
>>difference with this method, and simply selecting "details" from the view
>>menu, and then having that view applied to all folders.
>>
>>Since I still have to click "details" from the view menu with this method
>>its actually increaing the number of steps.
>>
>>Im looking for a solution to apply this view to 65 computers with zero
>>user
>>interaction. I just find it hard to believe there is no way to do this.
>>
>>Thanks again.
>>
>>"Jerold Schulman" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>> On Thu, 27 Jan 2005 15:06:17 -0700, "John Guderian"
>>> <(E-Mail Removed)>
>>> wrote:
>>>
>>>>I am trying to identify the appropriate registry keys to force the
>>>>default
>>>>folder view of all windows 2000 & xp boxes to the "details" view. Does
>>>>anyone know how this could be done?
>>>>
>>>>Please do not reference the "Tools -> Folder Options -> View -> "Apply
>>>>to
>>>>all folders option after selecting a view.
>>>>
>>>>I need this to be done through a logon script, or other auotmated
>>>>method.
>>>>
>>>>Any help is greatly appreciated.
>>>>
>>>
>>> See tip 764 in the 'Tips & Tricks' at http://www.jsiinc.com
>>>
>>> Jerold Schulman
>>> Windows Server MVP
>>> JSI, Inc.
>>> http://www.jsiinc.com

>>

>
>
> Jerold Schulman
> Windows Server MVP
> JSI, Inc.
> http://www.jsiinc.com



 
Reply With Quote
 
Jerold Schulman
Guest
Posts: n/a
 
      1st Feb 2005

After you set the registry, users will have to select detail view. Once they do, it sticks.


On Tue, 1 Feb 2005 10:12:05 -0700, "John Guderian" <(E-Mail Removed)> wrote:

>I tried this procedure exactly as instructed on tip 764, however it did not
>work. In fact, these instructions had no effect on the folder views within
>the template computer.
>
>Has this procedure been tested?
>
>If there are any other suggestions, please post them. This sounds like a
>petty settings, but I have many people bugging me to get this working.
>
>Thanks!
>
>
>"Jerold Schulman" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>>
>> Do tip 764 on one computer.
>> Export HKEY_LOCAL_MACHINE\Software\Classes\Folder using
>> regedit /a DV.reg "HKEY_LOCAL_MACHINE\Software\Classes\Folder"
>>
>> Apply the DV.reg file to another computer and restart it.
>> If it sets detail view, you can use a startup script to set it to all the
>> clients.
>>
>>
>>
>> On Fri, 28 Jan 2005 09:17:06 -0700, "John Guderian" <(E-Mail Removed)>
>> wrote:
>>
>>>Thanks for the suggestion, however Im having difficulty finding the
>>>difference with this method, and simply selecting "details" from the view
>>>menu, and then having that view applied to all folders.
>>>
>>>Since I still have to click "details" from the view menu with this method
>>>its actually increaing the number of steps.
>>>
>>>Im looking for a solution to apply this view to 65 computers with zero
>>>user
>>>interaction. I just find it hard to believe there is no way to do this.
>>>
>>>Thanks again.
>>>
>>>"Jerold Schulman" <(E-Mail Removed)> wrote in message
>>>news:(E-Mail Removed)...
>>>> On Thu, 27 Jan 2005 15:06:17 -0700, "John Guderian"
>>>> <(E-Mail Removed)>
>>>> wrote:
>>>>
>>>>>I am trying to identify the appropriate registry keys to force the
>>>>>default
>>>>>folder view of all windows 2000 & xp boxes to the "details" view. Does
>>>>>anyone know how this could be done?
>>>>>
>>>>>Please do not reference the "Tools -> Folder Options -> View -> "Apply
>>>>>to
>>>>>all folders option after selecting a view.
>>>>>
>>>>>I need this to be done through a logon script, or other auotmated
>>>>>method.
>>>>>
>>>>>Any help is greatly appreciated.
>>>>>
>>>>
>>>> See tip 764 in the 'Tips & Tricks' at http://www.jsiinc.com
>>>>
>>>> Jerold Schulman
>>>> Windows Server MVP
>>>> JSI, Inc.
>>>> http://www.jsiinc.com
>>>

>>
>>
>> Jerold Schulman
>> Windows Server MVP
>> JSI, Inc.
>> http://www.jsiinc.com

>



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Reply With Quote
 
Mark V
Guest
Posts: n/a
 
      1st Feb 2005
In microsoft.public.win2000.registry John Guderian wrote:

> I am trying to identify the appropriate registry keys to force
> the default folder view of all windows 2000 & xp boxes to the
> "details" view. Does anyone know how this could be done?
>
> Please do not reference the "Tools -> Folder Options -> View ->
> "Apply to all folders option after selecting a view.
>
> I need this to be done through a logon script, or other
> auotmated method.
>
> Any help is greatly appreciated.


If what you want to accomplish can be done via the GUI and needs to
be done on many systems, and can't be set in the default profile, or
cannot be completed via conventional scripting, then why not just use
a compiled AutoIt (3) script to perform the GUI steps required? I've
never yet done such a task using AutoIt, but believe it would be
possible.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Type of Hack/Help with hack.... Leanna Windows XP General 1 11th Nov 2008 01:58 PM
Registry hack for Advanced setting in folder view =?Utf-8?B?QWRhbWdyYW5nZQ==?= Microsoft Windows 2000 Setup 6 13th Jun 2005 12:39 PM
Registry hack to create "details" default folder view Windows 2000 & XP John Guderian Microsoft Windows 2000 Registry 7 1st Feb 2005 09:23 PM
REQ: Reg hack to change Default Folder View to "List" in W2k Wiz Feinberg Microsoft Windows 2000 Registry Archive 0 30th Jun 2003 08:52 PM
REQ: Reg hack to change Default Folder View to "List" in W2k Wiz Feinberg Microsoft Windows 2000 Registry Archive 0 30th Jun 2003 08:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:36 AM.