Recommended Posts

and guess what, now its TDI :D

after hearing all those things about customizing AutoPatcher i though this:

if you customize your current autopatcherxp.dat file, next month you will have to customize it again by adding all the entries again... So this is how it will work now:

AutoPatcher will be able to index from 3 database files...

1. AutoPatcherXP.dat - the usual stuff, signature authentication remains as is

2. AutoPatcherXP_Bonus.dat - this will be a bonus pack we will be releasing, now with signature authentication

3. AutoPatcherXP_Custom.dat - this will contain all custom entries, and best of all, if you download next month's release, you wont have to do over all your entries :D

So this is TDI technology now :D

/Raptor

P.S: Jason, a new exe will be ready shortly for you to test with :D

You know, after talkin' with kelsenellenelvian yesterday I was gonna ask you about that. It's like you can read my mind! :o lol

One other thing I do on a new PC is I go into the display properties, click on the Desktop tab, click on the Customize Desktop button and put a check in the box next to My Computer.

This puts the My Computer icon on the desktop. If you just create a shortcut, it doesn't offer you the same right-click options as the 'real' My Computer icon. I do this so I can quickly go to the device manager on any PC I work on.

It would be a nice option on the next version of AP.

That's an awesome idea.....could I add My Network Places, My Documents and Internet Explorer to that list as well????

Okay how about this.... Would it be possible for you do make one for Win2k Pro one? I get to deal with a lot of Win2k Pro machines in my line of work and it gets bothersome with the updates just like XP Pro does.
neopwi Yes, it's gonna be called AutoPatcher 2000 and should be out about the same time the December update is released. See the unofficial thread here: AutoPatcher 2000

@Tech_8356 - I'll see what I can do... not sure if it's possible to do, but if it is, I'll make it an option.

One other thing I do on a new PC is I go into the display properties, click on the Desktop tab, click on the Customize Desktop button and put a check in the box next to My Computer.

This puts the My Computer icon on the desktop. If you just create a shortcut, it doesn't offer you the same right-click options as the 'real' My Computer icon. I do this so I can quickly go to the device manager on any PC I work on.

It would be a nice option on the next version of AP.

That's an awesome idea.....could I add My Network Places, My Documents and Internet Explorer to that list as well????

neopwi by using active registry monitor i found the .reg keys that the show desktop icons use..

Windows Registry Editor Version 5.00

[HKEY_USERS\S-1-5-21-583907252-1677128483-1343024091-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]

[HKEY_USERS\S-1-5-21-583907252-1677128483-1343024091-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]

"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

