Wednesday 18 June 2014

WinRAR By Champion007 Software House


WinRAR is a 32-bit / 64-bit Windows version of RAR Archiver, the powerful archiver and archive manager. WinRAR's main features are very strong general and multimedia compression, solid compression, archive protection from damage, processing of ZIP and other non-RAR archives, scanning archives for viruses, programmable self-extracting archives(SFX), authenticity verification, NTFS and Unicode support, strong AES encryption, support of multivolume archives, command line and graphical interface, drag-and-drop facility, wizard interface, theme support, folder tree panel, multithread support and Windows x64 shell integration. WinRAR provides complete support for RAR and ZIP archives and is able to unpack and convert CAB, ARJ, LZH, TAR, GZ, ACE, UUE, BZ2, JAR, ISO, Z, 7-Zip archives. WinRAR is available in over 40 languages.
What's new in this version:
    What's new in the latest version WinRAR 5.10
  • Added extraction support for ZIP and ZIPX archives using BZIP2, LZMA and PPMd compression.
  • Added extraction support for 7z split archives (.7z.001, .7z.002, ...).
  • Added support for AES-NI CPU instructions allowing to improve RAR encryption and decryption performance.
  • Default theme images are scaled up with better quality in high DPI display mode.
  • Environment variables, such as %temp%, can be used in "Files ... See all new features
Click to see larger images


Tuesday 10 June 2014

How To Boot And Install Windows 8 Developer Preview From USB Flash Drive

How To Boot And Install Windows 8 Developer Preview From USB Flash Drive
With the exciting release of Windows 8 Developer Preview at the Microsoft Build Conference yesterday many developers are ready to start playing with the new Windows. But what if the PC you wish to install Windows 8 on doesn’t have a DVD-ROM drive as is the case with many slate PCs and UMPCs. We have a solution for you, a simple step-by-step tutorial for making a bootable Windows 8 USB flash drive.
DISCLAIMER – This process has only been test using a Windows 7 PC, proceed at your own risk.
Step 1 -  Format the USB Drive
This step is simple just make sure you choose NTFS in the File System drop down.
Step 2 – Set USB Drive’s main partition to Active
For this step you have to open a command prompt, do this by finding Command Prompt in your Start menu and Right-clicking it and selecting “Run as administrator
Type the following two commands:
diskpart
list disk
Make a note of the disk number of your USB drive and run the following:
select disk X (Where X is the number of you USB drive)
list partition
Again make a note of the partition number then type the following:
select partition Y (Where Y is the partition number)
active
This will set the partition to active and you can exit diskpart by typing “exit”.
Step 3 – Creating the bootable USB flash drive
You will need to download the Windows 8 ISO of your choosing, to do so go to dev.windows.com and go to the Downloads section.
You will also need an archiving tool, I am using 7zip but you could also use WinRar.
Right-click on the Windows 8 ISO file and Extract files. Remember the folder you extracted the files to.
In you command prompt from earlier navigate to the directory you extract the Windows 8 ISO to.
Once the run the following commands:
cd boot
bootsect /nt60 X: (Where X is the drive letter of you USB drive)
Now you can use Explorer to copy all the files from your Windows 8 directory to the root of your USB flash drive.
You should be able to boot to the USB drive now and install Windows 8, you may have to alter your PC’s BIOS settings to enable booting to USB.