Downloading and creating the installation media:
Download the Windows 7 ISO
1- Download Windows 7 directly from Microsoft (this never worked for me BTW, every time I enter my genuine Win 7 Pro key, it fails to verify it and tells me to contact the vendor O_0 *eye roll*
2- Microsoft Windows ISO Download Tool
=====================================================================
Creating a USB Flash Disk for Windows 7
Download RUFUS
For creating a USB Flash Disk to install in legacy mode with an MBR partition style, run RUFUS as admin and set the options as per the below illustration:
![]()
For creating a USB Flash Disk to install in UEFI mode or UEFI/CSM Compatibility (aka Legacy OProm) with a GPT partition style, run RUFUS as admin and set the options as per the below illustration:
![]()
====================================================================
Alternatively, you can simply just burn the ISO to a DVD Disc but ensure you boot off the disc in legacy mode for installing in legacy or boot off the disc in UEFI mode if you want to install Windows in UEFI mode.
====================================================================
After Installing Windows, make sure you disable Windows Updates and use this updates pack instead which contains the latest updates minus the bad ones which contain telemetry or display nag screens to upgrade to Windows 10:
Simplix UpdatePack
====================================================================
-
Spartan@HIDevolution Company Representative
-
Spartan@HIDevolution Company Representative
Boot off the USB/DVD:
1- Insert your USB Flash Disk which you just created or the Windows 7 DVD if you chose the latter and boot in the appropriate mode in which you want to install Windows in.
Note: For installing in UEFI mode, you must enable CMS AKA Legacy ROM. For installing in Legacy mode instead of UEFI, then simply change your boot mode in your motherboard's BIOS to Legacy rather than UEFI with CMS Compatibility
2- You will now see the Windows 7 Setup loading.
3- Select your language and keyboard language then hit Next
4- Accept the License Agreement
5- Choose the setup mode (Custom)
Drive Partitioning:
1- It is imperative that you only have on drive attached to your computer once you are installing Windows, be it Windows 7, 8, or 10, Windows has a nasty habit of placing the boot files on the 2nd drive and/or 2nd partition if it finds one. Thus, we need to ensure we only have one drive attached to the system when we are installing Windows and we need to create only one partition; so if you plan on partitioning your drive into C:, D:, etc. for now, we only want to create the C: Partition so everything will go into C: including the boot files.
Having the boot files installed on a 2nd partition or 2nd drive not only slows down your boot time if the second drive was a slow HDD, but also will create headaches when creating an image backup of your system.
Example: You install Windows, setup everything, then backup your C: partition to another partition. When the time comes and you want to restore that image, it would be missing the boot files since they are on another partition/drive. So if your boot files ever get corrupted or infected by some virus, you would have to format and start from scratch.
Update: solution to install Windows while multiple drives are present without having the boot files placed on the 2nd or 3rd drive present in the system: How to properly install Windows on a system with multiple drives
2- Once you get to the partition wizard screen which shows you the connected drive and any partitions if they exist, press SHIFT + F10 to pull up the Command Prompt Window.
3- Once you are at the command prompt, type: diskpart then hit Enter
4- Type list disk then hit Enter
5- You will now see the number next to the disk you are trying to install Windows on, if you followed the guide and only had one drive connected, then it would be Disk # 0 unless the USB Flash Drive was detected as Disk 0 so your HDD/SSD would be Disk 1, keep your eyes open.
6- Type select disk 0 then hit Enter to make that disk the working disk which diskpart is going to perform its actions on
7- Type clean then hit Enter
8- Now that our disk is wiped and is neither initialized as an MBR Disk nor a GPT Disk, we can go back to the Windows Drive Partition Wizard.
9- Press refresh on the bottom left of the Window.
10- Select the empty/unpartitioned space of your drive then click on NEW
11- Now we need to enter the size of the disk. If you want to setup the disk as a single partition, then just leave the default size alone. If you want to create 2 or more partitions out of your drive. Then enter the number in MB of the partition size you want to allocate for C: which would be the Windows OS Partition.
Note: The way I do it, and because I don't like seeing my disk size as 100.2 GB for example or 99.9 GB, I will show you how to get the exact size to create the partition.
Example: Let's say you want to create a 200GB Partition for C:
Using a calculator, enter 200.1 x 1024 which would give you a value of 204,902.4 MB
Now add 228 MB to that value because Windows needs to create a few other partitions before C: like system and MSR
So your end result would be 204,902 + 228 = 205,130 MB
So now you can enter 205,130 in the size of the new disk and create it, you will notice that you will get a C: partition of exactly 200.1 GB
Why did I add the 0.1 GB? because if the partition was exactly 200.0 GB then Windows will display it in Computer as a 199.9 GB partition. So that 0.1 GB we added is to get an exact 200GB Partition. If you have OCD like me, this will not allow you to sleep at night
12- Now select the partition where you want to install Windows then hit Next as shown below:
Last edited: Jan 20, 2017iunlock and temp1147462323 like this. -
Spartan@HIDevolution Company Representative
-
Spartan@HIDevolution Company Representative
Tweaks and Privacy Concerns:
=================================================================
Disable NTFS Compression:
As soon as you get to the desktop, we need to disable NTFS File Compression. If you don't do that as soon as you see the desktop. Windows has a nasty habit of compressing some files to save disk space even though you have a lot of free space; which will lead to degraded performance because when these files need to be accessed by Windows, they will first need to be uncompressed. If you don't do this now, all these files/folders will have a blue color indicating they are compressed especially in the C:\Windows\System32 and C:\Windows\System32\Drivers folder. Uncompressing them later on is almost impossible since you would have to right click on each file individually, take ownership of it, before you are allowed to uncompress it. Thus, we will disable this feature from the beginning to avoid such headaches.
1) Press the Windows + X Button on your keyboard to pull up the Win X Menu then choose Command Prompt (Admin)
2) In the command prompt window, type the following:
fsutil behavior set disablecompression 1 then hit Enter and reboot immediately
=================================================================
Taskbar and Start Menu Options:
Right click on your taskbar then choose Properties. Now set the options are per the below illustrations but please note that this is a personal preference. Feel free to edit what you like but this is how I do it on my system:
=================================================================
Disable Disk Defragmenter:
1) Click on the Start Menu Button > All Programs > Accessories > System Tools > then right click on Disk Defragmenter and choose Run as Administrator
2) Follow the below illustration to disable it:
=================================================================
Personalization:
1) Right click on your desktop then choose Personalize
2) Follow the below illustrations to show the Computer on the desktop and disable the annoying Windows Startup, Logon, and Logoff sounds:
=================================================================
C:> Partition Name:
Go to Computer, then right click on your C: Partition, then let's give it a meaningful name rather than Local Disk:
=================================================================
=================================================================
Task Scheduler Items to disable:
Disable the following items in Task Scheduler by going to Control Panel > Administrative Tools > Task Scheduler:
Note: If you don't want to do all this manually, you can download the following file and it will disable all the bad tasks for you in a second, you have to right click on the file and choose Run as Admin for it work: Disable Task Scheduler Privacy Related tasks-W7.bat
=================================================================
Folder Options:
Go to Control Panel > Folder Options and set the options as illustrated below:
=================================================================
Disable Windows Backup Notification in Action Center:
Go to Control Panel > Action Center then disable the notification about Windows Backup:
=================================================================
Network and Sharing Center Settings:
I hate this managed Windows HomeGroup feature and choose to manually share folders that I want to share myself giving each the appropriate sharing permissions, here is how I setup my Network and Sharing center:
=================================================================
Disable Windows Defender:
Go to Control Panel > Windows Defender
Disable Windows Defender by following the below illustrations:
Additionally, what I like to do is to run the Windows Defender Uninstaller to completely get rid of Windows Defender, its registry entries, files, tasks, etc. (This is only for Windows 7! Do not try it on Windows 8 or 10 as Windows Defender is heavily integrated into the OS on them)
I have been doing this for ages and it doesn't cause any issues. You won't even see Windows Defender in the Control Panel anymore, who needs that useless AV wannabe?!
Don't forget to right click on it and choose Run as Administrator
=================================================================
Disable unnecessary services:
1) Press the Windows + R to pull up the Run Dialogue Box
2) Type services.msc then hit Enter
3) Disable the below services:
=================================================================
Disable AutoPlay:
Go to Control Panel > AutoPlay then disable everything related to it:
=================================================================
Create 2nd partition (if applicable):
If you wanted to have 2 or more partitions for your drive that you connected when installing Windows, now is the time to go and create the additional partition(s).
Before creating the 2nd partition, make sure to change the driver letter of your DVD/BD-ROM Drive to something else other than the default D: that it was given
Example of how my 1st drive looks like:
=================================================================
Programs and Features:
I like to uninstall these components as I never use them. This is a personal choice and is up to you whether you want to disable them or not.
Go to Control Panel > Programs and Features > Turn Windows Features On or Off (from the left pane)
=================================================================
Regional Settings:
Again, this is a personal preference, but this is how I set my regional settings as I like military timing and I like the day of the week to always be shown on my taskbar:
This is how the day of the week appears on the taskbar:
=================================================================
Performance Monitor:
In order to stop the Event ID - 3 Session Circular Kernel Context Logger stopped due to the following error 0xC0000188 from showing up
We need to change the following setting in Performance Monitor:
1- Go to Control Panel > Administrative Tools > Performance Monitor
2- Expand Data Collector Sets
3- Click on Startup Events Trace Sessions
4- Right click on ReadyBoot then select Properties
5- Go to the Stop Condition tab
6- Change the maximum size to 192MB
=================================================================
System Properties:
Below you will see all the settings for the system properties that I do.
Please, for the love of God, do not disable your pagefile unless you are looking for trouble. Through many years of using Windows, disabling the pagefile never really increased performance but only created problems for me.
Example: If I set the pagefile to something small like a fixed 1024MB for Min/Max Size, if I am trying to initiate a lot of downloads of multiple files (8 and above) my Internet Download Manager would freeze. Bump the page file up in size and this doesn't happen.
If you want more proof, try disabling your pagefile and run 10 or more songs 1 after another and watch the low memory errors start showing up.
Either leave the Page file alone or it to a fixed size. I set mine to 9172 MB as I have 64GB of RAM and that's how Windows 10 sets my pagefile so I know that's a safe value but at least I'm not using the default page file size that Windows chose for me which is an insane 64GB to match my RAM size.
=================================================================
Disable Microsoft Malicious Software Removal Tool:
Let's get rid of this annoying and useless Windows Updates that keeps showing up every month.
Download the Disable Microsoft Malicious Software Removal Tool Reg File then double click on it to merge it with your registry.
=================================================================
Microsoft Fix it 50688 for Event ID 10 WMI Error:
In order to stop this annoying Event ID 10 from appearing everytime you restart in the Event Viewer Log, download the Microsoft Fix it 50688 for Event ID 10 WMI Error and run it then reboot immediately.
=================================================================
Phoenix Hosts File:
This is my HOSTS file which blocks OpenCandy, SourceForce, a few other malicious sites and Micro$h4ft Telemetry
Download the Download Phoenix Custom Hosts File then copy it to:
Code:C:\Windows\System32\drivers\etc
=================================================================
Internet Explorer 10/11 Blocker:
let's install the Disable IE 10 and IE 11 toolkit in order for them to not show up in Windows Updates because if one installs them, he would get KB2670838 installed automatically as they come bundled with them which will break the AERO functionality on many systems and/or display blurry fonts in your browser on some sites.
IE10 BlockerToolkit
IE11 BlockerToolkit
Once you run any of the above downloaded EXEs, it will ask you to extract the contents to a folder. Select the folder you want then go through the Read Me File for instructions.
Here is how I blocked IE 10/11 on my system. Note that my computer name is PREDATOR hence you need to replace PREDATOR with your computer name.
PS: Credit to @octiceps for letting me know these tools exist.
=================================================================
Autoruns:
Let's disable a few startup entries using Autoruns
1) Download Autoruns
2) Extract the ZIP file to a folder
3) Right click on Autoruns.exe and choose Run as Administrator
4) Disable the below items
=================================================================
Disable Hibernation [Optional]:
Click on Start > All Programs > Accessories > then right click on Command Prompt and choose Run as Administrator
Now type: powercfg -h off to disable hibernation
Reboot
Note: To re-enable hibernation, type powercfg -h on
=================================================================
Registry Tweaks:
1- Decrease Wait To Kill Service Timeout (this will speed up the Windows Shutdown time)
Navigate to the following key:
Code:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
2-Disable NTFS Encryption
Unless you need this, disable it by doing the following:
Navigate to the following key:Code:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
3- Set the Registered Owner/Organization
Navigate to the following key:Code:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
4- Disable "- Shortcut" Affix
Whenever you create a shortcut for a file or folder, the newly created shortcut will have a "– Shortcut" suffix at the end of the original file or folder name.
That can be annoying for some as we already know it's a shortcut since it has the shortcut arrow on the icon and it will make the file name very long which may probably lead to the text of the icon being trunscated.
If you prefer the created shortcut to have the exact same name with the original object, without the "– Shortcut" suffix, you can use the following registry trick to disable the "– Shortcut" completely.
- Run Registry Editor (RegEdit).
- Navigate to the following registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
- In the right pane, double click on link registry value.
- Change the “link” binary value data to 00 00 00 00.
- Log off or reboot immediately otherwise any change to any other parameter in the registry without logging off will cause this value to revert back to default.
=================================================================
Group Policy Editor (only for Windows 7 Pro and Ultimate):
If you have Windows 7 Pro or Ultimate, then you have access to the Microsoft Group Policy Editor, use it to disable the following items:
Note: the last item only appears once you have installed the Windows Updates to enable you to prevent upgrading to Windows 10 (although I'm not sure how effective this is) so remember to go back to GPEDIT once we are done with the next phase (Windows Updates)Last edited: Dec 30, 2019 -
Spartan@HIDevolution Company Representative
Getting Online and Running Windows Updates:
Now let's configure Windows updates after we have done all the above tweaks and configuration
Head over to Control Panel > Windows Updates and configure it as below then run the initial update for Windows Updates itself
I recommend you create a sticky note and keep it handy for you to easily spot the bad updates which are:
KB2505438
KB2670838
KB2882822
KB2952664
KB2977759
KB2990214
KB3021917
KB3022345
KB3035583
KB3044374
KB3065987
KB3068708
KB3074677
KB3075249
KB3075851
KB3078667
KB3080149
KB3081437
KB3081451
KB3081454
KB3083324
KB3083710
KB3086255
NOTE 1: Never install mixed updates together unless you want them to fail or for your OS to be fux0red. Example, I once installed all the security and windows updates together, a few of them failed, after I rebooted, GPEDIT.MSC would not launch and Event Log Viewer wouldn't run as well. Let's do this one stage at a time.
NOTE 2: The images below which guide you which updates to avoid and how they would appear in which stages of the updates process have been created at the date of compiling this guide. In the spolier above, I have added a few more updates that just got released so please do keep that list in a sticky note infront of you while performing the updates as Microsoft is being very persistent with pushing these updates that force you to upgrade to Windows 10.
=================================================
Now that we are done with all the Windows Updates, run the Disk Clean up, then run Disk Clean Up again but choose to clean system files and select all components, then reboot and proceed with creating your first system image using your favorite imaging software:
Note: After the disk cleanup is done and you reboot, you may get the same updates that we hid before show up in Windows Updates, simply hide them again and they're gone forever.Last edited: Oct 8, 2015iunlock and Riley Martin like this. -
Spartan@HIDevolution Company Representative
Install all Microsoft Visual C++ Libraries to ensure proper installation / functionality of drivers, utlities, and apps:
Download Microsoft Visual C++ Runtime Installer (All-In-One) Installer
Drivers Installation:
Start installing your drivers one by one, restarting after each driver installation even if you were not prompted to do so. Do not take shortcuts if you want everything to work 100%.
Here is my recommended Driver installation order, off--course this will very from one computer to another but this should give you a general idea:
01-Chipset
02-Intel Management Engine Interface Driver
03- USB Drivers
04-Intel AHCI-RAID Driver (AKA IRST or Intel Rapid Storage Technology; even if you don't have a RAID Setup, the IRST Driver also contains an updated AHCI Controller driver which is better/faster than the default MSAHCI Driver that windows Offers)
05- Graphics Card Drivers
06- Audio Drivers
07- LAN Drivers
08- WLAN Drivers
09- Card Reader Drivers
10- The rest of the remaining driversLast edited: Jan 28, 2017iunlock likes this. -
Spartan@HIDevolution Company Representative
Anti-Virus Recommendation:
After running Windows Updates, go ahead and install your preferred Anti-Virus. I personally use NOD32 Antivirus after having had tried them all as it is the only AV which doesn't conflict with other apps on my system, doesn't give me a single false positive is one of the lightest security solutions as you can see in the link below of the AV-Comparative Performance tests, and offers superb protection.
Have a look at these lists before making a decision:
AV-Comparatives Real World Tests
AV-Comparatives Performance Test
AV-Comparatives False Positives
Some of the other Anti-Virus solutions I will never lose, in a quick summary:
Emsisoft Anti-Malware: Too many false positives for my liking but it's very light and would be the runner up after NOD32 Antivirus.
Avast! AntiVirus: One of the lightest and most effective AVs. I don't use it personally as it conflicts with Office 2013 and has horrible bugs if you have a brief look at their support forums, you will know what I mean.
Norton Security: Comes bundled with the Norton Identity Safe/Norton Toolbar for my browser. I don't like security solutions which offer additional bloatware without the possibility of doing a custom installation.
Bitdefender AntiVirus/Internet Security = This is not an Anti-Virus anymore, this is an all in-on crapware solution that has a system optimizer, browser cleaner, driver updater, everything you can imagine is there. No thank you. Give me the protection only.
Kaspersky Anti-Virus = Great AV, with a low performance impact, but it limits you, three re-installations and your license is blacklisted. I don't use software that limit me on how I use them or limit me on how many times I can format my computer so that's unfortunately not an option for me but if you don't format a lot, it's a good solution.
Webroot SecureAnywhere = The lightest AV on the plant spoiled by terrible false positives, ranging from file FPs to website FPs. Your system with be literally unusable with this junk installed on it.
F-Secure AntiVirus = Great AV! Highly recommend it, but the AV only not the Internet Security AKA F-Secure SAFE
Avira AntiVirus = Was a great AV until they ruined it by now offering a mandatory installation of the Avira Launcher, a very bloated and stupid launcher that again has a system optimizer, etc.Last edited: Sep 11, 2015iunlock likes this. -
Spartan@HIDevolution Company Representative
-
great! always was wondering why when i multiplied on 1024 i still get bad numbers in HDD size(
Spartan@HIDevolution likes this. -
OEM keys that come in desktops and laptops as stickers or bought in system builder boxes are sold and supported by manufacturer/vendor of the system it is installed in. So it is their problem to provide you with install media if it is missing.
My guess is in this case the contact info is in the mirror near youSpartan@HIDevolution likes this. -
@Matrix Leader @Mr. Fox
I have a task in the task scheduler that is called Intel.
INTEL TELEMETRY.
What the hell is this? Something that has come from XTU?toughasnails and hmscott like this. -
Spartan@HIDevolution Company Representative
-
.
Edit: @Matrix Leader
Tablet PC Extras Windows 7
Turn off Tablet PC extras
In Services, find and double-click the Tablet PC Input Service. In the 'Startup type' drop-down menu, select Disabled, and then click OK.Last edited: Sep 11, 2015hmscott likes this. -
-
Spartan@HIDevolution Company Representative
-
hey fellas. I frequent the NBR Alienware forum & popped in here to lend some 7 advice to Alien owners. The fact is, I forgot this wasn't the Alien section when I typed this. Non-alien owners can bailout of my post? *shrug* I don't have a laptop, & my basset hound died so I don't have a lapdog either. What I do have are Alienware Win7 dvd's, Home Pro & Ultimate; when used on the original alienboard they install activated. My desktop with a home premium coa? No matter, I can & have tossed Pro or Ult on the hard drive, they all install activated, all three will. I'll continue to talk as if this is true for alien laptops using original reinstall media which I assume installs activated, correct me if I'm wrong. Once you have your install media, Matrix has created an epic wonder here for you to perform a clean install; when you're done, you may find another use for your 7dvd ...
- Alien7Pro to W10Pro -If I want to downgrade to Win10 Pro later on? I clean install 7Pro or Ult & my future downgrade will be to 10Pro, that's the free gateway out of the costly hell which is 10Home. True that. In the past these Alien7 dvd's could be bought from Dell for $10, but no longer, just a pricey usb-stick for $40, call Dell if you want one I suppose.
Many Alien owners were given basic Dell 7 reinstall media that won't activate without use of the outer COA label. Dell is Dell, they'll try to send you another basic Dell 7 dvd when u contact them - no ty - you'll want the Alienware Multi-Language 7sp1, preferably Pro or Ult.
You can find/buy these oem reinstall dvd's on eBay but the price has gone up in 2015 & you may have to play the waiting game for Pro/Ult to land (eBay 'Follow This Search' is a good way to be notified when Pro/Ult pop-up for sale).
This may be old news for most, but, it's a partial answer to the question over where to get 7 media that'll easily activate & may even split your license key 'in two'. In my instance, I clean installed 7Pro on an original mthrbrd, it installed activated & I went in & grabbed 10Pro which is also now activated. Note my Pro COA product key was never used & is still 'open'. If my info's wrong somewhere's tell me & I'll correct it. If I junked-up your monumental thread @matrix, say the word & I'll nuke-it w/the edit-function .Last edited: Sep 12, 2015Mr. Fox likes this. -
. What I was referring to was from (Now comes the second part. In Services) You wrote about part 1(turn Windows features on or off
) I know that it is the same theme LOL. http://www.pcworld.com/article/218323/speed_up_windows_by_stripping_it_down.html?page=2
Last edited: Sep 12, 2015 -
Spartan@HIDevolution Company Representative
-
For those with manufacturer OEM installations of Windows 7 and wanted to do a stock clean install I would recommend backing up your activation status as doing so would mean losing the OEM certificate (the OEM product key on its own is not enough). For the time being you can call up Microsoft to activate the key again but given their focus on Windows 10 I'm not sure how long they will keep up on this.
Therefore I recommend using an activation backup app called " Advanced Tokens Manager" which is straightforward to use. Backup the tokens and save it on a USB Flash drive, then do the clean install after and leave the product key blank when installing. Once done, open up the app again and restore your tokens so your genuine activation should return. You can do this many times as you want without picking up the phone to Microsoft making it ideal for regular clean installers (or telephobic people).
Note: If you have 32 bit Windows 7 and wanted to upgrade the same edition in 64 bit this app will work by activating the same tokens!Spartan@HIDevolution likes this. -
DONE. THAT'S IT!
Windows will automatically activate itself if it finds your OEM certificate in BIOS.
P.S. yesterday I made clean Windows 7 install from official MSDN iso. It waited 10 minutes searcing for update and found an updated Updater. After downloading it it searched again for 20 minutes. Then it tried to install everything and got a BSOD. After that it took 3 times to reboot installing updates.
I did that just to upgrade to Win10 and there is no way I gonna do it again ever on my notebook. Not from official MSDN iso. Custom builds with preinstalled updates FTW.Spartan@HIDevolution likes this. -
Spartan@HIDevolution likes this.
-
Just disable Intel's iusb3mon monitor in logon Autoruns.exe? It looks like I don't need this in the startup.
http://superuser.com/questions/561139/what-usb-3-0-functionality-does-intels-iusb3mon-monitor -
Spartan@HIDevolution Company Representative
PS: Windows 7 is very sensitive about USB 3.0 speeds where a lot of times you plugin a USB 3.0 HDD and you get a popup notification in the bottom right saying "This device can perform faster if connected to a USB 3.0 Port" even though it IS connected to a USB 3.0 port. Reason being, one must unplug all USB devices other than the keyboard and mouse before installing the Intel Extensible Host Driver.
I will edit the drivers section soon to add this note. -
i want to install windows 7 in asus g751jy G-sync but in asus driver download they don't have driver for windows 7. can i use driver from windows 8.1 or windows 10 in windows 7?
-
Spartan@HIDevolution Company Representative
potanx likes this. -
http://www.guru3d.com/news-story/avg-going-from-anti-virus-software-towards-spyware.html
http://www.pcworld.com/article/2984...ncomfortably-honest-about-tracking-users.html -
@Matrix Leader
Just finished installing W7 Home Premium from "your" image on one of my ThinkPads and I like it. Quite light and no glitches so far.
Now on to tweaking...might not be finished tonight...
Thanks again for all the hard work.Spartan@HIDevolution likes this. -
Spartan@HIDevolution Company Representative
-
I've been quite busy - and not in a good way - so there are many tweaks yet to be applied, but so far it has been an excellent experience.Spartan@HIDevolution likes this. -
Lovely guide.
One thing I noticed, it says "Now double click on NtfsDisableEncryption and change the value to 0"
Shouldnt that be set to 1 instead ?hmscott likes this. -
Spartan@HIDevolution Company Representative
+5 rep -
Im at the Windows Update part and just updating Windows Update is taking forever it seems -
Spartan@HIDevolution Company Representative
Microsoft Crippling Windows Updates on Windows 7
Hang in there.
I find the updates start only when I am away from the computer, it's like it's possessed by the Micro$h4ft demons. Please go take a shower and have your dinner while the updates are done.Papusan and toughasnails like this. -
From the description it doesnt look bad, I can only hope its not Win 10 loaded .. https://support.microsoft.com/en-us/kb/3102810
Mind you, I waited 1-2hours without results before that fix.Last edited: Feb 12, 2016toughasnails and Spartan@HIDevolution like this. -
How to speed up W7 Update checks3102810 sped up my upd8s search on a cloned image circa 2013; spoiler article calls for 3083710 also when doing a clean install. Installing these 1st as offline stand-alones dramatically helped cut down the time in checking for 200+ upd8s past sp1: I see 3083710 flagged in your epic: Windows7/8 - Updates to hide to prevent Windows 10 Upgrade / Disable Telemetry > what to do what to do ...
____________________
Part 1
____________________slow upd8 check was fixed by the above KB's, but returned again? April 19: 3138612 3145739 7 upd8s takes hours | days? Try this combination to fix it May12: 3153199 7 upd8 scans take 4ever? 3153199 may solve it
Part 2 (?)Last edited: Jun 2, 2016toughasnails, Omnomberry and Spartan@HIDevolution like this. -
Do I really need to follow the steps in Task Scheduler if I just disable Task Scheduler in msconfig?
Why so little Windows Updates to avoid than in this post? http://forum.notebookreview.com/thr...-windows-10-upgrade-disable-telemetry.780476/Last edited: Jun 1, 2016 -
Spartan@HIDevolution Company Representative
toughasnails likes this. -
-
toughasnails Toughbook Moderator Moderator
Papusan and Spartan@HIDevolution like this. -
Spartan@HIDevolution Company Representative
toughasnails and Papusan like this. -
I did a fresh install of Windows 7 Ultimate but Windows update is stuck at checking for updates for 12 hour+. Is there anything you can do about this?
-
Spartan@HIDevolution Company Representative
Windows6.1-KB3102810-x64 (Fix Windows Updates for Win 7) -
https://support.microsoft.com/en-us/kb/3138612 -
Spartan@HIDevolution Company Representative
alexhawker likes this. -
-
Spartan@HIDevolution Company Representative
-
toughasnails Toughbook Moderator Moderator
-
-
Spartan@HIDevolution Company Representative
[Fix] Windows 7 Keeps Checking for Updates for Hours -
Will wait.
Windows 7 Clean Installation Guide
Discussion in 'Windows OS and Software' started by Spartan@HIDevolution, Sep 8, 2015.