[HKEY_USERS\S-1-5-21-583907252-1677128483-1343024091-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

<< {871cblahblah is internet explorer icon , set to dword:00000000 to show << it, and dword:00000001 to unshow.

<< {20d04blah is my computer. same as above

<< {208dblah is network places. same as above

<< {45od is my documents. same as above.

you have to right click on the desktop and select 'refresh' after you merge them.

by using active registry monitor i found the .reg keys that the show desktop icons use..

Windows Registry Editor Version 5.00

[HKEY_USERS\S-1-5-21-583907252-1677128483-1343024091-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]

[HKEY_USERS\S-1-5-21-583907252-1677128483-1343024091-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]

"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

[HKEY_USERS\S-1-5-21-583907252-1677128483-1343024091-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

<< {871cblahblah is internet explorer icon , set to dword:00000000 to show << it, and dword:00000001 to unshow.

<< {20d04blah is my computer. same as above

<< {208dblah is network places. same as above

<< {45od is my documents. same as above.

you have to right click on the desktop and select 'refresh' after you merge them.

Thank you thank you! :D Good work! (Y)
[HKEY_USERS\S-1-5-21-583907252-1677128483-1343024091-1003

are these the same for EVERY system? Cause i dont have such a key...

/Raptor

[edit]i believe we can use HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\NewStartPanel instead of that yuky string S-x-x-xx-xxxxxxxxx.....[/edit]

are these the same for EVERY system? Cause i dont have such a key...

/Raptor

[edit]i believe we can use HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\NewStartPanel instead of that yuky string S-x-x-xx-xxxxxxxxx.....[/edit]

Yes, you have to use "Current_User". It's the same as when you want to load a theme. ;)
are these the same for EVERY system? Cause i dont have such a key...

/Raptor

[edit]i believe we can use HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\NewStartPanel instead of that yuky string S-x-x-xx-xxxxxxxxx.....[/edit]

That's the SID. Windows 2000 was once vulnerable to a bug where the SID could be forged and basically you were able to have admin rights :o

But, that's ancient stuff.

also...

"HideFileExt"=dword:000000000

"FriendlyTree"=dword:00000000 (this is for Simple View in Explorer, which i personally hate...)

again in Advanced under Explorer

and btw, i remember someone once asked if you can make something to disable all those windows xp effects... well take a look at:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects

/Raptor

also...

"HideFileExt"=dword:000000000

"FriendlyTree"=dword:00000000 (this is for Simple View in Explorer, which i personally hate...)

again in Advanced under Explorer

and btw, i remember someone once asked if you can make something to disable all those windows xp effects... well take a look at:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects

/Raptor

Thanks, I think I'll make an Entry called "Performance" and just have two options:

1. Adjust for Best Performance

2. Adjust for best Appearance

Seems a lot of people wanted something like that. :)

speaking of reg tweaks, and i use alot of them.. if we get too many, then why not just use xsetup http://www.xteq.com/products/xset/index.html ? :) or the other tweaker tools, or create our own? free of course xsetup is ok, supposedly easy to add stuff to it , complicated gui thou..

i just use the tweaks at http://www.dougknox.com/ or kellys corner

speaking of reg tweaks, and i use alot of them.. if we get too many, then why not just use xsetup http://www.xteq.com/products/xset/index.html ? :) or the other tweaker tools, or create our own?  free of course  xsetup is ok, supposedly easy to add stuff to it , complicated gui thou..

i just use the tweaks at http://www.dougknox.com/ or kellys corner

Well I'll shoot that down right now. I'm not including X-Setup. lol If you want to download it, be my guest. And I'm just trying to compile registry tweaks that are useful, and also can't really damage a system (no memory tweaks or anything). I've used X-Setup, but for newbies, it can really mess up their system if they do the wrong thing.

Hello everyone, I'm new to board. Just like to say that the authors of AutoPatcherXP is doing a nice job with making a program that makes it easy for novice and advanced users alike to update there computers; considering I'm one of those people that is an advocate of formatting my computer consistently to rid of unnecessary stuff. LOL. :D

Although you need WindowsXP SP1 before you use AutoPatcherXP, you should have something scripted in AutoPatcherXP to make sure that ever user has WindowsXP SP1 installed properly. If the user doesn't have SP1 installed, you should have all the updated grayed out so that the user doesn't update there computers by mistake cause that could cause some problems. If that happens, you should redirect them to Microsoft website for SP1 or you should include SP1 in AutoPatcherXP considering it is a very important update. Once SP1 is installed, the boxes should be ungrayed to let the users know they have SP1 installed and safe to install all the updates. Just a thought.

I hope this forum doesn't die down or become inactive like the other forums I've registered within the past few months. Seems like I've been having bad luck with that. Oh well. Looking forward to Decembers update list.

Thanks!

I think the authors make sure that the files are orginal. I don't think they would release something that hasn't been checked by them personally. Perhaps a user can list all the CRC or MD5 values of all the updates or extra features in AutoPatcherXP. If that's going to make some users feel at ease to know that the files are orginal.

Allow me to answer your questions:

@QuestorUK - Welcome to Neowin! I hope you enjoy your stay!This does not have a digital signature per se, but if you run it, you'll note it says "Official Edition" on the banner. If anyone tampers with the program, one of two things will happen. One, the program won't run because it's been damaged (that's if someone tried to mess with the exe itself). Two, the banner will change to say "Custom Edition". If it doesn't say official, it's been tampered with somehow. ;) Also, in the next version I'll include the MD5 value (with a link to download the program and verify).

@Slaughter - Welcome to Neowin, too! I hope you enjoy your stay as well! :) I'd also say thanks for enjoyin' the program so much! :D As far as scripting in something, we did. If you run it on a normal Gold (non SP1) install of XP you'll get a warning message on running and a chance to exit. We may alter it to not run at all, or give a link. It's a good idea, it's something I'll consider. :)

If this forum dies I'll be very sad... and it would have to happen when I'm asleep, because I'm on this forum almost every minute I'm awake. :) And the December update will be awesome, not just for the updates, but for the new additions to the exe itself. ;)

Anywho, if you have any more questions, feel free to ask! :D

EDIT - For anyone who wants to know, the MD5 value for the Full November Install (183 MB) is: C1950FCE3C4931F6FDAD3B1FF7CE32B8

Edited by FlishFun
That was a quick response.? You must lack sleep because you're always busy answering everyones post.? LOL.

Trust me... you have no idea. lol And I do all this sans caffine... got a nice twitch goin' in my eye right now.:blink:k: lol But seriously, I want everyone to get the most out of this, so I'm here as much as I can to answer as many questions as I can.;);)

Looks like Microsoft released another update at Windows Update site.

Update for WindowsXP HighMAT Support in CD Writing Wizard (KB831240)

neopwi Nice, I was already gonna include the HighMAT in the Dec release, but I didn't know about the update (wonder if it's the same thing). THanks! (Y)
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I do not remember anything happening to Apple and Google for bribing people not to make Apps for Windows Phone. Edge barley has a foot print to matter. If the other browser companies want more of the Pie, they need to do better. I use Brave on all my personal device. However in industry, Edge of default, as we can manage it easier with MS tools.
    • On the one hand, it shouldn't be difficult. You buy a computer, you decide what OS you want, which browser etc. Simple enough. But that's the techie side of things. My sister, my mother, wouldn't bother with such a thought. And I'm pretty sure that if you presented a window asking them what to pick they would say, "I don't care! I just want to access my Email!"
    • CPU-Z 2.20.2 by Razvan Serea CPU-Z is a freeware utility that gathers information on some of the main devices of your system. CPU-Z does not need to be installed, just unzip the files in a directory and run the .exe. In order to remove the program, just delete the files. The program does not copy any file in any Windows directory, nor write to the registry. CPU Name and number. Core stepping and process. Package. Core voltage. Internal and external clocks, clock multiplier. Supported instructions sets. All cache levels (location, size, speed, technology). Mainboard Vendor, model and revision. BIOS model and date. Chipset (northbridge and southbridge) and sensor. Graphic interface. Memory Frequency and timings. Module(s) specification using SPD (Serial Presence Detect) : vendor, serial number, timings table. System Windows and DirectX version. CPU-Z 2.20.2 changelog: Intel Arc G3 and G3 Extreme (Panther Lake)(2.20.2). AMD Ryzen 7 7700X3D (Raphael) (2.20.1). AMD Ryzen AI Max+ 495, 492, 488 (Gorgon Halo). AMD Ryzen AI Max 490, 485 (Gorgon Halo). AMD Ryzen AI Max PRO 495, 490, 485, 480 (Gorgon Halo). AMD Ryzen 9 9950X3D2 (Granite Ridge). AMD Ryzen 9 PRO 9965X3D, PRO 9945 (Granite Ridge). AMD Ryzen 7 PRO 9755, PRO 9745 (Granite Ridge). AMD Ryzen 5 PRO 9645 (Granite Ridge). AMD Ryzen AI 7/PRO 450G/GE (Gorgon Point 2). AMD Ryzen AI 5/PRO 440G/GE (Gorgon Point 2). AMD Ryzen AI 5/PRO 435G/GE (Gorgon Point 3). AMD Ryzen AI Max+ 392 (Strix Halo). Intel Core Ultra 5 250KF Plus (Arrow Lake Refresh). Intel Core 7 360 and 350 (Wildcat Lake). Intel Core 5 330, 320 and 315 (Wildcat Lake). Intel Core 3 304 (Wildcat Lake). Intel Core 9 273PQE, 273PTE, 273PE (Bartlett Lake). Intel Core 7 253PQE, 253PTE, 253PE, 251TE, 251E (Bartlett Lake). Intel Core 5 223PQE, 223PTE, 223PE, 221TE, 221E, 213PTE, 213PE, 211TE, 211E (Bartlett Lake). Intel Core 3 201TE, 201E (Bartlett Lake). Intel Arc Pro B70 and B65 (BMG-G31). Intel Arc Pro B60 and B50 (BMG-G21). Support of HUDIMM and HSODIMM memory modules. Download: CPU-Z 2.20.2 | Portable ~5.0 MB (Freeware) View: CPU-Z Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Anyone who expects MS to play fair is a complete idiot.
  • Recent Achievements

    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      246
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      75
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!