MSFN Forum: RegTweaks 0.4.2 - MSFN Forum

Jump to content



  • 8 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

RegTweaks 0.4.2 Updated Version - (unchecked) Rate Topic: -----

#61 User is offline   waleed_wwn 

  • Group: Members
  • Posts: 9
  • Joined: 31-March 07

Posted 31 March 2007 - 06:51 PM

thanks so much for all your efforts


#62 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 01 April 2007 - 05:27 AM

View PostDL., on Feb 25 2007, 09:10 AM, said:

Windows Audio: Provides and controls all audio support for Windows, see this one.

In fact, I had Foobar play music with Kernel Streaming enabled I think. ;-)

#63 User is offline   wxp 

  • Group: Members
  • Posts: 1
  • Joined: 02-April 07

Posted 02 April 2007 - 04:21 PM

thx

very usefuel

#64 User is offline   Madhits45 

  • MSFN Indulger
  • PipPipPip
  • Group: Members
  • Posts: 364
  • Joined: 14-June 04

Posted 03 April 2007 - 06:16 AM

Isnt it true that Command Lines reg tweaks should only have current user specific reg tweaks. For example [HKEY_CURRENT_USER\ keys?

Or can Command lines have any type of tweak you want set globally?

#65 User is offline   kelaniz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 27-December 06

Posted 22 April 2007 - 05:47 PM

Just had an idea and a question. When importing a pile of settings, if there's a typo or other error, does the import stop at the bad entry, or does it skip that entry and continue? I suppose i could test it, but if anyone knows, it'd save me the time :)

The reason I ask is, if the import DOES quit if it hits a bad entry, I think it'd be a good idea to add a few check keys or a confirmation key at the end of a large import. So without having to watch at Registry Monitor (or another tool), you could tell if the import actually finished. You could place the check keys at the end of each section, and then check the registry after import to see how far it got.

Something like this. The first 4 entries would be the section checks, and the last would be at the end of the .reg file:

[HKEY_CLASSES_ROOT\]
"IE7 Settings OK"="Yes"
"Visual Settings OK"="Yes"
"Desktop Settings OK"="Yes"
"pr0n Settings OK"="Yes"
"Completed Import"="Yes"



If importing just skips a bad entry and continues to the end, well...dammit! Nevermind. :)

Kel

#66 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 April 2007 - 03:49 AM

Madhits45: You can set HKLM settings at any point since they are machine-wide in nature.


kelaniz: "Bad" entries are skipped, just make sure you have the basic .reg-file structure (first two lines). Always read the file through to find any typos.
Batch-scripts on the other hand do exctly what you said and just quits when certain errors are found (i.e. escape characters).

#67 User is offline   kelaniz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 27-December 06

Posted 24 April 2007 - 02:22 AM

Thanks for the info, DL. It's funny... I hate it when batch files fail on an error, but I'd kind of like reg files crapping out. Sure, you can check for typos, (and I have). But as an editor in a former life, I know that 10 people can read a single paragraph 10 times and still not catch a glaring typo until the work is in production. :) Turn that paragraph into a 150Kb Mega-import file and... I'm sure you get my drift. At least there's Regmon and InCTRL to make the checking process easier.

Also, you mentioned "the .reg-file structure (first two lines)" That's just the Windows Registry Editor version line followed by a blank line, right?

Kel

#68 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 April 2007 - 05:24 AM

I've written a number of more advanced batch files, some of which I've spent many hours troubleshooting with very little help from the net and it sure is frustrating.
The difference between batches and regs is that one is a script that's run and the other is more like a config file that's read.

I recognize what you say about typos, many people can read a text and still don't find anything wrong. You just have to be more thorough than all of them!
I've got a 200+ kB regfile and I'm sure there are very few typos (if any!) in it, but on the other hand I am very thorough...

You're correct on the reg file structure. Also make sure there are brackets on each side of the keys (missing brackets may happen when copy-pasting), if any of the keys doesn't have one at the end you should take a closer look at it to determine if that's the only part missing.
I'm sure you already know where to use " " and where not to.

Another kind of "bad entries" are those that have incorrect (or old Windows version-specific) values or data, in most cases those have no effect whatsoever and just fills up the file and the registry with useless data.

#69 User is offline   kelaniz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 27-December 06

Posted 25 April 2007 - 04:09 PM

Yeah, the obsolete entries are the worst. I've already invested several hours going through an unmodified XPSP2 + IE7 install regdump, and comparing it side-by-side with my old IE6 tweaks to clean them up. There's a ton of changes. Typical Microsoft, they didn't catch and remove all the IE6 entries that have IE7 replacements. :/ But what bugs me the most is the endless variation in how MS handles regsettings. Like:

[HKCR/Blah/Foo/Bar]
"AllowSetting1"="1"
"DontAllowSetting1"="0"
"AllowSetting2"="yes"
"DontAllowSetting2"="no"

Pick ONE method and stay with it! :) And most of all, where changing a setting requires adding a nonexistant key while also deleting a completely different key/value altogether. Without a monitoring tool, the average person would have no way of ever figuring out what to do. :)

Kel

#70 User is offline   X-factor 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 01-February 05

Posted 25 April 2007 - 08:50 PM

its sounds gr8 thnax

#71 User is offline   kelaniz 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 27-December 06

Posted 27 April 2007 - 07:19 AM

