Appearance settings in registry?

S

Steve Nielsen

Since dang near everything is in the registry somewhere, where are the
keys that control appearance, effects, taskbar and start menu settings?
We like to turn off all the eye-candy and useless settings in XP and use
as close to classic Windows as we can get. Our users are used to classic
settings but it takes so many steps to change everything I'd like to be
able to setup a .reg file to import and change all these things in one
fell swoop.

These are the things I'd like to have in a .reg file...

Classic Start Menu

Taskbar: only want Keep Taskbar on top & Show clock

Desktop: Show Icons, no Destop Cleanup, Classic Windows theme, No background

Screen Saver: No dislay welcome screen on resume

Power schemes: Never on all except for laptops and Never on all when
plugged in, No prompt for pwd after coming out of standby

System Properties / Visual effects: no animation and all fades and
slides off

Possible?

TIA
Steve
 
D

dglock

you don't need to go into the registry to do what you want.
start>control panel>system>advanced tab. click on the
settings tab under performance, tick the adjust for best
performance box or the custom box and choose the things
you want running.
don
 
S

Steve Nielsen

I know that and that's what I do now, but there are at least fifteen
steps to do all the things I need done. If the registry contains entries
that determine these settings as I'm almost certain it does, then I'd
much rather simply double-click on a .reg file, click Ok twice and be
done with it. Wouldn't you?

Steve
 
C

cquirke (MVP Win9x)

Since dang near everything is in the registry somewhere, where are the
keys that control appearance, effects, taskbar and start menu settings?
We like to turn off all the eye-candy and useless settings in XP and use
as close to classic Windows as we can get. Our users are used to classic
settings but it takes so many steps to change everything I'd like to be
able to setup a .reg file to import and change all these things in one
fell swoop.

Good luck trying to get those settings to stick in user accounts that
have anything less than full admin rights.


-------------------- ----- ---- --- -- - - - -
Running Windows-based av to kill active malware is like striking
a match to see if what you are standing in is water or petrol.
 
S

Steve N.

I don't give a rip if the users change them later on; that's up to them
and their choice. That's not an issue. The thing is all my users are
used to classic Windows settings and it annoys them to have to get used
to new things and it annoys me to get fifteen calls a day about where to
find the stupid sh*t burried halfway to China in XP. All they want to do
is get their work done, not spend three f*cking weeks learning a new
interface. Besides that, if I had it all in .reg file then I can push it
in a login script if I want to.

For that matter, these useless replies annoy the h*ll out me, too. If
you've got nothing to offer then don't bother replying.

Come on you guys, I *know* it can be done, or at least most of it can be
done in the registry, help me out here please.

Steve
 
S

Steve N.

