Recommended Posts

Well hello everybody!

CLIFFS at bottom!

Alright so I love what the topic starter did and it got me thinking.

A part of his .reg file deals with modifiying the startup settings of windows services.

Well that is awsome I thought because everytime I reinstall windows i spend forever changing the services to how I like them. SO I opened regedit and exported all of

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

All I wanted to do was isolate the parts that looked like this:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Abiosdsk]

"Start"=dword:00000004

etc etc etc

But this file was about .5 mb and I quickly realized that this was going to take forever.

So I wrote a program that would quickly parse that file and get ride of the stuff I don't want.

AND it worked perfecltly.

Now I was going to give the program[written in java] to you guys today but realized I don't know how to make jar files or how to distribute it.

So if any of you are interested in this program I would gladly give you the source code or just be informed of how to make it ready to distribute.

------------

Sorry for such a long post....i tend to ramble

uh...cliffs:

---1:Wrote a program to make peoples[or atleast my] lives easier [written in java]

---2:It works

---3:Dont know how to give everybody else the program

---4:help?!?

edit: i really need to learn how to spell - i am sure there are plentyl errors left

edit2: heck i was also wondering if this should still be posted here or in the programming forum....because this pertains to both subjects...hmmmmm :no:

Edited by redduck

DEXTER - in this line under your services

the "[" is missing

;TCP/IP Helper
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
"Start"=dword:00000004

Absolutly Brilliant work - I bow to thee time saver.

Here are some i use

;Removes The Icon and "my computer" at bottom right of explorer-you can change the icon or word to anything you want under display name or put in the adress for icon
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0]
@=""
"DisplayName"=""
"Description"=""
"Icon"="explorer.exe#0251"





;Disable WindowsMediaPlayer update
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DisableAutoUpdate"=dword:00000001
"EnableAutoUpgrade"="No"

;Enable WMP DVD feature
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings]
"EnableDVDUI"="Yes"





;disables splash screen in outlook express
[HKEY_CURRENT_USER\Identities\{08AC3D25-A654-4732-8C53-2C7896F4F2ED}\Software\Microsoft\Outlook Express\5.0]
"NoSplash"=dword:00000001

[HKEY_CURRENT_USER\Identities\{08AC3D25-A654-4732-8C53-2C7896F4F2ED}\Software\Microsoft\Outlook Express\5.0]
"NoSplash"=dword:00000001



;Show Detailed Information in Device Manager adds extra tab with more info for devices
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DEVMGR_SHOW_DETAILS"="1"




;Removes in Search in StartMenu- everything except for "Search for Files"
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\ShellFindInDirectory]
@="{F020E586-5264-11d1-A532-0000F8757D7E}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch]
@="{169A0691-8DF9-11d1-A1C4-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0]
@="For &Files or Folders..."
"LocalizedString"=hex(2):40,25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,\
  65,6d,33,32,5c,53,48,45,4c,4c,33,32,2e,64,6c,6c,2c,2d,32,33,32,33,32,00
"RunInProcess"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\DefaultIcon]
@=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,32,5c,53,\
  48,45,4c,4c,33,32,2e,64,6c,6c,2c,2d,31,33,34,00
"HotIcon"=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,\
  32,5c,53,48,45,4c,4c,33,32,2e,64,6c,6c,2c,2d,35,30,00
"GrayIcon"=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,\
  32,5c,53,48,45,4c,4c,33,32,2e,64,6c,6c,2c,2d,35,31,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\HelpText]
@="Search for files or folders"
"LocalizedString"=hex(2):40,25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,\
  65,6d,33,32,5c,53,48,45,4c,4c,33,32,2e,64,6c,6c,2c,2d,32,33,32,39,36,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\SearchGUID]
@="{169A0691-8DF9-11d1-A1C4-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\SearchGUID\UrlNavNew]
@=hex(2):3a,3a,7b,65,31,37,64,34,66,63,30,2d,35,35,36,34,2d,31,31,64,31,2d,38,\
  33,66,32,2d,30,30,61,30,63,39,30,64,63,38,34,39,7d,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WabFind]
@="{32714800-2E5F-11d0-8B85-00AA0044F941}"

  • 2 weeks later...

I've spent a good few minutes combing through it for my own needs, seems like a right little time saver but I won't really know if it works until the next format. One question though:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

"Desktop"="D:\\Desktop"

"My Pictures"="D:\\Pictures"

"My Music"="D:\\Music"

"Personal"="D:\\"

"My Video"="D:\\Videos"

Is "Personal" My documents?

Just found another site doing the same thing

with alot of different registry tweaks

<a href='http://www.<< spam >>/board/index.php?showtopic=27911' target='_blank'>http://www.<< spam >>/board/index.php?showtopic=27911</a>

here's their file

Registry_Tweaks.txt

Edited by zedaxax
I've spent a good few minutes combing through it for my own needs, seems like a right little time saver but I won't really know if it works until the next format. One question though:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

"Desktop"="D:\\Desktop"

