Jump to content

unanswered registry tweaks


Recommended Posts

PRE:

hi your board is selfexploring i think, respect to everybody who's doing a hard job in here :thumbup:

-----------

MAIN:

so here's the question for my unfixed problems (tried the search) read over 30kb registries [sticky] but didn't find what i was looking for

1. how to remove *.lnk [not the lnk itself but the file.ending]

2. what happens to registries which are doubled implemented in the file.reg [is there the latest entry the important (overwrites preview settings in the same file)?]

3. how to set windows explorer view as default to (hmm translation from my german version)

3.1 show hidden system files

3.2 show files in systemfolders

3.3 show files in rows (lines) - just list - not the stupid logo 32x32 view or whatever this is

-----------

POST (/ Wrong Thread):

i've made a sound.reg file for my personal sound settings and i'm able to transfer them into the sound shemes, but this sheme isn't set as the default ... how can i change this in the RunOnceEx.cmd or in the ... "whatever"-file

the other thing which doesn't 100% fits me needs (i think it does not) is the wpi,

i will need a solution for just making something like that:

ua windows installation (works pretty good)

starting the networksettings and online settings (dsl, pc-name...)

starting the first application installation (entering serials register online...)

restarting windows

installing 2nd and 3rd application (activating or whatever is needed again...)

restarting again

...

installing the last application

setting file association [not sure does it work like:

assoc > c:\assoc.txt
? but how to make it backwards in the new set os
assoc /import "c:\assoc.txt"

thx so far

rhvkl

Edited by rhvkl
Link to comment
Share on other sites


3. how to set windows explorer view as default to (hmm translation from my german version)

3.1 show hidden system files

3.2 show files in systemfolders

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"HideFileExt"=dword:00000000
"ShowSuperHidden"=dword:00000001
"SuperHidden"=dword:00000001

3.3 show files in rows (lines) - just list - not the stupid logo 32x32 view or whatever this is
It's been a while, but I believe it's controlled by the fifth word "Settings" in [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]

Example (look ony to the 5th value, "04" - the rest may not apply tour needs - copy from your own Registry)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams]
"Settings"=hex:08,00,00,00,04,00,00,00,00,00,00,00,00,77,7e,13,73,35,cf,11,ae,\
 69,08,00,2b,2e,12,62,04,00,00,00,01,00,00,00,43,00,00,00

If I recall correctly, 04 is the detailed view you want to use.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...