Sorry, cquirke, I'm in an annoyed mood today, so don't take it personal, `k?

Steve
 
C

cquirke (MVP Win9x)

I don't give a rip if the users change them later on; that's up to them
and their choice. That's not an issue.

You misunderstand me when I said...

The problem is not that users will change what you set up.

The problem is that when you set these settings and then make the
account anything other than "admin rights" in XP Home, all your
settings are thrown out and it's back to MS duhfaults.

Now do you see the problem?
The thing is all my users are used to classic Windows settings and
it annoys them to have to get used to new things and it annoys me
to get fifteen calls a day about where to find the stupid sh*t burried
halfway to China in XP.

Exactly - and I do the same as you do, but because of this nonsense I
don't use anything other than one user account, full admin rights.

Bad OS design has forced me to choose between an irritating and
dangerous UI (yes, it *is* dangerous to hide files, file name
extensions and paths) and the putative safety benefits of limited user
account rights. I chose a safer UI, and went with that.
Besides that, if I had it all in .reg file then I can push it in a login
script if I want to.

I looked at what you are trying to do, basically by using RegMon from
www.systeminternals.com while setting things manually through the
"front door". As is always the case with RegMon, I had to trudge
through a hellish mass of stuff, and it wasn't pretty.

Basically, the info is stored all over the place, and not in a nice
"SillyJerkySlowMenuAnimations = 1" layout, but more like "Streams = 00
00 00 02 03 00 FF FF 7F 0F 00 00 00 00 10 00 FE 0F..."

Fun it wasn't, and I gave up. I can tell you this though; the "show
full paths" is stored in a different area to the rest of the "show
extensions", "(don't) hide files" etc. settings, and I suspect this is
why it's always been more brittle (subject to auto-duhfault).
For that matter, these useless replies annoy the h*ll out me, too. If
you've got nothing to offer then don't bother replying.

Actually, my heads-up would have been very welcome if you'd spent
hours figuring out your .reg, only to find "mother knows best" MS
simply throws your settings away when you drop user rights.
Come on you guys, I *know* it can be done, or at least most of it can be
done in the registry, help me out here please.

I wish I could - I'm reading this thread for answers, too...


--------------- ----- ---- --- -- - - -
Dreams are stack dumps of the soul
 
S

Steve Nielsen

cquirke said:
You misunderstand me when I said...




The problem is not that users will change what you set up.

The problem is that when you set these settings and then make the
account anything other than "admin rights" in XP Home, all your
settings are thrown out and it's back to MS duhfaults.

Now do you see the problem?

Yes, I understand what you mean now, but we are using XP Pro and this
has not been the case - the desktop settings remain intact even for
limited accounts. Perhaps a difference between Home and Pro? I don't
know, I've only seen one PC with XP Home on it and I removed it from our
network because we're a Netware house and Novell does not support XP
Home (or WinME either).
Exactly - and I do the same as you do, but because of this nonsense I
don't use anything other than one user account, full admin rights.

All our staff users are setup with admin rights because they routinely
have to re-install several half-baked apps when they break (software
developed "in-house" but not in our house). Student use machines use a
limited account.
Bad OS design has forced me to choose between an irritating and
dangerous UI (yes, it *is* dangerous to hide files, file name
extensions and paths) and the putative safety benefits of limited user
account rights. I chose a safer UI, and went with that.

I'd be interested to read your comments on why hiding files, extentions
and paths is dangerous. Definitely irritating, that it is.
I looked at what you are trying to do, basically by using RegMon from
www.systeminternals.com while setting things manually through the
"front door". As is always the case with RegMon, I had to trudge
through a hellish mass of stuff, and it wasn't pretty.

Basically, the info is stored all over the place, and not in a nice
"SillyJerkySlowMenuAnimations = 1" layout, but more like "Streams = 00
00 00 02 03 00 FF FF 7F 0F 00 00 00 00 10 00 FE 0F..."

Oh yuck!
Fun it wasn't, and I gave up. I can tell you this though; the "show
full paths" is stored in a different area to the rest of the "show
extensions", "(don't) hide files" etc. settings, and I suspect this is
why it's always been more brittle (subject to auto-duhfault).

I haven't experienced RegMon (perhaps I should) but I did spend quite a
chunk of the day trogging through the registry - you're right, not fun
at all.
Actually, my heads-up would have been very welcome if you'd spent
hours figuring out your .reg, only to find "mother knows best" MS
simply throws your settings away when you drop user rights.

I was in a very annoyed state and I'm sorry about that. Dealing with XP
does that to me. I usually do better than that about keeping my bad
attitude from talking here.

As I said this doesn't seem to be the case with Pro. I make the changes
manually to an admin profile then copy that profile to Default Users and
all subsequently created users inherit those settings regardless of
account type. Maybe it doesn't have anything to do with Pro but rather
the way I do may be different than you.
I wish I could - I'm reading this thread for answers, too...

We'll keep an eye on it.

Steve
 
C

cquirke (MVP Win9x)

You misunderstand me when I said...
The problem is not that users will change what you set up.
The problem is that when you set these settings and then make the
account anything other than "admin rights" in XP Home, all your
settings are thrown out and it's back to MS duhfaults.
Now do you see the problem?
[/QUOTE]
Yes, I understand what you mean now, but we are using XP Pro and this
has not been the case - the desktop settings remain intact even for
limited accounts. Perhaps a difference between Home and Pro?

Could well be - after all, Pro gives a much more graded control over
account rights, whereas Home just offers a couple or few presets. I'd
have thought the unmodified presets would have worked the same way,
but I suppose MS has to keep kicking sand in Home user's eyes to
punish them from not spending up on Pro :)

Trouble is, the net result is that most of us don't want anything to
do with non-administrator user accounts in Home.
know, I've only seen one PC with XP Home on it and I removed it from our
network because we're a Netware house and Novell does not support XP
Home (or WinME either).

With me, it's the reverse; in my market it's all Home unless the
lowered incoming connection limit bits peer-to-peer LANs over 5 PCs,
who have to go Pro to get the same limit Win95/98 offered.
All our staff users are setup with admin rights because they routinely
have to re-install several half-baked apps when they break (software
developed "in-house" but not in our house). Student use machines use a
limited account.
OK
I'd be interested to read your comments on why hiding files, extentions
and paths is dangerous. Definitely irritating, that it is.

Well, how can you assess the risk of a file if you can't see what type
of file it is? What's the point o looking for malware files when they
are kept hidden from you?

And there's a "user failure" risk when both your own
C:\WINDOWS\SYSTEM32 and your boss's \\BOSSPC\C\WINDOWS\SYSTEM32 are
both shown as "SYSTEM32".
Oh yuck!
Yep.
I haven't experienced RegMon (perhaps I should) but I did spend quite a
chunk of the day trogging through the registry - you're right, not fun
at all.

The problem with RegMon is there's so much continual "background
radiation" traffic that you get swamped, unless you filter in only
what you want to look at. And if you knew what you wanted to look at
well enough to filter effectively, you wouldn't need RegMon.
I was in a very annoyed state and I'm sorry about that. Dealing with XP
does that to me. I usually do better than that about keeping my bad
attitude from talking here.

It's a battle I lose all the time - and when I feel chirpy, I get
taken to task for writing "non-helpful" (humour) one-liners, like my
reply to the "Buffet Overrun" thread :)
As I said this doesn't seem to be the case with Pro. I make the changes
manually to an admin profile then copy that profile to Default Users and
all subsequently created users inherit those settings regardless of
account type. Maybe it doesn't have anything to do with Pro but rather
the way I do may be different than you.

Maybe. It's just so tedious cleaning up leftovers from unwanted
accounts that I've not been tempted to retry. I wish MS took user
settings more seriously than they do, they are becoming quite cavalier
since WinME. It matters, when their duhfaults suck as badly as they
so often do. A few examples:
- massive IE cache, repeated for each account!
- dumping incoming junk in the data set (malware-polluted backups)
- NoDriveTypeAutoRun = 95 (HD volume \Autorun.inf dropper attack)
- hide file name extensions, paths etc.

Also, one absolutely has to retain control of "shell folder" locations
in multi-volume setups in particular. TweakUI's the only "front door"
for that, and I still have to RegEdit a few things.

The other killer is an inability to preset the prototype from which
new accounts are spawned. Means that whenever users spawn new
accounts later, they duhfault back to MS all over again.


-------------------- ----- ---- --- -- - - - -
Trsut me, I won't make a mistake!
 

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