Chuyển đến nội dung chính

Windows 7 Tiny Unattended Fully Activated CD (x86)



Description:-

This is a re-up of experience's Windows Tiny7 Rev01 Unattended Activated CD (x86). Total size after install is 1.64 Gb, and the install is completely autonomous, just let it install and run some batch files to ensure a full install. From what I remember it is pretty stable and full featured. experience has great builds and this is one of them.

Special note from eXPerience:- 

I have used this modded OS for a few days and it seems every bit as fast as Windows XP. If you have always wanted to use Vista, but were holding out for Windows 7 – its worth it! This slimmed edition boots up fast, shuts down fast, opens applications fast, even VMware v5.5 runs fast on it once its started up. File copying seems no slower than XP. All in all this new Windows really blows away XP because of all the new features. You have to remember XP is from 2001 when no one even had such a thing as “Wireless” or a SATA drive. Now all this new hardware runs on Windows XP but the OS was never designed to run it really. You might wonder why not just use Vista – don’t even go there. Lets just pretend Vista never existed. In fact Microsoft should have not ever released it but I guess they had to in order to improve on it and eventually get it right – with Windows 7.

Statics:-

ISO File Size : 699 Mb
RAM Usage On First Installation : 145 Mb (idle for 5 mins)
Entire Installation Size : 2.46 Gb
WINDOWS Folder Size : 2.40 Gb
Running Processes, total : 24
Running Processes, Windows : 22
Install Time In VMware : 10 to 15 minutes*


*The operating system takes 10 minutes to get to first logon, but on first logon the activation process takes a few minutes and in total it all adds up to about 15 minutes.

Requirements:-

Ram 512MB
CPU Pentium 4
HDD 10GB

General Windows Components That are Kept:-

Aero ThemeFax SupportInternet Explorer 8Modem SupportMost Languages (only Chinese, Japanese and Korean are removed)Printer SupportSmart Card SupportWindows SoundsWindows Update
eXPerience Desktop folder with vital essentialseXPerience WallpaperQuick Launch enabler on desktop (Thanks to ntoskrnl)Dozens of tweaks to improve WindowsWatermark “Test Mode” removedWindows is activated offline (Thanks to Hazar)

Installed programs:-

DirectX 9c DLL Files (some standalone/ripped games might need these)Everything Search v1.2.1.371 (find files and folders without waiting)Flash v10.0.22.87 for IE (player for YouTube and Google Video etc)Foxit PDF Reader Pro v3.0.1301 (open PDF files from the web in IE)HashTab v2.1.1 (adds a tab on file properties to see file checksum)WinRAR v3.80 (compression tool to handle various archive formats)

Fixed:-

Fixes since the last version:-

All services are enabled.Folder renaming bug “This item no longer exists” is fixed.Wolfenstein 2009 compatibility fixed.GTAIV compatibility fixed.KMplayer compatibility fixed.Hibernation in Windows fixed.Devices and Printers opens properly.Safely Remove Devices is fixed.No migwiz.exe error if you run “Easy Transfer” which is removed.No msdt.exe errors (MS Diagnostic Tool, now kept)

Preview:-





Download Link:-

Password if needed: blackeyez007.blogspot.com

Note:-

Make A Bootable USB to Install this Windows On You Computer.
You can Test this windows on Virtual Box without losing Your current Windows and Data.

Learn How to Make Bootable USB from Here
Learn How to test any Operating System on Virtual Box from Here

Nhận xét

Popular Posts

Autodesk ArtCAM 2017 Crack + Patch + Full Version

Autodesk ArtCAM 2017 Crack + Patch + Full Version ArtCAM is, in fact, a design tool designed more for designers than engineers, and allows designers to showcase their creativity. The software delivers a CNC modeling CAD that can be used for a variety of industries. For example, designers of signs, woodcutters, jewelry designers and many others who can produce high-quality products before they can deliver their products in two-dimensional and three-dimensional form. It's easier with this software than ever. Features and Features of ArtCAM 2017 Crack + Patch + Full Version: Support for 64-bit systems Ability to mount jewelry pieces The ability to create complex shapes Ability to cut different pieces of pages The ability to create floating vectors Save layers and shapes that you must use Availability of ready-made models available System Requirements for ArtCAM 2017 full Crack for 2017, 2018: OS: Windows 7 SP1 / 8.x / 10 for 2012: Processor Type & Speed: Intel Core 2 Duo (or equiv...

Adobe Acrobat Pro DC 2019 Portable (v19.010.20064)

Adobe Acrobat Pro DC 2019 Portable (v19.010.20064) is a software for creating PDF files. With the help of this software, the user can convert all text files, photos and other relevant documents to PDF format. Adobe Acrobat software is popular with many software users due to the compatibility with most software. You can plan it in the printer's configuration area by typing Ctrl + P keys that are specific to print operations, print texts or anything printable in Adobe Acrobat as a PDF. Adobe Acrobat software features Ability to convert to other formats like images and Word Scan directly from the scanner The presence of internal OCR to identify texts Optimized mode for displaying documents as much as possible Specific compatibility with high-quality images to showcase the best of the documents Ability to do things in a batch like conversion Ability to add new actions to PDF documents Ability to interconnect multiple PDF documents Ability to build form System Requirements Operating Sys...

Move up and down listbox item using javascript

     In the following example,we can easy to move the list box item up and down using javascript code. Example     function listboxMove(listID, direction) {       var listbox = document.getElementById(listID);       var selIndex = listbox.selectedIndex;       if (-1 == selIndex) {         alert("Please select an option to move.");         return;       }       var increment = -1;       if (direction == 'up')         increment = -1;       else         increment = 1;       if ((selIndex + increment) < 0 ||         (selIndex + increment) > (listbox.options.length - 1)) {  ...