What comments? Here is the latest hosts file:
Download Phoenix Custom Hosts File
-
Spartan@HIDevolution Company Representative
-
I know this is slightly off-topic, but I am not sure where else to ask. I have re-installed Windows 8.1, installed .net framework 3.5 using Phoenix's offline method, worked perfect, WSUS offline for all my updates, I have all updates to march 2018. There is however a April 2018 update I downloaded from Microsoft Catalog for win 8.1 x64, is there anyway to install it without turning on automatic updates? (I have it set to never check for updates so I don't get the DRM error for having a CPU that is no longer supported on the old OS's)
@Papusan @Vasudev Answer me before the firebird gets mad at me for off-topic posting, and I will edit it to say Win 10 is great thanks for all the fixes mate! shhhh he will never know, hurry!
side note: my cinebench, Final Fantasy XV benchmark, time spy, and firestrike scores all gained about 5-8% in scores going form win 10 to win 8.1, my m.2 is scoring faster as well. Win 10 is a mess, I am never going back.Last edited: Apr 16, 2018Vasudev likes this. -
After cleanup I disable BITS and WU. -
How do I disable the white single pixel which is a part of the hidden moron task-bar at bottom-right corner screen?
30 minutes Google says that it is permanent=no way. I have black background an it really looks like dead pixel which is not dead 'yet' (OLED)Last edited by a moderator: Apr 17, 2018Vasudev likes this. -
Thank you for all your hard work.
-
Spartan@HIDevolution Company Representative
-
Or Looks like I can turn off ESET firewall and turn on windows firewall setting... but with defender off i cannot view the rules in windows firewall... hhmmm
ESET does say that it will Also evaluate rules from windows firewall when using ESET firewall... I wonder .....Last edited: Apr 19, 2018 -
all good now.
can anyone confirm if ShutUpTen works ok still? or should we wait for them to update that program for 1803? -
Spartan@HIDevolution Company Representative
A good alternative method would be, depending on your router model, you can add those addresses individually to your router's firewall that way your entire household is protected
see:
In the past, owners of higher licenses can install a lower product using the same license key.
Example, you have an ESET Internet Security License, you can install ESET NOD32 using your same license and it would work.
Don't know if this has changed but worth mentioning. -
Spartan@HIDevolution Company Representative
-
Mari1225 likes this.
-
-
-
-
Vasudev and Spartan@HIDevolution like this. -
How to Enable or Disable Timeline in Windows 10 @Phoenix
In Windows 10 Version 1803, there are more useless features like time line that need to be disabled.
Microsoft wants to keep track of your every mouse move and report it back to the cloud. They are truly disgusting. Endless updates so they can slide in more spyware to each new version of Windows. Disgusting!!Vasudev, 6730b and Spartan@HIDevolution like this. -
-
Last edited: May 5, 2018Papusan, Vasudev and Spartan@HIDevolution like this.
-
Spartan@HIDevolution likes this.
-
Spartan@HIDevolution Company Representative
Fire Tiger and Vaeron like this. -
Spartan@HIDevolution Company Representative
-
-
-
-
and it is showing both drives under "this PC" so its reading it fine... I have no idea... haha -
-
Vasudev likes this.
-
Spartan@HIDevolution Company Representative
Are you on the official RS 4 now? how did you create your Windows 10 USB Flash DiskVasudev likes this. -
-
I was trying it on Win 8.1. It used to work fine, but oh well. I went back to RS4 and no issues, so I guess I will just stay Win 10, I am tired of fighting Microsoft. I know after this though I am done for a few years. I did the windows defender batch file, shut up ten taskl scheduler, lot of other tweaks. I am not wasting another minute of my life on this crap. All updates are off, no more updates for me, I am done. solid stable system, and I will re-do it all again in 2-3 years. time to game!
-
It's worth to add here about deleting OS update Remediation service in services.msc for those who have re-enabled Update Service.
Vasudev likes this. -
Who can change this with a script in Windows 10 1803.
Customize start menu
User files Show as a menu
Documents Show as a menu
Pictures Show as a menu
Music Show as a menu -
How to Restore Default Power Plans in Windows 10
A power plan in Windows is a set of hardware and system options that defines how your device uses and preserves power. There are three built-in power plans in the OS. Your PC can have additional power plans defined by its vendor. Also, you can create a custom power plan or even add in Micro$h4ft's Ulitimate Power Plan SCAM.
The classic Control Panel is losing its features and probably will be replaced by the Settings app. The Settings app has already got many settings which were exclusively available in the Control Panel. For example, the battery notification area icon in the Windows 10 system tray was also replaced with a new Modern UI . However, the Settings app doesn't include the ability to delete a power plan as of this writing. You still need to use the classic Control Panel. -
This doesn't seem to be working in latest Windows update. I do it, reboot, and I use one click firewall from win aero as well, and when i right click block something in firewall, then i check allowed/blocked page of windows firewall, it doesn't show any of the add rules.cmd or any of the ones i right click block on. thoughts? -
Spartan@HIDevolution Company Representative
-
I was looking in the wrong, place, found it and confirmed everything is working fine, thanks.
Vasudev likes this. -
edit: just disabled it and ran before and after benches. I actually lost points in Cinebench with meltdown and spectre disabled. heh. i'll pass and leave both onLast edited: May 21, 2018Vasudev likes this. -
Lynx2017 likes this.
-
"edit: just disabled it and ran before and after benches. I actually lost points in Cinebench with meltdown and spectre disabled. heh. i'll pass and leave both on" -
-
edit, nm just read following post, so it won't matter.Vasudev likes this. -
Spartan@HIDevolution Company Representative
How to prevent Microsoft Edge from running on startup in the background:
One of the most annoying new quirks of Windows 10 Redstone 4 is the fact that Microsoft Edge is loaded in the background every time you start your computer.
To stop this behaviour:
1) Press the Windows + R key to launch the run dialogue box
2) Type gpedit.msc then hit Enter
3) Navigate to: Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > Microsoft Edge
4) Set the " Allow Microsoft Edge to pre-launch at Windows startup, when the system is idle, and each time Microsoft Edge is closed" and " Allow Microsoft Edge to start and load the Start and New Tab page at Windows startup and each time Microsoft Edge is closed" to Disabled
If you do not have Windows 10 Pro (no access to the Group Policy Editor), then here's an alternative way to disable Microsoft Edge from loading automatically on startup:
1) Open Notepad
2) Copy paste the below text including the blank line at the end:
Code:rem Prevent Microsoft Edge from starting and loading the Start and New Tab page at Windows startup and each time Microsoft Edge is closed reg add "HKCU\Software\Policies\Microsoft\MicrosoftEdge\TabPreloader" /v "PreventTabPreloading" /t REG_DWORD /d "1" /f reg add "HKLM\Software\Policies\Microsoft\MicrosoftEdge\TabPreloader" /v "PreventTabPreloading" /t REG_DWORD /d "1" /f
4) Right click on the file you just created and choose Run as Admin
5) Now reboot and after 3 minutes, launch task manager to verify Microsoft Edge is not running
Or you can download the batch file I made: Disable Microsoft Edge from running on startup.batLast edited: Aug 13, 2018 -
EDIT: Looks like MS Edge is removed from list of BG apps under Privacy section.Last edited: Jun 3, 2018Mari1225 likes this. -
Spartan@HIDevolution Company Representative
Updated how to enable PUP Detection in Windows Defender: http://forum.notebookreview.com/thr...xes-index-post-1.779394/page-15#post-10148826
Can someone test this please if it works, after enabling it, reboot, then try to install something which contains a PUP like uTorrent then see if it gives you a warning or blocks itVasudev likes this. -
-
Spartan@HIDevolution Company Representative
Be paranoid...be like Phoenix... -
Vasudev likes this.
-
Spartan@HIDevolution Company Representative
-
Edit: I believe it's tied to Internet Explorer somehow as I use it to connect to my DVR, just a guess.Last edited: Jun 17, 2018
Windows 10 Tweaks and Fixes (Index post #1)
Discussion in 'Windows OS and Software' started by Spartan@HIDevolution, Jul 31, 2015.