| View previous topic :: View next topic |
| Author |
Message |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
Posted: Fri Oct 30, 2009 3:53 pm Post subject: [Updated] Sysinternals Suite 2010-01-14 (x86 & x64) |
|
|
[Release] Sysinternals Suite 2010-01-14 x86 & x64 (ENU)
The Sysinternals Troubleshooting Utilities have been rolled up into a single Suite of tools. This file contains the individual troubleshooting tools and help files. This release does contain the infamous BSOD Screen Saver.
Platform: NT4, Win2k, WinXP, Vista, Win7 (x86 & x64)
Authors: Mark Russinovich and Bryce Cogswell
License: Freeware
Website: http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx
---
About this release:
- Custom build MSI; supports AD, Admin Installs, repairs and all that.
- Just a little gift from me.
- 7-Zip SVCPACK addon (for the switchless installer, simply extract it from the archive).
Notes:
- This package contains all 75+ Sysinternals utilities.
- Don't bug me to update the entire package for every single tiny application update. I will do so on a regular basis; I don't (and won't) keep track off every single one of them daily.
- I know there have been 'issues' redistributing this suite in the past. If it's a problem for ryanvm.net still today, I'll take it off line again.
7-Zip SFX Code: | Code: |
;!@Install@!UTF-8!
GUIMode="1"
RunProgram="Sysinternals.msi /qb"
;!@InstallEnd@! |
Addon Details (RVMi and nLite compatible):
File: Sysinternals_Suite_10-01-14_beats_Addon.7z
CRC-32: 78df2c5f
MD4: ea576ad5499894ab88ed933df7a6b4b3
MD5: a4142f75ef886b97489c8c290e20d9b7
SHA-1: 99a2025db0ff6f9d0f17252bcd19f7155ec93799
Size: 4.98MB
Download _________________ Request your Switchless Installer or Addon | How to create an Avast SFX
Last edited by beats on Fri Jan 15, 2010 4:30 pm |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
Posted: Wed Dec 02, 2009 5:03 pm Post subject: |
|
|
Updated to 2009-12-01:
VMMap v2.5:
This update to VMMap, a process memory analysis utility, now identifies thread environment blocks (TEBs), the process environment block (PEB), and reserved memory.
Disk2vhd v1.4:
Now includes an option for Windows XP and Windows Server 2003 that directs it to fix up the kernel and HAL to make the VHDs generated for these systems bootable in Virtual PC. It also skips sectors with CRC errors to enable the conversion of systems with failing disks.
Sigcheck v1.63:
Instead of reporting ‘unsigned image’ for all signature check failures, Sigcheck now reports specific errors, such as the root not being trusted and the signing chain not being valid.
Autoruns v9.57:
Now reports more group policy script entries.
PsExec v1.97:
This update to PsExec fixes the interactive (-i) switch for Windows XP and a bug in the copy-to-remote (-c) switch that would sometimes prevent the copy from succeeding.
PsKill v1.13:
Fixes a bug in the process tree termination logic.
Disk2vhd v1.3:
This update to Disk2vhd makes more Windows XP and Windows Server 2003 VHDs bootable by updating their MBR and boot sectors to be compatible with Hyper-V and Virtual PC and by installing the Intelide driver if it it’s not already installed. It also optimizes image creation by not copying paging and hibernation files.
Sigcheck v1.62:
This update to Sigcheck, a utility that displays file version and digital signature information, removes a file size limit for generating file hashes, works on 64-bit MSI files, and reports expired signatures.
Process Monitor v2.8:
Displays new Windows 7 CreateFile options, includes file-delete operations in the Category filter’s Write subcategory, and displays names for more IOCTLs and result codes.
LiveKd v3.12:
This release fixes compatibility with 64-bit Windows XP and Windows Server 2003. _________________ Request your Switchless Installer or Addon | How to create an Avast SFX |
|
| Back to top |
|
 |
dumpydooby

Joined: 15 Jan 2006 Posts: 524
|
Posted: Thu Dec 24, 2009 11:44 am Post subject: |
|
|
Thanks for maintaining this!
Gotta love Microsoft's EULAs.
| Code: | 10. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM SYSINTERNALS AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. |
Anyway, I notice that you include RegMon and FileMon in this pack. Officially, they've both been replaced with Process Monitor. Do they have functionality that Process Monitor doesn't have? _________________ Love Always,
Dumpy Dooby
PS-
RogueSpear's forums dide.  |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
|
| Back to top |
|
 |
Wesmosis

Joined: 21 Feb 2006 Posts: 350
|
Posted: Sat Dec 26, 2009 5:41 am Post subject: |
|
|
thank you beats  |
|
| Back to top |
|
 |
Wesmosis

Joined: 21 Feb 2006 Posts: 350
|
Posted: Sat Dec 26, 2009 5:42 am Post subject: |
|
|
| Does it contain Process Explorer?? |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
|
| Back to top |
|
 |
Wesmosis

Joined: 21 Feb 2006 Posts: 350
|
Posted: Sat Dec 26, 2009 10:58 am Post subject: |
|
|
| beats wrote: | | Of course it does. |
thank you
do you know how to make it replaces the task Manager in Unattended installation |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
Posted: Sat Dec 26, 2009 2:34 pm Post subject: |
|
|
Yes, import the reg-file below at some point in your unattended installation (cmdlines.txt, RunOnce(Ex), WPI or whatever).
| Code: | Windows Registry Editor Version 5.00
;Replace Task Manager with Process Explorer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe]
"Debugger"="c:\\windows\\system32\\procexp.exe" |
_________________ Request your Switchless Installer or Addon | How to create an Avast SFX |
|
| Back to top |
|
 |
