View Single Post
  #20  
Old May 14th 07, 12:24 AM posted to microsoft.public.win98.gen_discussion
PCR
External Usenet User
 
Posts: 4,396
Default Empty floppy drive grinds away at startup

glee wrote:
| Howdy Bill, and PCR,
| It's been a while but as I recall, the NoSaveSettings entry will be
| binary (hex) when added by TweakUI, and will be DWORD when added by
| poledit.
|
| Also, as you know, other tweaking utilities (and there are/were a lot
| of them) will also add the entries, whether as hex or dword may vary.
| Additionally, I found the dword NoSaveSettings caused different
| behaviour than the hex NoSaveSettings, when enabled (set to 1).

Hello, glee. It's a pity, in their own article...
http://support.microsoft.com/default...;EN-US;q130234
Save Settings On Exit Option Enabled by Default

...., MS doesn't say which format NoSaveSettings should take. Different
formats likely means different bits are set, especially if the value is
not zero & if it is signed. Ultimately, it depends upon the app reading
the Registry to understand the value read. I hope those apps had another
place to look besides that article to discover the format to expect. My
guess is it should be binary, because the others in that key are binary.
Also, it's really the first byte that is of importance...

OFF: 00 00 00 00
ON: 01 00 00 00

But those are mostly double negatives, as Blanton iterated. This is
pretty much how (Bicycle) Rob once put it...

.........Quote...........
Right-click the right pane and select New, Binary Value, & name it:

NoChangeStartMenu To disable START button context menus
NoClose To disable Shut Down.
NoFavoritesMenu To remove Favorites.
NoFileMenu To remove the File Menu in Explorer.
NoFind To remove Find.
NoLogOff To remove Log Off.
NoRecentDocsHistory To disable the Documents compilation process.
NoRecentDocsMenu To remove Documents.
NoRun To remove Run.
NoSaveSettings To prevent some few settings getting saved to
the Registry.
NoSetFolders To disable Control Panel and Printer folders.
NoTrayContextMenu To disable Taskbar context menu.
NoViewContextMenu To disable (all?) context menus.

Double-click the new entry, select modify, and add this value...
01 00 00 00.
To reverse the action, change the value to...
00 00 00 00
.......EOQ....................

| --
| Glen Ventura, MS MVP Shell/User, A+
| http://dts-l.org/
| http://dts-l.org/goodpost.htm
|
|
| "Bill Blanton" wrote in message
| ...
| "PCR" wrote in message
| ...
| 98 Guy wrote:
| | PCR wrote:
| |
|
| | | CDRAutoRun 00 00 00 00
| | | NoDriveTypeAutoRun ff 00 00 00
|
| | | My system has those two, plus these three:
| | |
| | | NoActiveDesktop
| | | NoSaveSettings
| | | NoStartBanner
| |
| | Like I said, my system has all 5 of the above reg entries, but
| | some other win-98 systems only have the first 2. But all system
| | have tweakui - so I'm not sure where the other 3 entries came
| | from.
|
| Could be a tweak tool. Have you ever run poledit ?
|
|
| | NoSaveSettings 00 00 00 00
| | NoStartBAnner 00 00 00 00
|
| These two have a value of zero; therefore, they are not in effect.
|
| Meaning
| 0=(Not)NoSaveSettings. (therefore, do save settings)
| 1=NoSaveSettings.

--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
Should things get worse after this,
PCR