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

    • Linux 7.1 arrives with an NTFS overhaul and major hardware performance boosts by Paul Hill The founder of the Linux kernel has just announced the availability of Linux 7.1. This is a stable version of the kernel that will now be tested by various Linux distributions before it is shipped to users through update managers. Some users, like those on Debian, for example, might not get it for a long time, if at all, while Fedora users can expect it in the near future. With Linux 7.1 out on time, the merge window for Linux 7.2 is now open, giving contributors the opportunity to send in major new features that have been waiting for the last two months. Torvalds warned that he is currently travelling and will be in another timezone, so timing for the merge window may be irregular due to timezone differences and limited internet access. Torvalds said that he has already fetched early pull requests to allow him to do some offline work, but the travel could still cause disruption. Right now, he is not planning to extend the release, but did consider it. He said he might later regret not extending, though. In terms of this last week of development for Linux 7.1, Torvalds said there were no major or alarming changes. This week consisted mostly of smaller driver updates to GPU, networking, and sound, networking fixes, trace tooling fixes, and misc minor fixes. The shortlog this week lists fixes for driver bugs, memory leaks, I/O and USB fixes, networking and RDMA fixes, DRM/graphics fixes, and tooling and verification improvements. Specific fixes include USB series heap-overflow and buffer overflow fixes, and multiple use-after-free, memory-leak, and refcount corrections across subsystems such as i2c, zram, gpio, and net. There are fixes for graphics drivers, including amdgpu, i915, and virtio, as well as hypervisor and virtualization tweaks affecting mshv, vmbus, and hyperv. According to Phoronix, anyone running Linux 7.1 should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs, faster graphics with Intel Arc Battlemage, and improvements for older AMD Radeon GPUs. If you are running Linux on your computer and everything is fine, then you don’t need to worry about updating to Linux 7.1 as a priority; just wait for it to be pushed to you. If you have tried Linux on hardware but it didn’t work properly, trying again with a distro that uses Linux 7.1 could cause Linux to work on your machine, thanks to the new hardware support.
    • you can also do this with this tool: PowerSettingsExplorer made by mbk1969 at 3dguru forum.. I found it by accident researching on modern standby and annoying quirks of it in 2022
    • AB Download Manager 1.9.1 by Razvan Serea AB Download Manager is an open-source, feature-rich download manager designed to accelerate downloads, organize files efficiently, and provide seamless control over downloads. With support for multiple connections, resume capability, and an intuitive interface, it enhances the downloading experience for users seeking speed and reliability. The software integrates with various browsers, enabling quick link grabbing and batch downloading. It supports HTTP, HTTPS, and FTP protocols, ensuring broad compatibility with different file sources. Users can schedule downloads, set speed limits, and categorize files automatically for better organization. AB Download Manager is lightweight yet powerful, making it a great alternative to proprietary download managers. Its open-source nature allows developers to contribute, customize, and improve the software as needed. Whether you're downloading large files, managing multiple downloads at once, or seeking an ad-free experience, this tool offers a practical and efficient solution. Key features of AB Download Manager: Multi-Connection Support – Accelerates downloads by splitting files into multiple segments. Resume Capability – Allows paused or interrupted downloads to be resumed without starting over. Batch Downloading – Supports downloading multiple files at once for improved efficiency. Browser Integration – Captures download links directly from browsers for seamless operation. HTTP, HTTPS, and FTP Support – Ensures compatibility with a wide range of file sources. Download Scheduling – Enables users to automate downloads at specific times. Speed Limiting – Lets users control bandwidth usage for optimized performance. File Categorization – Automatically organizes downloaded files into designated folders. User-Friendly Interface – Simple and intuitive design for easy navigation. Cross-Platform Compatibility – Works on multiple operating systems. Ad-Free Experience – No intrusive ads or tracking for a clean user experience. AB Download Manager 1.9.1 changelog: Added An option to customize notification sounds (#1259) Fixed Ongoing notification was laggy on Samsung One UI devices (#1269) Improved Updated Translations Minor UI/UX improvements Download: AB Download Manager 1.9.1 | Portable | ~80.0 MB (Open Source) Download: ARM64 | Portable ARM64 | Android Links: AB Download Manager Website | Github Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • watching him because of the Mr Klinton cat
    • yup dude, ADS on this website are terrible
  • Recent Achievements

    • 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
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      196
    3. 3
      PsYcHoKiLLa
      140
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!