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 named Hitler because he is the de facto anti-semite. But you don't have to hate Jews to be a genocidal maniac. In fact, these days, so called semites are the ones acting in ways that would make Hitler proud.
    • 3DP Chip 26.05 by Razvan Serea 3DP Chip is a standalone, no-install portable tool that scans your computer’s hardware and automatically detects the latest drivers available for your specific configuration and external devices. It provides a clear list of drivers that need updates, locates the correct downloads, and helps you upgrade them easily. 3DP Chip will automatically detect and display the information on your CPU, motherboard, video card and sound card installed on your PC. You can also choose to copy these information into your clipboard with one click for later use (such as posting in a forum). Also, if you're upgrading your operating system or just need to reinstall Windows, 3DP Chip can backup all the drivers on your PC or laptop. 3DP Chip backup and reinstall features can save you hours of searching for and installing individual device drivers. 3DP Chip most popular drivers include: audio and sound drivers video drivers printer and scanner drivers digital camera drivers network drivers webcam drivers keyboard and mouse drivers 3DP Chip v26.05 changelog: Driver date/version information has been added or updated AMD motherboard chipset v8.03.25.247 AMD motherboard chipset v8.05.04.516 Newly added product or support has been enhanced AMD Radeon Graphics AMD Radeon 780M Graphics AMD Radeon 840M Graphics AMD Radeon 860M Graphics AMD Radeon 880M Graphics AMD Radeon RX 9070 XT AMD Radeon Pro W7500M NVIDIA GeForce RTX 3050 6GB Laptop GPU NVIDIA GeForce RTX 4050 Laptop GPU NVIDIA GeForce RTX 5050 Laptop GPU NVIDIA GeForce RTX 5050 Laptop GPU NVIDIA GeForce RTX 5060 NVIDIA GeForce RTX 5070 Laptop GPU NVIDIA GeForce RTX 5070 Ti Laptop GPU NVIDIA RTX Pro 500 Blackwell Generation Laptop GPU NVIDIA RTX Pro 1000 Blackwell Generation Laptop GPU NVIDIA RTX Pro 2000 Blackwell Generation Laptop GPU Download: 3DP Chip 26.05 | 7.2 MB (Freeware) Links: 3DP Chip Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Apple reluctantly forces strict new age checks on Texas users starting today by Paul Hill Apple will begin enforcing the Texas Age Assurance Law (SB 2420) following a recent court ruling that lifted an injunction on SB 2420. Starting June 4 (today), Apple will enforce strict age-verification and parental-consent rules for new Apple accounts created in Texas. This move will affect children under 18 who go to download apps or attempt to make in-app purchases. Apple previously expressed privacy concerns related to this law, but compliance is now mandatory for the company, nevertheless. Apple will use several APIs to follow the law. Principally, the Declared Age Range API will fetch the specific user age bracket (Under 13, 13-15, 16-17, or 18+) and a verification method. The Significant Change API (PermissionKit) will trigger a system dialog for parental consent if an app gets a major update or an age-rating shift. There is also a new property type in StoreKit that allows developers to automatically check when their app’s age rating has changed on a user’s device and then use the Significant Change API to request parental consent. Finally, App Store Server Notifications can be configured to tell developers when a parent revokes consent, blocking app launches. To ensure they are ready for these changes, developers must immediately use Apple’s sandbox testing environment to validate these APIs in their apps. For any developers out there finding this to be inconvenient, get used to it. Other regions, such as Utah, Louisiana, and Brazil, are looking at, or have implemented, similar rules.
  • Recent Achievements

    • 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
    • Week One Done
      jefred earned a badge
      Week One Done
    • Apprentice
      JoeyNeo went up a rank
      Apprentice
  • Popular Contributors

    1. 1
      +primortal
      484
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Skyfrog
      72
    4. 4
      FloatingFatMan
      62
    5. 5
      neufuse
      54
  • Tell a friend

    Love Neowin? Tell a friend!