"My Pictures"="D:\\Pictures"

"My Music"="D:\\Music"

"Personal"="D:\\"

"My Video"="D:\\Videos"

Is "Personal" My documents?

584996159[/snapback]

yes it is

so to get the tweaks to work, u have to remove all the ";"???

I've spent a good few minutes combing through it for my own needs, seems like a right little time saver but I won't really know if it works until the next format. One question though:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

"Desktop"="D:\\Desktop"

"My Pictures"="D:\\Pictures"

"My Music"="D:\\Music"

"Personal"="D:\\"

"My Video"="D:\\Videos"

Is "Personal" My documents?

584996159[/snapback]

I'd say so.

BTW, Dexter updated his regfile, I downloaded from somewhere else some time ago.

Version 1.0e
Last Modified- 12 July 2004

; Changes in this version:
;
; * Added the following Tweaks:
;
;    Show Windows Version on Desktop
;    Disable User Tracking
;    Taskbar group size limit
;
; * Disabled the flash killer tweak by default
;
; * Added 'Grace time before killing app while shutdown' tweak

This file was modified by me to suit my needs (just enabled and disabled some tweaks) and commented some of them in Spanish, I don't have the unmodified one, sorry about that.

RegTweaks_10e.zip

Edited by Molgar
really? but some tweaks seem to have ; before them...?

Yeah slimy i'm sure about that.Anyways can you show me where it is written in that manner?

Oh btw I've uploaded the last updated version of the Reg Tweaks file which happens to be made by my friend [deXter].Dexy if you are reading this thanks a lot man for the excellent piece of work.

Note:The Reg File is as is without any change.Credit solely goes to [deXter].I in no way related to it.I've just uploaded it.

RegTweaks_10e.zip

Yeah slimy i'm sure about that.Anyways can you show me where it is written in that manner?

Oh btw I've uploaded the last updated version of the Reg Tweaks file which happens to be made by my friend [deXter].Dexy if you are reading this thanks a lot man for the excellent piece of work.

Note:The Reg File is as is without any change.Credit solely goes to [deXter].I in no way related to it.I've just uploaded it.

585003124[/snapback]

like here

;Disable the Windows Key

;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]

;"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,\

; 00,00,00,00

;Disable Windows Script Host

;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Script Host\Settings]

;"Enable"=dword:00000000

anyways, wat's the difference between the file u uploaded and the one that molgar posted 2 posts above?

anyways, wat's the difference between the file u uploaded and the one that molgar posted 2 posts above?

As I said, mine was adapted to suit my needs and commented, so it's not actually the same Dexter provided.

The one digen uploaded is the original unmodified one.

Some mod please remove my attached reg file to avoid confusion.

Exactly everything which start with a ";" is treated as documentation.Whatever is after the ";" is totally discarded[not applied].Thats just the way it is.Try it slimy.Using the same tweak with the comments & without it & see for yourself.

anyways, wat's the difference between the file u uploaded and the one that molgar posted 2 posts above?

Like molgar, said his is a modified version & the one i've posted is as is.

  • 2 weeks later...
So I wrote a program that would quickly parse that file and get ride of the stuff I don't want.

AND it worked perfecltly.

Now I was going to give the program[written in java] to you guys today but realized I don't know how to make jar files or how to distribute it.

So if any of you are interested in this program I would gladly give you the source code or just be informed of how to make it ready to distribute.

Redduck, I would like to see this program, coudl you either post it up on this forum or send it to my e-mail, [email protected]?

Thanks

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Anyway to download these versions without being on the Experimental builds?
    • Nothing is stopping you from continuing with your testing cadence. If updates are released every 2 weeks instead of 4, and you test once every 4 weeks, the exact same amount of patches will still be available for you in those 4 weeks. For example: Before 4th week - patch 1, 2, 3, 4 After 2nd week - patch 1 and 2 4th week - patch 3 and 4 Still the same amount after 4.
    • Everyone else has said it. I'm gonna say it - you don't know what you're talking about. I do. I have two laptops. One work, one personal. I have access to two more laptops - both personal. At home I manually update my personal laptop when I see on Neowin that there is an update - I carry on and only apply the updates when I am ready. My work one only updates when my workplace decides to send it - I carry on and only apply the updates (when they actually arrive, which is usually days after the release) when I switch off the laptop at the end of the day as usual. The two other personal laptops only get updated when I get to it which is rarely - the people who own them carry on using them until I get to it and update them. All of the browsers on all laptops are configured to restore the tabs when launched. Google and Microsoft have changed from 6 weeks to 4, and it looks like it's going to move to 2. None of these changes affect how any of these browsers on the laptops are used. Not one jot. My advice to you is stop panicking whenever you see an update. Just carry on with what you're doing. This even benefits you in a way - from your comment you sound like you don't like the changes or the frivolous new features - great - then carry on as before!
    • AMAZON needs to take total accountability for this.
    • Server Summit had a heap of announcements, ADCS changes are baller.
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!