Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - how/where to get to these settings via script or answer file?

Reply
 
Old 11-18-2008   #1 (permalink)
James


 
 

how/where to get to these settings via script or answer file?

I got no responses on the setup/deployment specific forums so maybe here is
more appropriate.

This is for windows server 2003.

these settings:

right-click desktop -> properties -> desktop tab -> customize desktop button

here you can check of to display the My Documents folder, My Computer,
Internet Explorer, and My Network Places on the desktop.

I need to configure these via script or answer file during setup. Didn't see
anything in unattended.txt
reference, so I guess a direct registry edit will be needed? anyone know
the keys I
need to get to?

any input is appreciated, thanks.



My System SpecsSystem Spec
Old 11-19-2008   #2 (permalink)
Joe Fawcett


 
 

Re: how/where to get to these settings via script or answer file?

I don't know the keys. My normal approach to this is to export the current
user hive before and after the change and use a file compare tool.

--

Joe Fawcett (MVP - XML)

http://joe.fawcett.name

"James" <noone@xxxxxx> wrote in message
news:OUp2kadSJHA.1164@xxxxxx
Quote:

>I got no responses on the setup/deployment specific forums so maybe here is
>more appropriate.
>
> This is for windows server 2003.
>
> these settings:
>
> right-click desktop -> properties -> desktop tab -> customize desktop
> button
>
> here you can check of to display the My Documents folder, My Computer,
> Internet Explorer, and My Network Places on the desktop.
>
> I need to configure these via script or answer file during setup. Didn't
> see anything in unattended.txt
> reference, so I guess a direct registry edit will be needed? anyone know
> the keys I
> need to get to?
>
> any input is appreciated, thanks.
>

My System SpecsSystem Spec
Old 11-19-2008   #3 (permalink)
mayayana


 
 

Re: how/where to get to these settings via script or answer file?

Couldn't you just try Google, rather than asking
the same question here repeatededly?

I did a quick search using the following terms:

xp registry desktop icon computer

and found this:
http://www.kellys-korner-xp.com/xp_tweaks.htm

It shouldn't be too difficult to track down the tweak,
assuming it's still available in XP/2003. With many of those
type of tweaks, though, you need to refresh Explorer
before it takes effect. I don't know of any way to do
that without using an API call -- which script can't do --
other than to just crash Explorer and hope that it restarts
alright.


My System SpecsSystem Spec
Old 11-19-2008   #4 (permalink)
James


 
 

Re: how/where to get to these settings via script or answer file?

Thanks Joe, appreciate the reply. I'll try that.

"Joe Fawcett" <joefawcett@xxxxxx> wrote in message
news:e4CsbwiSJHA.5200@xxxxxx
Quote:

>I don't know the keys. My normal approach to this is to export the current
>user hive before and after the change and use a file compare tool.
>
> --
>
> Joe Fawcett (MVP - XML)
>
> http://joe.fawcett.name
>
> "James" <noone@xxxxxx> wrote in message
> news:OUp2kadSJHA.1164@xxxxxx
Quote:

>>I got no responses on the setup/deployment specific forums so maybe here
>>is more appropriate.
>>
>> This is for windows server 2003.
>>
>> these settings:
>>
>> right-click desktop -> properties -> desktop tab -> customize desktop
>> button
>>
>> here you can check of to display the My Documents folder, My Computer,
>> Internet Explorer, and My Network Places on the desktop.
>>
>> I need to configure these via script or answer file during setup. Didn't
>> see anything in unattended.txt
>> reference, so I guess a direct registry edit will be needed? anyone know
>> the keys I
>> need to get to?
>>
>> any input is appreciated, thanks.
>>
>
>

My System SpecsSystem Spec
Old 11-19-2008   #5 (permalink)
James


 
 

Re: how/where to get to these settings via script or answer file?

Yes mayayana, I could try google, and do for many things. I also use
newsgroups such as this as 'part' of my process. This is not the only thing
I need to find out... with a number of things to figure out to get a project
done I use many resources, including the communities existing knowledge and
experience (as well as google and good old hard copy books). While working
directly on some current task I may throw out a post related to my
'upcoming' task to get the ball rolling on them so that when I get to them I
am potentially that much further with them. One of the greatest things about
the internet and online communities is the sharing of knowledge and
experience... taking this post as an example I'm just thinking 'hey, someone
else may have had to do this same thing and already knows'.