My previous post got me thinking about the obsoleted XPSP2 IE6 registry keys. I haven't been able to find a similar list, so I'm going to manually compare clean IE6 and IE7 branches for what's overwritten sometime this weekend. Would any of you guys like me to post the list here?

Kel

#72 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 28-April 04

Posted 23 May 2007 - 04:01 AM

awesome collection, would be great if someone could make those into a program that you can select ones that you want and it spits out a reg file. i took me forever to delete/comment out the tweaks i didnt want

#73 User is offline   rickytheanuj 

  • Member
  • PipPip
  • Group: Members
  • Posts: 261
  • Joined: 09-April 07

Posted 25 May 2007 - 12:36 PM

Is registry tweak help to hide Recycle Bin from desktop?

If yes , then how. please post message.

#74 User is offline   Outcast 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 02-October 05

Posted 13 June 2007 - 12:28 PM

What is the registry key to optimize WMP full-screen behaviour? You know, the one that reduce the playback controls timeout. I think this tweak is available in nLite under 'Tweaks' as "Optimize Full-screen Playback".

Thanks.

#75 User is offline   gugutz 

  • Member
  • PipPip
  • Group: Members
  • Posts: 174
  • Joined: 16-September 06

Posted 14 June 2007 - 10:27 AM

Just to explain my absense during the last months:

I moved recently. On the new apartment i had to wait to get an internet connection for a long time. Finally the internet company installed their equipment, and now i have my radio (ugh!) connection back.

I read the replies on this topic, and gonna make some updates on the reg files, and so on myself to keep up with what is going on since i stoped visiting msfn. And i think that maybe just about time to start compiling and hardly testing some Vista tweaks, since i noticed that lts of ppl are now using it.

Anyways, just to let you guys know that did not abandoned the project, and my intent is to do a new release very soon.

Thanks to all the ones that help (specially camarade and DL. helping to solve problems and doubts of other users in the topic.)

#76 User is offline   Outcast 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 02-October 05

Posted 14 June 2007 - 02:04 PM

Manage to find the tweak for my previous question.

;Optimize WMP fullscreen mode behaviour
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"ClipFullScreen"=dword:00000001
"FSControls_ControlsTimeout"=dword:00000001
"FSControls_CursorTimeout"=dword:00000001
"FSControls_MoveSpeed"=hex:00,00,c8,42
"ShowControlsOnEveryMouseMove"=dword:00000000
[HKEY_USERS\.DEFAULT\Software\Microsoft\MediaPlayer\Preferences]
"ClipFullScreen"=dword:00000001
"FSControls_ControlsTimeout"=dword:00000001
"FSControls_CursorTimeout"=dword:00000001
"FSControls_MoveSpeed"=hex:00,00,c8,42
"ShowControlsOnEveryMouseMove"=dword:00000000

This post has been edited by Outcast: 14 June 2007 - 02:04 PM


#77 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 14 June 2007 - 02:39 PM

Hey Gugutz, :)

Just a few words about our old dilemna between .reg and .inf files: some internationalization (mainly contextual menu) is needed and afaik, only .inf can provide this. There are some converters available and especially Ref2Inf by n7Epsilon.
I'm currently still working at school but holidays are nearing and I really feel like playing with this. ;)

#78 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 June 2007 - 08:48 AM

@Camarade_Tux, about the .reg vs .inf dilemma:
In all honesty, can you actually say there are plenty of times when internationalization is needed?
There are a few, but not enough to validate a full switch in my opinion. In those (rare) cases when it's needed it can easily be used.

Some advantages of .reg compared to .inf:
-Easier to read and less additional useless numbers.
-More of a standard (registry exports and most tweaks found on the web are in that format).

@gugutz: Thanks for recognizing my small contributions.
Doing a similar thing for Vista would be nice, but in a new thread to separate it from this one for XP (but many tweaks are valid for 2k/2k3 too).


Since no one else has responded to these guys, it's about time I do:

@rickytheanuj: It's in the file, or you can easily find it by searching the web.

@Brando569: There is a program like that, check out RegTweakage.NET.
Picking out tweaks from a single file is not very time consuming when compared to finding out most of those yourself one by one (before there were large tweak collections like this one).

#79 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 15 June 2007 - 09:32 AM

In the past I wrote there was no necessity for .inf files. Then I saw some parts of my interface in English and the difference is really ugly.
I still prefer reg files since as you said they are easier to read (less characters and less cryptic) and maintain. Moreover fast everyone knows what to do with reg files (if not the first thing to try is to double-click on it).
However it is not easy to have internationalization. I think we should move all localizable entries into a .inf file, or at least a .reg file. I've tried have my reg files localized and it was not that funny. :/

Btw, I'll probably make an app to update to newer versions of this collection while keeping personnal values. :)
(needed by me at least :P )

#80 User is offline   DL. 

  • Tweaker or whatever I happen to be focused on at the moment..
  • PipPipPip
  • Group: Members
  • Posts: 489
  • Joined: 05-March 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 June 2007 - 11:22 AM

I didn't mean it would be easy to have internationalization, but using separate files in those cases only would be easier than doing a full switch.

There aren't exactly that many (if any at all!) new and previously unknown tweaks added, so building a personal tweak file and sticking to it will work without using any additional program. It's good to have a complete collection though, in case oneself or someone else need a specific tweak.

Share this topic:


  • 8 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy