Showing posts with label system tool. Show all posts
Showing posts with label system tool. Show all posts

Sunday, March 20, 2011

Defraggler v2.03 Released!

email post

Defraggler v2.03

Improved algorithms and Windows 7 SP1 support.

Defraggler - Download Builds

Disk Defragmentation

Defraggler - InstallerDefraggler - Installer
2,999 kb - dfsetup203.exe
Defraggler - Installer download
Builds below are for system admins and advanced users.
They are not for distribution or mirroring.
Defraggler - PortableDefraggler - Portable
Zip file, no installer 
3,087 kb - dfsetup203.zip
Defraggler - Portable Download

Wednesday, March 16, 2011

Memtest86+ 4.20 is released!

email post
LATEST VERSION : 4.20
LAST UPDATE : 25/01/2010




Based on the well-known original memtest86 written by Chris Brady, memtest86+ is a port by some members of the x86-secret team, now working at www.canardpc.com. Our goal is to provide an up-to-date and completly reliable version of this software tool aimed at memory failures detection.
Memtest86+ is, like the original, released under the terms of the Gnu Public License (GPL). No restrictions for use, private or commercial exist other than the ones mentioned in the Gnu Public License (GPL). Texts about the original version was taken from the original website and written by Chris Brady.
PS : A newsletter for memtest86+ updates is available / Donation for Memtest86+ welcome. Please support free GPL software.
Here is some pre-compiled distributions of memtest86+. Memtest86+ comes in three different way, first is a pre-build bootable ISO, second is a bootable binary and third an installable package for creating a bootable floppy. Third version are compressed in .zip and .tar.gz.
** Memtest86+ V4.20 (25/01/2011) **

Friday, February 25, 2011

CCleaner v3.04

email post

CCleaner v3.04

We're pleased to announce the release of CCleaner v3.04!

We've been working hard this month on both improving the file cleaning and the registry cleaning power of CCleaner.
Release notes:
  • Added support for Windows 7 SP1.
  • Added Internet Explorer UserData cleaning and management.
  • Added Safari cookie management.
  • Improved Google Chrome detection.
  • Added Google Chrome JumplistIcons folder cleaning.
  • Added Opera Icon Cache folder cleaning.
  • Added support for Comodo Dragon.
  • Added support for SongBird embedded browser.
  • Added support for Thunderbird embedded browser.
  • Added Registry cleaner for Sound Events.
  • Improved Registry cleaning for Unused File Extensions.
  • Improved Registry cleaning for Application Paths.
  • Added environment variable support in Custom Locations.
  • Command line exporting of embedded INIs (/export [folder path]).
  • Added cleaning for Excel Viewer, FeedDemon, WinDiff and Last.FM, Free Download Manager, Internet Download Accelerator and Internet Download Manager.
  • Improved cleaning for AntiVir Desktop, AVG AntiVirus 10.0 and Windows Media Player.
  • Improved system file detection security.
  • Minor bug fixes.

You can download now from here!

Saturday, February 05, 2011

Runing a Universal windows xp VHD from a usb stick

email post

Runing a Universal windows xp VHD from a usb  stick



Just because I guess I'm not the only one that burned on it many hours I am happy to share all what I could finally understand and make it works for me...



From my experience I can say the most comfortable system for pc repairs/virus cleaning/portable os for internet/multimedia/mail/Quick work with files... is this xp.vhd .
* its small (lass than 1 gb)
* its boot very fast (11 sec with ewf - 19 sec without ewf)
* full multimedia support so you can Immediately play your media
* full printing support
* your anti virus always up to date (no need wait for updates like in pe builds )
* your anti virus real time protection work (Unlike pe builds)
* easy to install driver from driverforce or driver geek including all type of drivers (better than pe builds)
* with ewf you are protected - only when you need to update or install something you commit write to disk and return to ewf protection
* all portable apps are works (i has 8gb collection i made with Thinstall )



Of course our cool developers deserve thanks for there wonderful tools and deep explanations they give here all the time. :thumbup: Just a few steps I incorporated different guides to get the desired result
I can say I tried all the "usb xp" guides we have here in forum,I spent many hours on this :wodoo:

My conclusion until last week was the only way that really works is to go with wimb's Tool, step by step and create xp_ram.img and update it on many computers

But still it did not satisfy me because of the prominent faults
- You can not run on computers with little memory
- takes too much time on computers with slow usb boot
- I wanted to boot immediately to work rather than to dwell with the learning process, etc ...

Then thankfully I read here a few things and added a few things in my mind
Anyone who wants can try the great success: real universal xp.vhd without learning process needed work from winvblock file disk & g4d ram disk from usb without tne BSOD 0x7B i tried on 9 pc's only i get error But I fixed that too (see Part 13) Since I try it on every computer that I just met all work well!!

my steeps are:

