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

    • Louis Rossmann suing Samsung over "990 Pro SSD warranty scam" by Sayan Sen Back in 2023, if you recall, Neowin reviewer Robbie Khan had a dispute with Samsung over his 990 Pro SSD, which was rapidly losing its health. After significant back and forth, the tech giant had finally released firmware to "stop" the issue. Interestingly, its previous flagship at the time, the 980 Pro was also facing problems leading to two consecutive sets of firmware fixes. Three years later, it looks like a similar conflict has now broken out between tech repair entrepreneur YouTuber Louis Rossmann and Samsung, as it has escalated into a threatened lawsuit after the company allegedly refused to appropriately replace a failing 990 Pro SSD that remained under warranty. According to Rossmann, a 4TB Samsung 990 Pro NVMe SSD purchased for approximately $330 less than two years ago, began experiencing major hiccups and issues, even though he claims it had been operated under ideal cooling conditions. It was installed in a RAID 1 array and cooled by a heatsink and dual high-speed fans. However the drive reportedly started dropping out of the array, exhibiting controller-level failures that eventually became not useable in any meaningful way. Rossmann said Samsung’s support process was marked by delays and confusion from the very start. After initially contacting the wrong regional support channel, he was redirected to Samsung’s memory support division where he submitted detailed diagnostics, logs, and proof of purchase. Rossmann runs a repair company and owns an ACE Lab PC-3000 machine, which is a professional-grade data recovery equipment. As such, he had been confident in his diagnostics. Samsung even seemingly acknowledged that later. Regardless, Rossmann claims that his initial support ticket was automatically closed before a full 24-hour response window had elapsed, forcing him to reopen the case and resubmit documentation. The controversy however intensified further from here after Samsung accepted the drive for warranty evaluation but later returned it with a repair report stating that the drive had passed its testing and that the SSD had been verified as functional. Rossmann strongly disputed those claims citing that his own independent testing on PC-3000 showed write speeds reducing to as low as 40–60 MB/s before the drive failed entirely. Samsung subsequently informed him that the SSD had been reset and reflashed, passing internal stress tests. However, the company also stated that replacement units were unavailable due to an industry-wide memory shortage and suggested that a refund process could be initiated if further testing confirmed the fault. Thus, to settle, the company offered a refund of $330, the amount that was initially paid by him to make the purchase. Here, Rossmann pointed out the seeming hypocrisy of the tech giant as in how no Samsung drive was apparently allocated for warranty replacements, but they were abundantly available for retail sales especially when using business accounts. As you can see, Rossmann is indeed right, there are Samsung 990 Pro 4TB SSDs on Amazon currently for $950 (shipped and sold by first-party Amazon US itself), and they are also available on Samsung's own store too, albeit for an even higher price of $1100. Thus Rossmann argues that Samsung’s inability or unwillingness to provide a replacement while the same model remains available for purchase at significantly higher market prices reflects a failure to honor its warranty obligations. He has issued a formal 60-day notice and says he intends to file suit in Texas small claims court, asserting that companies should face greater costs for denying legitimate warranty claims than for fulfilling them. You can check out the full video titled "Samsung's 990 Pro SSD warranty policy is a scam; I'm taking them to court," at the link below. Source and image: Louis Rossmann (YouTube) As an Amazon Associate we earn from qualifying purchases
    • Was it too much to ask to show the icon in this article?
    • Frankly, I blame whoever is writing such articles. "A big improvement/update and/or new feature is now available to everyone! Also, use this unofficial tweak tool to enable it because it actually isn't available to you yet officially and might not in fact even be entirely ready or whatever, hence why it is perhaps not enabled for you*. But it's great and you should enable it!" I mean there's nothing wrong with sharing info about some feature you might need to enable via unofficial means, of course. It's just that these articles tend to essentially end up being two news pieces in one, and one of them tends to be a bit misleading. (*Yes, yes, the "it's a controlled rollout!" thing. Not a fan of that one either. The argument, not the actual rollout.)
    • Thank you. Will do. I read in the release notes that editor config might be at play here.
    • Actually, I think even Microsoft doesn't know how to control it
  • Recent Achievements

    • Week One Done
      davidbazooked earned a badge
      Week One Done
    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      185
    3. 3
      +Edouard
      158
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!