Wesmosis

Joined: 21 Feb 2006 Posts: 350
|
Posted: Sat Dec 26, 2009 2:56 pm Post subject: |
|
|
| beats wrote: | Yes, import the reg-file below at some point in your unattended installation (cmdlines.txt, RunOnce(Ex), WPI or whatever).
| Code: | Windows Registry Editor Version 5.00
;Replace Task Manager with Process Explorer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe]
"Debugger"="c:\\windows\\system32\\procexp.exe" |
|
you da man beats  |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
|
| Back to top |
|
 |
Wesmosis

Joined: 21 Feb 2006 Posts: 350
|
Posted: Sat Dec 26, 2009 3:02 pm Post subject: |
|
|
it didn't work
the reg tweak |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
|
| Back to top |
|
 |
dumpydooby

Joined: 15 Jan 2006 Posts: 524
|
Posted: Sun Dec 27, 2009 4:19 pm Post subject: |
|
|
You can actually leave out the path entirely since the file is already located in the system path. I do this all the time with StripMyRights.exe (which is a wrapper that removes administrative privileges from applications; great for securing web-based applications like Firefox, Thunderbird, Adobe Reader, etcetera). _________________ Love Always,
Dumpy Dooby
PS-
RogueSpear's forums dide.  |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
Posted: Fri Jan 15, 2010 4:35 pm Post subject: |
|
|
Updated to 2010-01-14.
Changelog
ProcDump v1.71:
This fixed a bug in the exception handling dump condition logic.
ProcDump v1.7:
This update to ProcDump, a command-line utility that will generate memory dumps of processes based on various selectable criteria, now supports periodic timed dumps as well as dumps based on virtual memory thresholds.
AccessChk v4.24:
AccessChk, a utility that shows effective security permissions for files, registry keys, services, and more, now supports process tokens.
Sigcheck v1.64:
This release adds reporting for more signature verification errors.
Desktops v1.01:
This fixes a bug that prevented Desktops from launching Explorer on secondary desktops when run on 64-bit Windows 7.
LiveKd v3.13:
LiveKd works around a bug in Windbg’s analysis engine that could cause Windbg to hang for several minutes when launched from Livekd.
+
All shortcuts are now grouped under "Programs/Sysinternals" instead of "Programs/Accessories/Sysinternals".
Removed RegMon and FileMon, since both were replaced by Process Monitor. Thank you dumpydooby, for the heads up.  _________________ Request your Switchless Installer or Addon | How to create an Avast SFX |
|
| Back to top |
|
 |
dolivas
Joined: 04 Feb 2007 Posts: 183 Location: Livonia, MI
|
Posted: Sun Jan 17, 2010 5:45 am Post subject: |
|
|
beats First I would like to say thanks for this now a couple of thing I have found with this installer.
Could we get a 64bit only version the reason I ask is because these programs are only 32bit and do not work at all on the 64bit installs.
1. Portmon.exe
2. RootkitRevealer.exe
3. PageDefrag.exe
Thanks,
dolivas |
|
| Back to top |
|
 |
beats

Joined: 27 Nov 2007 Posts: 772 Location: Netherlands
|
|
| Back to top |
|
 |
dolivas
Joined: 04 Feb 2007 Posts: 183 Location: Livonia, MI
|
Posted: Sun Jan 17, 2010 9:12 am Post subject: |
|
|
| Ok beats that sounds great I will keep an eye out for the update and thanks again for your work much appreciated |
|
| Back to top |
|
 |
crashfly

Joined: 13 Mar 2008 Posts: 788 Location: Arkansas, USA
|
Posted: Thu Apr 22, 2010 12:00 am Post subject: |
|
|
Thank you for this addon beats. Keep up the great work. _________________ A mind is like a parachute, it only functions when it is open.
--Anonymous
How to Ask Questions the Smart Way |
|
| Back to top |
|
 |
prosayist

Joined: 24 Sep 2006 Posts: 3
|
|
| Back to top |
|
 |
dolivas
Joined: 04 Feb 2007 Posts: 183 Location: Livonia, MI
|
Posted: Wed Aug 25, 2010 3:39 am Post subject: |
|
|
beats First I would like to say thanks I was wondering if you have some time could you please update this?
Thanks and hope you are well,
dolivas |
|
| Back to top |
|
 |
bphlpt

Joined: 19 Apr 2008 Posts: 833
|
Posted: Wed Aug 25, 2010 4:31 am Post subject: |
|
|
I'm afraid that beats hasn't been around since his last post Tue Jan 19, 2010. I'm not sure what his status is.
Cheers and Regards |
|
| Back to top |
|
 |
|