Jump to content

niTe_RiDeR_Pr0

Members
  • Joined

  • Last visited

Everything posted by niTe_RiDeR_Pr0

  1. Hello everybody, Today I will show you how to install Windows 8/8.1 on a PC without a CD/DVD/USB, directly onto the HDD, even without the installation wizard/setup ! [Fastest Method] Yesterday my new hard drive for my laptop arrived, and instead of cloning my existing disk, I decided to do a clean install of Windows 10. But I didnt have much time, cuz after installing windows 10, I had to copy my existing downloads, pictures, videos, install programs, etc. & I thought there must be some other way to easily install windows 10 without that installation wizard/setup. After some research, I made my own method, & installed it succesfully, faster than their setup wizard! Now I am gonna show you how to accomplish that. [This guide will work for Windows 8/8.1 also] Lets Begin! Pre-Requisites Seperate Hard Drive with atleast 20GB space, with only 2 primary partitions [where you have to install Win8/8.1] [An empty/new hard drive is highly recommended] Working PC/laptop with Windows XP or above installed, with Internet access Procedure: Firstly, download Windows 8/8.1 ISO & extract it to C:\win8 using some archive manager like 7zip/winrar, or COpy the Windows 8/8.1 CD contents to C:\win8. Now connect that separate hard drive to your PC (If you have externel harddrive cage, then connect to it, else buy a SATA to USB hard disk enclosure like this one) Open a command prompt as administrator (Go to start menu > search cmd > Rightclick on the first search result & RUn as administrator) Type: diskpart Now type: list disk It will show the disks connected to your PC. According to the size shown, you should be able to know which is your disk. Type: select disk X [Replace X with the disk number which you saw in the previous guide, in my case it was disk 1] Type the following one by one: create partition primary size=350 format fs=ntfs unit=4096 label="System Reserved" quick active assign letter=P create partition primary size="Any size convenient for you, in MB" format fs=ntfs label="Windows 8" quick assign letter=Q exit Your partitions have been configured! Now, if you are in Windows 7 (or below), download DISM from here, open the file, when It will ask for extraction folder, change the location to: C:\dism Now in Windows Explorer, browse to c:\win8\sources (sources folder inside the folder where you copied/extracted setup files) & check whether you have install.esd or install.wim. Now you have to know the index number in the wim/esd file, of the Win8/8.1 edition which you want to install. Type the following commands in an administrator CMD: cd c:\dism ## [DO NOT TYPE THIS] Skip the first line if you are running Windows 8/above. dism /get-wiminfo /wimfile:C:\win8\sources\install.esd ## This should output the index numbers of different windows 8/8.1 editios. ## Note down the index number of your chosen edition. ## Also, if you have an insall.wim instead of install.esd in your \sources folder, ## Then replace install.esd with install.wim (in 2nd command). Now, this is the most important step. All the windows files will be copied to the partition. cd c:\dism Dism /apply-image /imagefile:C:\win8\sources\install.esd /index:1 /ApplyDir:Q:\ ## [DO NOT TYPE THIS] You can replace /index:1 with the index number which we ## found out earlier. ## Also, if you have an insall.wim instead of install.exe in your \sources folder, ## Then replace install.esd with install.wim (in 2nd command). If you have an install.esd file instead of wim file, Windows XP & Windows 8 users may (cuz I havent tested in them, but it works in 8.1 & 10) need to convert the install.esd file into an install.wim file (if some error shows up). Search in Google How to convert esd to wim Now you have successfully extracted all the files for windows! Now all you have to do is prepare the boot files in the System Reserved partition. Now you are gonna prepare the System Reserved partition for booting into Win8/8.1 succesfully. Type the following in administrator CMD: bcdboot Q:\Windows /l en-us /s P: /f ALL ## [DO NOT TYPE THIS] You can replace en-us with your locale, ## For eg. en-in, en-gb, en-ru etc. Everything is done! You are now ready to go! Now boot into the drive. If you did everything correctly & succesfully, then Windows will boot to the welcome screen. Done! Enjoy the manually installed Windows! Hope this guide was helpful & easy to you. If you have doubt about something or you got any errors, or if windows doesnt boot after performing all the steps correctly, then feel free to post below. Cheers & Regards, niT3_RiDeR_Pr0
  2. Hello everybody, Today I will show you how to install Windows 10 on a PC without a CD/DVD/USB, directly onto the HDD, even without the installation wizard/setup ! [Fastest Method] Yesterday my new hard drive for my laptop arrived, and instead of cloning my existing disk, I decided to do a clean install of Windows 10. But I didnt have much time, cuz after installing windows 10, I had to copy my existing downloads, pictures, videos, install programs, etc. & I thought there must be some other way to easily install windows 10 without that installation wizard/setup. After some research, I made my own method, & installed it succesfully, faster than their setup wizard! Now I am gonna show you how to accomplish that. Lets Begin! Pre-Requisites Seperate Hard Drive with atleast 20GB space, with only 2 primary partitions [where you have to install Win10] [An empty/new hard drive is highly recommended] Working PC/laptop with Windows XP or above installed, with Internet access Procedure: Firstly, download Windows 10 ISO using Windows 10 Download Tool from here & extract it to C:\win10 using some archive manager like 7zip/winrar. Now connect that seperate hard drive to your PC (If you have externel harddrive cage, then connect to it, else buy a SATA to USB hard disk enclosure like this one) Open a command prompt as administrator (Go to start menu > search cmd > Rightclick on the first search result & RUn as administrator) Type: diskpart Now type: list disk It will show the disks connected to your PC. According to the size, you should be able to know which is your disk. Type: select disk X [Replace X with the disk number which you saw in the previous guide, in my case it was disk 1] Type the following one by one: create partition primary size=350 format fs=ntfs unit=4096 label="System Reserved" quick active assign letter=P create partition primary size="Any size convenient for you, in MB" format fs=ntfs label="Windows 10" quick assign letter=Q exit Your partitions have been configured! Now, if you are in Windows 7 (or below), download DISM from here, open the file, when It will ask for extraction folder, change the location to: C:\dism Now, this is the most important step. All the windows files will be copied to the partition. cd c:\dism ## Skip the above line if you are running Windows 8 & above. Dism /apply-image /imagefile:C:\win10\sources\install.esd /index:1 /ApplyDir:Q:\ ## [DO NOT TYPE THIS] If you downloaded Windows 10 normal edition using the Download Tool, ## & if you want to install Win10 Home then replace /index:1 with /index:2. ## For Win10 pro it is /index:1. Windows XP & Windows 8 users may (cuz I havent tested in them, but it works in 8.1 & 10) need to convert the install.esd file into an install.wim file (if some error shows up). Search in Google How to convert esd to wim Now you have successfully extracted all the files for windows! Now all you have to do is prepare the boot files in the System Reserved partition. Now you are gonna prepare the System Reserved partition for booting succesfully. Run the following in administrator CMD: bcdboot Q:\Windows /l en-us /s P: /f ALL ## [DO NOT TYPE THIS] You can replace en-us with your locale, ## For eg. en-in, en-gb, en-ru etc. Everything is done! Now you are ready to go! Now boot into the drive. If you did everything correctly & succesfully, then Windows will boot to the welcome screen. Done! Enjoy the manually installed Windows! Hope this guide was helpful & easy to you. If you have doubt about something or you got any errors, or if windows doesnt boot, then feel free to post below. Cheers & Regards, niT3_RiDeR_Pr0
  3. Thanks for the info You are my repack-update-notifier Will do by next week I am currently busy in doing things with Zorin OS 9... Sorry for that I will do as soon as I get back to Win8 Cheers & Regards.
  4. Thanks for making new version (as my version is outdated now), but Why add Firefox Plugin? It is already included in IDM. BTW I will update my IDM repack to v6.23b11 in a few days.
  5. Do you mean Avira?
  6. I have added the PPAPI plugin. Thanks for informing about ths plugin. See: Updated to the latest version (Flash - v17.0.0.169; Shockwave - v12.1.8.158; AIR: v17.0.0.144) Feeling good to be back I've been so worried about you. Hihih.. Appreciate your time & effort! Thank you so much.. I was very busy, but now I have got some time..
  7. I have added the PPAPI plugin. Thanks for informing about ths plugin. See: Updated to the latest version (Flash - v17.0.0.169; Shockwave - v12.1.8.158; AIR: v17.0.0.144) Feeling good to be back
  8. niTe_RiDeR_Pr0 replied to Jatin Beniwal's post in a topic in Win Toolkit Addons
    Please update to 7.9.2
  9. update request filled
  10. request for 9.38 filled...
  11. ImgBurn v2.5.8.0 - RePack [by Ruben Alamina] About: This repack wasn't made by me, it was made by Ruben Alamina (his forum name is ajua) (See his page here). I am just sharing with you guys. Also, this is an msi, so it doesnt contain any crapware. Credits & Thanks to Ruben Alamika @ajua. About ImgBurn: ImgBurn is a lightweight & powerful CD Images / CD / DVD / HD DVD / Blu-ray burning application that everyone should have in their toolkit! Command-line Switches Download: http://rubenalamina.mx/download/137/ (Note: This link always points out to the latest version, even if this topic isn't updated) File Size: 3.29MB
  12. Wow! How the hell did it work? I am now unable to install... showing the error which alfreire also got... BTW nice to hear that... My 2nd repack (first very complex repack) is a 1/4 success overall...
  13. Thanks & Credits to Ruben Alamika.... I too like it very much...
  14. Yeah, no autostart after (silent) install, as it may break the silence. I will see the opera integration issue later. what do you mean by the app? IDM or Setup? Cheers & Regards.
  15. But no software got installed on mine...
  16. Hey, here is the best way to compress in inno: Add the following compression configuration in the [setup] section of inno script: Compression=lzma2/ultra64InternalCompressLevel=ultraThis may not make much difference, but it will be a few MBs smaller.. Or use my Adobe AiO instead of separately adding Adobe AIR, FlashPlayer & Shockwave (the shockwave msi is used & this much smaller(even smaller than ricktendo's), because the msi was repacked by me) Cheers & Regards.
  17. About: AVG Free Antivirus 2015 v15.0.0.5856 - Dual 2-in-1 x86+x64 RePack - Highly compressed. NOTE: If you downloaded both the x86 & x64 full installer from the avg site, it would have been a total of 334 MB. This is now compressed into 164MB. Command-Line Switches: /ai: Install in passive mode (i.e. show only progress), no toolbar & other useless junk./aiS: Install in fully silent mode, no toolbar & other useless junk./ai2: Use the settings applied to the switch /ai, and also disable the AVG sidebar gadget./ai3: Use the settings applied to the switch /aiS, and also disable the AVG sidebar gadget./?: Open this help dialog box/gm2: A switch of this SFX, to hide the 'Extracting setup files' progress box.Download: https://mega.co.nz/#!tghCSL7L!5E8kPWq7WV9Tk1Zfzlgej4byhi8QUdQDkVpDGun-4CI File Size: 164 MB (1729,12,815 bytes) MD5: 4ac0a13a70498715f5f0f826b4d7ce8bSHA-1: 46ff55efd5362f7ab7cbf8b43748f21c42dcd3dcSHA-256: b8c8c55f785d6e860dfb8afbcc7ba70222abedeaaa03a55d36032f5db7c1ec34 :icon_cool: