Most windows programs, e.g. Word, Excel, Adobe Reader, Nero Wave Editor, etc.
have many default settings for things like font size, margins, default
directory, etc. Some applications allow the user to change some of the
settings usually under an "Options" tab, while others do not. In general,
where are the default values stored? For example a separate file (extension
name?), a dll, the application itself, a HKEY_xxxx, etc.?
Location of program's default settings
Moderators: DllAdmin, DLLADMIN ONLY
-
- Posts: 18
- Joined: 01 Mar 2009, 00:00
Re: Location of program's default settings
"PSRumbagh" <PSRumbagh@discussions.microsoft.com> wrote in message
news:9C5B2F16-1266-4BB8-B390-B75D7B2211CE@microsoft.com...
> Most windows programs, e.g. Word, Excel, Adobe Reader, Nero Wave Editor,
etc.
> have many default settings for things like font size, margins, default
> directory, etc. Some applications allow the user to change some of the
> settings usually under an "Options" tab, while others do not. In general,
> where are the default values stored? For example a separate file
(extension
> name?), a dll, the application itself, a HKEY_xxxx, etc.?
No rules (of Bill Gates or anyone else) governs this uniformly.
The user must search for himself to find which set defaults in
an INI file, which in a file of some other type, which in Registry etc.
--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)
news:9C5B2F16-1266-4BB8-B390-B75D7B2211CE@microsoft.com...
> Most windows programs, e.g. Word, Excel, Adobe Reader, Nero Wave Editor,
etc.
> have many default settings for things like font size, margins, default
> directory, etc. Some applications allow the user to change some of the
> settings usually under an "Options" tab, while others do not. In general,
> where are the default values stored? For example a separate file
(extension
> name?), a dll, the application itself, a HKEY_xxxx, etc.?
No rules (of Bill Gates or anyone else) governs this uniformly.
The user must search for himself to find which set defaults in
an INI file, which in a file of some other type, which in Registry etc.
--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)
Re: Location of program's default settings
On 26 Dec 2009, =?Utf-8?B?UFNSdW1iYWdo?=
<PSRumbagh@discussions.microsoft.com> wrote in
microsoft.public.windowsxp.general:
> In general, where are the default values
> stored? For example a separate file (extension name?), a dll, the
> application itself, a HKEY_xxxx, etc.?
There are many ways for a program to store its settings - in a
template, in an INI file, in various parts of the registry, etc. there
is no universal method.
<PSRumbagh@discussions.microsoft.com> wrote in
microsoft.public.windowsxp.general:
> In general, where are the default values
> stored? For example a separate file (extension name?), a dll, the
> application itself, a HKEY_xxxx, etc.?
There are many ways for a program to store its settings - in a
template, in an INI file, in various parts of the registry, etc. there
is no universal method.