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

    • Not such a great deal, Ultimate, which gives you full 5080 features is $181.99 CAD per month, that's $2183.88 per year, I can buy the 5080 for $1809.99 CAD, then it goes up to $279.99 per month after the first billing cycle. Typical cloud rental, costs more than buying the hardware.
    • Wow, spoken like a true blind hater, you don't even provide arguments. Please, go check my comment above to @seacaptain and you'll find out why what you say doesn't make sense in this context...
    • Get used to this, with AI tooling now uncovering new vulns and getting them exploitable far faster than has ever been possible before software is going to need to be updated far more frequently. Back in the day it may take reseachers weeks or months to do what AI can now do in hours. Once its a threat is discovered it's weaponsized far more quickly, meaning you simply can't be waiting 2, 3, 4 weeks to deploy a patch, it needs to be patched immediately. Going to be interesting handling this in the enterprise space where traditionally patching has been steady, but very staged (and rightly so up until now), that is going to have to change.
    • You don't need to "close all browser sessions constantly" or wait for updates to install. The updates download in the background while you use the browser, without interrupting you, they install automatically the next time you launch the app. And they install very fast (depending on your storage speeds, of course), you have to wait at most 2-3 extra seconds, if any. Seems like you haven't used Edge in a loooooooong time...
    • Segra 1.6.0 by Razvan Serea Segra is a free, open-source OBS-powered game recorder offering fast gameplay capture, instant clips, AI highlights, deep game integration, and seamless uploads—perfect for gamers, streamers, and content creators. Lightweight, fast, zero bloat. Segra key features: Automatic Game Recording: Begin capturing gameplay the moment your game launches, with zero manual setup. Instant Clipping: Save important moments instantly using a customizable hotkey—perfect for highlights, montages, or quick shares. Segra AI Highlights: Let Segra automatically detect kills, assists, deaths, and key events to generate polished highlight reels without manual editing. Gameplay Uploads: Upload recordings and clips directly to Segra.tv for fast sharing and cloud access. Deep Game Integration: Enjoy advanced game-data tracking across hundreds of supported titles, enabling smart highlight generation and stat-informed clipping. High-Performance Capture: Record up to 4K at 144 FPS using OBS-powered technology with minimal performance impact, supporting NVENC, AMD VCE, and custom quality controls. Segra Editor: Edit recordings easily with timeline controls, segment management, and event-based navigation to build the perfect clip. Customization Options: Adjust hotkeys, output formats, storage paths, codecs, capture quality, and performance settings for a tailored recording experience. Segra 1.6.0 changelog: Recording: Added HDR support. Grand Theft Auto: Added game integration for deaths (FiveM and RAGE MP supported). Highlights: Added customizable padding for highlights. Replay Buffer: Added a shockwave visual effect when a replay buffer clip is saved. Audio: Increased the maximum sound effects volume from 100% to 200%. Hotkeys: Fixed hotkeys not triggering while unrelated keys were held. Installer: Added code signing to verify publisher identity, branded the installer, and reduced OS security warnings. OBS: Updated the supported OBS version to 32.1.2. Download: Segra 1.6.0 | 74.4 MB (Open Source) View: Segra Homepage | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      174
    3. 3
      +Edouard
      163
    4. 4
      Steven P.
      86
    5. 5
      ATLien_0
      80
  • Tell a friend

    Love Neowin? Tell a friend!