free tech software from Spiceworks thread

25 Aug

MailScavator (divide and conquer outlook pst files) http://www.rethinkit.com/prodMailScavator.html User Profile Wizard (migrate local user to domain) http://www.forensit.com/downloads.html CMDer (a powerful console emulator) http://bliker.github.io/cmder/ AOMEI Partition Assistant Standard Edition http://www.disk-partition.com/download-home.html Rufus (create bootable USB drives) http://rufus.akeo.ie/ Symlinker (create symbolic links the easy way) https://code.google.com/p/symlinker/          (mac version, different dev) http://www.macupdate.com/app/mac/41493/symlinker PDF … Read More »

PowerShell Script to Uninstall GFI Max Advanced Monitoring Agent

22 Aug

#PowerShell Script to Uninstall GFI Max Advanced Monitoring Agent #For x64 and x86 $ErrorActionPreference = “Stop” Try { & “C:\Program Files (x86)\Advanced Monitoring Agent\unins000.exe” /silent #(or) “C:\Program Files\Advanced Monitoring Agent\unins000.exe” /silent Write-Host “GFI Max Advanced Monitoring Agent uninstalled successfully” Write-Host … Read More »

Use auditing to track who deleted your files

30 Jul

Use auditing to track who deleted your files by Steve Wiseman on March 21, 2008 · 27 comments in Windows http://www.intelliadmin.com/index.php/2008/03/use-auditing-to-track-who-deleted-your-files/ I had a reader write me a few days ago: …I’m in a school environment and a student has deleted some files and I would … Read More »

How to audit and track file deletions

30 Jul

How to audit and track file deletions Enable Audit Policy: On the machine where you want to track file deletion, go to Administrative Tools->Local Security Policy->Audit Policy , double click “Audit Object Access” on the right pane and switch-on “Success” & “Failure”. Enable auditing … Read More »

Completely reset TCP stack on Windows

11 Jul

Completely reset TCP stack on WindowsCreate CMD file (for example TCPReset.cmd) with this content:arp -a -dipconfig /flushdnsnbtstat -Rnbtstat -RRnetsh int reset allnetsh int ip resetnetsh winsock resetnetsh interface tcp set global autotuninglevel=disabled

download link win7 home

30 Jun

Windows 7 Home Premium x86 with SP1 (bootable) http://msft.digitalrivercontent.net/win/X17-24208.iso Windows  7  Home Premium x64 with SP1 (bootable) http://msft.digitalrivercontent.net/win/X17-24209.iso   After downloading the .iso file use ImgBurn or Gear ISO to create a bootable DVD. Create a Bootable Windows 7 DVD … Read More »

can’t find button ” Continue to this website “

11 Jun

Because of the latest updates : KB2661254 It prevent to connect to any website that use a certificate with less than 1024 bits key To fix it, you can add a dword key in the registry : HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\OID\EncodingType 0\CertDLLCreateCertificateChainEngine\Config\ DWORD … Read More »