1. make file cald xp.vhd on your local drive(fixed, not dynamic!) [i prefer .vhd instead of img for use with virtual pc if i want later ] {I disabled free space checking with nlite so i use 1gb .vhd}

2. make xpsp3.iso with full "chipset"+"mass storage"+"cpu" drivers integrate and Reduced size by removing Unnecessary components (my .iso is 410mb)

3. run this setup command
title start setup xp on img
map --mem /winvblock.ima (fd1)
map --mem (md)0x6000+800 (fd0)
map /xp.vhd (hd0)
map --mem /IMAGES/xpsp3.iso (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
chainloader (0xff)



title continue setup xp on img
map --mem /winvblock.ima (fd1)
map --mem (md)0x6000+800 (fd0)
map /xp.vhd (hd0)
map --mem /IMAGES/xpsp3.iso (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
root (hd0,0)
chainloader /ntldr


4. boot from the vhd from your local disk with this command

title Boot XP from image file 
map /xp.vhd (hd0)
map --rd-size=2048
map --mem (rd)+4 (0x55)
map --hook
write (0x55) #GRUB4DOS\x00v=1\x00xp.vhd\x000x80\x00
root (hd0,0)
chainloader /ntldr


5. connect your usb disk to the pc for the system to recognize it ..reboot when steel connect

6. use wim'b IMG_XP package to Reduced windows size & use all wimb's registry_tweaks (no need to create .img but use the tweaks.reg...) do not install firadisk! winvblock already installed!

7. open device manager and change all "ide&usb" drivers to "standard..." and computer to "Advanced Configuration and Power Interface"... reboot pc...

8. Optional, use "XPlite Professional 1.9" to Reduce your windows (Very significantly)

9. download UsbBootWatcher.zip from here:
Also download usb_xp_init.cmd from here:
Unzip UsbBootWatcher.zip and put usb_xp_init.cmd into the folder we have just extracted UsbBootWatcher. The directory structure should look like this:
amd64 - directory
x86 - directory

10. Boot into other Windows so you can edit your xp.vhd windows (you can mount the xp.vhd as local drive from windows7/Win7PE disk mangment or boot it on virtual pc)

11. Run usb_xp_init.cmd and type the path of system32 directory of the mounted vhd. (for examle D:\Windows\system32)
When it completed unmount the vhd

12. now you be able to boot this xp.vhd from your usb drive on different machines Without any additional actions (At least I can)

13. If you still encounter screen of death (happened to me once of 9 computers) Copy the .vhd file to the local drive and run it from there (or add --mem to map entry and run from ram disk)
after you boot to desktop wait for system finish the automatic drivers instantiation, then copy the vhd back to usb (or use IMG_XP_Update.exe to update your .vhd that placed on your usb) now its can safely boot from it

14. Optional, use ewfmgr To protect your disk and to improve performance Especially if it is a flash drive that his writing is very slow
how to install ewfmgr?

There may be other ways, my way is to boot the system with ewfmgr.iso (thanks to etboot project) its works in xp rc environment . (in our case we can boot it from virtualpc or from g4d + map vhd ) I brought up for you
select 1 to install ewf
select drive {c:}
select win folder {windows}
restart
after we boot into windows run cmd >
ewfmgr c:\ -enable = protection on
ewfmgr c:\ -disable = protection off
ewfmgr /all = all comand line




15. enjoy!
  :clap: :clap:

some links

winvblock.ima

ewf.iso

Friday, February 04, 2011

Acronis True Image Home 2011 (English) FREE Download

email post

Acronis True Image Home 2011 (English) Download

Acronis True Image Home 2011 (English)

Acronis® True Image Home 2011 provides home users with reliable backup and disaster recovery of systems, applications, settings and personal files. You can easily define where, locally or online, and how often to backup a PC. Create copies of your hard drive with just a few quick steps while continuing to work.
Download:

Wednesday, January 19, 2011

Windows Loader v1.9.5

email post
Windows Loader v1.9.5
The safest and easiest way to activate your Windows.

About

This is the loader application thats used by millions of people worldwide, well known for passing Microsoft's WAT (Windows Activation Technologies) and is arguably the safest Windows activation exploit ever created. The application itself injects a SLIC (System Licensed Internal Code) into your system before Windows boots, this is what fools Windows into thinking it's genuine.


Features

Can be run as a standalone application
Works well with all system languages
Argument support for silent installs
Can be used for pre-activation
Application integrity checking
Custom error handling
Support for hidden partitions and complex setups
Can work alongside Linux's GRUB or any other boot manager
Works with TrueCrypt and many other types of hard drive encryption applications
Add your own certificates and serials externally
Offers certificate and serial installation only for users with an existing SLIC 2.1
Automated system profiling (The application matches everything up for you)


The rundown

Compatible with all Windows updates ✔ check
This will run on x86 and x64 systems ✔ check
This can activate all Windows versions at the same time, just install it on each ✔ check
No core system files get modified ✔ check
No extra processes are run so you have nothing eating at your RAM ✔ check
All key parts of the exploit are encrypted with a custom encryption ✔ check
The exploit runs before Windows so it's harder for Microsoft to prevent ✔ check
The exploit patches all necessary tables making activation look authentic ✔ check
The application will select the best profile for your system during installation ✔ check
Each and every user has a unique version of the exploit installed on his/her system ✔ check

    Supported operating systems:
  • Windows 7 Ultimate
  • Windows 7 Professional
  • Windows 7 Home Premium
  • Windows 7 Home Basic
  • Windows 7 Starter
  • Windows Vista Ultimate
  • Windows Vista Business
  • Windows Vista Business N
  • Windows Vista Home Premium
  • Windows Vista Home Basic
  • Windows Vista Home Basic N
  • Windows Vista Starter
  • Windows Server 2008 R2: Enterprise
  • Windows Server 2008 R2: Standard
  • Windows Server 2008 R2: Foundation
  • Windows Server 2008: Enterprise
  • Windows Server 2008: Standard
  • Windows Server 2008: Foundation
  • Windows Small Business Server 2008

Note: You must be running build 7600 or greater for Windows 7 and Windows Server 2008 R2.
Note: Windows 7 N and E editions will only be supported when OEM SLP serials leak for them editions.


Application integrity checking?

Hover your mouse over the green, amber or red icon to see detailed application information.

Note: Even if the icon is green someone might have found a way around the protection system so it's worth checking that the applications path is always the same as the location from which you launched the application. You should also check that the MD5 matches the MD5 found online.

Download:

Monday, January 17, 2011

How to do with a blue screen?

email post
Blue screen (System crush) is error that may be more common in the Windows system, a mistake. But for most of us, the occurrence may be at his wits end after a blue screen.
Here are some blue screen errors occur when some of the ways. Many ways, but today this part describes how to use Windows De
bugging Tool, or call Windbg, combined with Microsoft's forum to deal with the problem.
 

First, use the blue screen problem WinDBG treatment, to ensure that the system has generated a memory dump file. 

Confirmed the existence of a memory dump file 


The default configuration of Windows 7, the resulting core dump file may be (Kernal Memory Dump) or a small memory dump file (Minidump). If the core dump file, the default will be saved as C: \ Windows \ Memory.dmp, if it is a small memory dump files, relevant documents will be saved in C: \ Windows \ MiniDump directory. 


Therefore, a blue screen, please check the system has no C: \ Windows \ Memory.dmp this file, or C: \ Windows \ MiniDump directory file named by date. For example, Mini010810-01.dmp is January 8, 2010 the first small memory dump file.
If you do not have the memory dump file, please refer to the relevant documentation. 


Install Windows Debugging Tool (WinDBG)
Next, we want to install Windbg the. WinDBG can download the Microsoft 32-bit address is: http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

, 64-bit address is:
http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx


 Note WinDBG only in English. You just find a place to both download and install the latest version of it. If you do not really understand English, you download directly to these two addresses: 32:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi

, 64 bit:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_amd64_6.11.1.404.msi
http://msdl.microsoft.com/download/symbols/debuggers/dbg_ia64_6.11.1.404.msi


Next all the way to safety and then turn on it. An WinDBG transfer file size, probably around 15-30 trillion. 

Configuring Windows Debugging Tool (WinDBG)
Analysis of the memory dump file by WinDBG, we want to configure what WinDBG.
First, choose a temporary directory stored Symbol files. For example, create a directory called C: \ Temp
Then, open WinDBG, in the File Menu - "choose Symbol File Path. In the Open dialog box, enter:
SRV * c: \ temp * http://msdl.microsoft.com/download/symbols
Select OK OK. WinDBG to configured.
With the Windows Debugging Tool (WinDBG) of memory dump file
In WinDBG which, in the File menu, select Open Crash Dump, and then find that in front of said core memory dump file or a small memory dump file, select Open. Wait a moment, if you need to download from the Microsoft Web site Symbole documents, the time may be rather long. If not a large number of Warning, it means setup is successful. If Your debugger is not using the correct symbols like the information on configuration issues, to carefully check the previous step.
Wait until there Use! Analyze-v to get detailed debugging information. Words and 0: kd> prompt.
Follow the prompts, enter! Analyze-v command. Wait for command to complete.
Analysis of Windows Debugging Tool (WinDBG) results

Monday, December 13, 2010

Thunderbird 3.1.7 is released

email post
Thunderbird: "Thunderbird 3.1

Thunderbird now has tabs, better search, and email archiving.
It's easy to upgrade to Thunderbird 3.1

* Free Download Thunderbird  (3.1.7, English, 8.9MB)