I certianly appreciate your reply. If what I have explained above is an
inappropriate use of these forums I was unaware of it, and will gladly stop.
I admittedly have not read the 'rules' of these forums so I certianly may be
wrong here, and if so, I apologize. I use an nntp client and therefore have
not seen a link to the rules, as would be common via a web based interface,
care to share a link to those rules?

I know, why don't I google it, right?




"mayayana" <mayaXXyana@xxxxxx> wrote in message
news:%23lr0rekSJHA.5812@xxxxxx
Quote:

> Couldn't you just try Google, rather than asking
> the same question here repeatededly?
>
> I did a quick search using the following terms:
>
> xp registry desktop icon computer
>
> and found this:
> http://www.kellys-korner-xp.com/xp_tweaks.htm
>
> It shouldn't be too difficult to track down the tweak,
> assuming it's still available in XP/2003. With many of those
> type of tweaks, though, you need to refresh Explorer
> before it takes effect. I don't know of any way to do
> that without using an API call -- which script can't do --
> other than to just crash Explorer and hope that it restarts
> alright.
>
>

My System SpecsSystem Spec
Old 11-19-2008   #6 (permalink)
mayayana


 
 

Re: how/where to get to these settings via script or answer file?

Quote:

> If what I have explained above is an
> inappropriate use of these forums I was unaware of it, and will gladly
stop.
Quote:

> I admittedly have not read the 'rules' of these forums
It's not a big deal. But don't you think it's a bit
inconsiderate to ask the same question twice in
one day? It's just a matter of being considerate
of the people who try to help -- not wasting
everyone's time. You don't need to follow any official
rules to do that.


My System SpecsSystem Spec
Old 11-24-2008   #7 (permalink)
James


 
 

Re: how/where to get to these settings via script or answer file?

in case anyone else comes across a need for this:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel


{208D2C60-3AEA-1069-A2D7-08002B30309D} = My Network Places

{20D04FE0-3AEA-1069-A2D8-08002B30309D} = My Computer

{450D8FBA-AD25-11D0-98A8-0800361B1103} = My Documents

{871C5380-42A0-1069-A2EA-08002B30309D} = Internet Explorer

all REG_DWORD


"James" <noone@xxxxxx> wrote in message
news:OUp2kadSJHA.1164@xxxxxx
Quote:

>I got no responses on the setup/deployment specific forums so maybe here is
>more appropriate.
>
> This is for windows server 2003.
>
> these settings:
>
> right-click desktop -> properties -> desktop tab -> customize desktop
> button
>
> here you can check of to display the My Documents folder, My Computer,
> Internet Explorer, and My Network Places on the desktop.
>
> I need to configure these via script or answer file during setup. Didn't
> see anything in unattended.txt
> reference, so I guess a direct registry edit will be needed? anyone know
> the keys I
> need to get to?
>
> any input is appreciated, thanks.
>
My System SpecsSystem Spec
Old 02-03-2009   #8 (permalink)
Python42


 
 

Re: how/where to get to these settings via script or answer file?

Complete text exports can run to 50 meg and because the registry is in
constant flux, finding the differences you are interested in can be
difficult you might instead want to use regmon (SysInternals free tool) and
run it while you do the changes via the GUI. If you get too many results you
can set filters to screen out the crap.


My System SpecsSystem Spec
Old 04-25-2009   #9 (permalink)
John Smith


 
 

Re: how/where to get to these settings via script or answer file?

I am glad you can appreciate sysinternals tools.

Post some of your findings.








"Python42" <rjdegraff@xxxxxx> wrote in message
news:ekDGdXhhJHA.504@xxxxxx
Quote:

> Complete text exports can run to 50 meg and because the registry is in
> constant flux, finding the differences you are interested in can be
> difficult you might instead want to use regmon (SysInternals free tool)
> and run it while you do the changes via the GUI. If you get too many
> results you can set filters to screen out the crap.
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Attempting to build an answer file for vista... Vista installation & setup
problem passing args to script 'There is no script engine for file extenstion' VB Script
vista answer file- confusing passes Vista installation & setup
Answer File issue Vista installation & setup
Sysprep answer file.....WHY!?!?!? Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46