How to enable the Group Policy Editor on Windows 11 Home
-
-
Spartan@HIDevolution Company Representative
-
Mr. Fox likes this.
-
Spartan@HIDevolution Company Representative
-
Depending on what third-party solution you are replacing it with, you might be jumping from the frying pan to the fire. Some of them are worse than Defender in terms of system resource consumption, tacky UI and configuration friendliness. The notion of security is rather dubious no matter what you decide to use. I don't feel strongly compelled to use anything, but when I do I tend to favor an AV-only option rather than a "security suite" filled with lots of extra trash. I am leaning toward Malwarebytes. It provides more than enough protection for me (not always the highest-ranking, but I really don't care about that) and when you close it from your taskbar, it is actually closed and not running a ton of crap in the background. I find that really useful for benching. Most of the other solutions are still gobbling up system resources even when you "pause" protection. -
Spartan@HIDevolution Company Representative
Best free AV = Panda Free AV (just make sure you uncheck the install Opera browser during installation and disable Panda News from the options and you'll never know it's there)
Best Paid AV = F-Secure AntiVirus (No toolbars, no HTTP scanner to slow down your browsing, just a simple powerful AV)
Panda has been number one in terms of performance for 3 quarters now = https://www.av-comparatives.org/com...2021&chart_month=10&chart_sort=1&chart_zoom=0
I don't like ESET NOD32 anymore because its HTTP scanner that's built-in even the AV only solution slows down my file uploads big time and affects the snappiness of loading webpages.Gumwars, steberg, Mr. Fox and 1 other person like this. -
AFAIK, Malwarebytes is the only one that shuts down when I tell it to shut down. I really like that and feel it is a better fit for a guy like me that doesn't really even believe that antivirus is a necessity. I don't want to have to uninstall security software for benching, then reinstall it when I am done.
Here is a running/not running screenshot and a tray snip. I like that I can selectively choose what part of it is totally dead (rather than paused) and when I choose the option "Quit Malwarebytes" it is actually totally shut down.
-
Spartan@HIDevolution Company Representative
How to set up a Local Account on Windows 11 Home:
1) Press SHIFT + F10 to pull up the command prompt window.
2) Copy/paste the following command and hit Enter:
Code:taskkill /F /IM oobenetworkconnectionflow.exe
4) Continue with the setup. -
Breaking news on how to fix all of the Winduhz XI problems!
Last edited: Jan 1, 2022 -
https://www.microsoft.com/security/...-chip-designed-for-the-future-of-windows-pcs/
anyone see this yet?Vasudev, Mr. Fox, Ashtrix and 1 other person like this. -
This is yet another nail in the heart to the power enthusiasts <Can't do what I want with HW I myself have paid for>. You don't own the HW you have paid for anymore.Last edited: Jan 4, 2022Vasudev, Ashtrix, TheDantee and 1 other person like this. -
Spartan@HIDevolution Company Representative
Vasudev, Mr. Fox, Ashtrix and 1 other person like this. -
Mr. Fox, Ashtrix, Papusan and 1 other person like this.
-
-
Buy old hardware and stay on old hardware. Stay on an old version of Windows. Block updates. (Old by today's standard; not what is new now and will be old later.) Boycott the products (hardware and software) that do not support older hardware and older versions of Windows. The companies that drink the Digi-Nazi Kool-Aid deserve to be collateral damage.Last edited: Jan 5, 2022 -
We will definitely lose major perf since sandboxing and other virtualization tech adds latency and benching will be worse. -
Last edited: Jan 5, 2022
-
Mr. Fox likes this.
-
-
Spartan@HIDevolution Company Representative
How to fix the left navigation pane from automatically expanding the drive contents every time you access a folder:
Windows 11 has a very annoying bug or behavior where even if you collapse the drive contents on the left pane (ie. external USB Drive), every time you access any partition or folder, it will automatically expand the contents of all drives from the left pane. This makes it hard to access your quick access folders on the left pane from the top like the Downloads folder since now you have to scroll up on the left pane to reach the quick access folders. The solution is simple, using StartAllIsBack not only to get a proper start menu and be able to not group taskbar icons if you don't like that but also this. Here is how it's a simple thing just by choosing the Windows 10 or 7 Ribbon UI:
-
Spartan@HIDevolution Company Representative
How to uninstall Microsoft Edge:
This guide will allow you to uninstall Microsoft Edge completely including the start menu shortcut which other uninstallers fail to remove.
1) Download the Uninstall Microsoft Edge.zip file
2) Make sure to right-click on the file you just downloaded, go to Properties, then hit Unblock from the bottom right as it may be blocked since it was downloaded from the internet, if you don't do this before you run the file or extract it, then it may not install correctly due to insufficient privileges.
To prevent this automatic blocking of files in the future so you don't have to go unblocking every file you download to ensure it runs properly, check the guide in this thread:
http://forum.notebookreview.com/threads/are-you-sure-you-want-to-run-this-file-yes-or-no.825668/
5) Disable your AntiVirus
4) Extract the file and run this file by right-clicking on it and selecting RUN AS ADMIN: UninstallAllEdgeChromium.cmd (Wait till it finishes and then proceed to the next step)
5) Open Powershell > RUN AS ADMIN and then paste the code below:
Code:@(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText($env:0)) & exit/b #:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script #:: $_Paste_in_Powershell = { $info = 'Remove Edge - by AveYo' ## RIP Edge legacy app first $edges = (get-appxpackage -allusers *MicrosoftEdge*).PackageFullName $bloat = (get-appxprovisionedpackage -online |? {$_.PackageName -like '*MicrosoftEdge*'}).PackageName $users = ([wmi]"win32_userAccount.Domain='$env:userdomain',Name='$env:username'").SID,'S-1-5-18' $eoled = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\EndOfLife' foreach ($legacy in $bloat) { foreach ($user in $users) { ni "$eoled\$user\$legacy" -Force -ea 0 >'' } powershell -nop -c remove-appxprovisionedpackage -online -packagename $legacy 2>&1 >'' } foreach ($legacy in $edges) { foreach ($user in $users) { ni "$eoled\$user\$legacy" -Force -ea 0 >'' } powershell -nop -c remove-appxpackage -allusers -package $legacy 2>&1 >'' } ## remove ChrEdge lame uninstall block $uninstall = '\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge' foreach ($wow in '','\Wow6432Node') {'HKCU:','HKLM:' |% { rp $($_ + $wow + $uninstall) NoRemove -Force -ea 0 } } ## find all ChrEdge setup.exe $setup = @(); "LocalApplicationData","ProgramFilesX86","ProgramFiles" |% { $setup += dir $([Environment]::GetFolderPath($_) +'\Microsoft\Edge*\setup.exe') -rec -ea 0 } ## compute ChrEdge uninstall arguments $arg = @(); $u = '--uninstall'; $v = ' --verbose-logging --force-uninstall --delete-profile' foreach ($l in '',' --system-level'){ foreach ($m in ' --msedge',''){ if ($m -eq ''){$arg += $u + $l + $v} else { '-beta','-dev','-internal','-sxs','webview','' |% {$arg += $u + $l + $m + $_ + $v} } } } ## brute-run found ChrEdge setup.exe with uninstall args foreach ($ChrEdge in $setup){ foreach ($purge in $arg) { powershell -nop -c "start '$ChrEdge' -args '$purge'" 2>&1 >'' } } ## remove leftover shortcuts $IELaunch = '\Microsoft\Internet Explorer\Quick Launch' del $([Environment]::GetFolderPath('Desktop') + '\Microsoft Edge*.lnk') -Force -ea 0 >'' del $([Environment]::GetFolderPath('ApplicationData') + $IELaunch + '\Microsoft Edge*.lnk') -Force -ea 0 >'' del $($env:SystemRoot+'\System32\config\systemprofile\AppData\Roaming' + $IELaunch + '\Microsoft Edge*.lnk') -Force -ea 0 >'' ## prevent reinstall via windows updates - ms will probably "accidentally" break this often ni "HKLM:\SOFTWARE\Microsoft\EdgeUpdate" -Force -ea 0 >'' sp "HKLM:\SOFTWARE\Microsoft\EdgeUpdate" DoNotUpdateToEdgeWithChromium 1 -Type Dword -ea 0 $vbs = @' ' ChrEdgeFkOff - make start menu web search or widgets links open in your chosen default browser - by AveYo Dim C, A: For Each i in WScript.Arguments: A = A&" """&i&"""": Next Set W = CreateObject("WScript.Shell"): Set E = W.Environment( "Process" ): E("CL") = A : C = "" C = C & "$U = get-itemproperty 'HKCU:\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice' 'ProgID';" C = C & "$C = get-itemproperty -lit $('Registry::HKCR\' + $U.ProgID + '\shell\open\command') '(Default)' -ea 0;" C = C & "$UserChoice = ($C.'(Default)'-split [char]34,3)[1]; $MSE = $env:CL -replace '\\Microsoft\\Edge', '\Microsoft\ChrEdge';" C = C & "if ($UserChoice -like '*Microsoft\Edge\Application\msedge.exe*') {iex('&'+$MSE); return 2};" C = C & "if ($env:CL -notlike '*microsoft-edge:*') {iex('&'+$MSE); return 1};" C = C & "start $UserChoice $([uri]::unescapedatastring(($env:CL-split'(?=http[s]?)')[1] -replace [char]34)+' '); return 0" W.Run "powershell -nop -c " & C, 0, False '@ $DATA = [Environment]::GetFolderPath('CommonApplicationData'); $file = join-path $DATA "ChrEdgeFkOff.vbs" $PROF = [Environment]::GetFolderPath('ProgramFiles'+('x86','')[![Environment]::Is64BitOperatingSystem]) $EDGE = join-path $PROF 'Microsoft\Edge\'; $CHREDGE = join-path $PROF 'Microsoft\ChrEdge\' $IFEO = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msedge.exe' new-item "$IFEO\0" -force -ea 0 >''; remove-itemproperty $IFEO 'Debugger' -force -ea 0 >'' #[io.file]::WriteAllText($file,$vbs)>''; start -nonew cmd "/d/x/r mklink /J ""$CHREDGE"" ""$EDGE"">nul" set-itemproperty $IFEO 'UseFilter' 1 -type dword -force -ea 0 set-itemproperty "$IFEO\0" 'FilterFullPath' $(join-path $PROF 'Microsoft\Edge\Application\msedge.exe') -force -ea 0 set-itemproperty "$IFEO\0" 'Debugger' "wscript $file //B //T:5" -force -ea 0 ## refresh explorer kill -name 'sihost' echo " IF YOU NEED TO SETUP ANOTHER BROWSER, ENTER: `n" write-host -fore green @' $ffsetup='https://download.mozilla.org/?product=firefox-latest&os=win'; $firefox="$([Environment]::GetFolderPath('Desktop'))\FirefoxSetup.exe"; (new-object System.Net.WebClient).DownloadFile($ffsetup,$firefox); start $firefox '@;'' } ; start -verb runas powershell -args "-nop -noe -c & {`n`n$($_Paste_in_Powershell-replace'"','\"')}" $_Press_Enter #::
steberg, Vasudev, Papusan and 1 other person like this. -
Vasudev, Papusan and Spartan@HIDevolution like this.
-
Spartan@HIDevolution Company Representative
-
Spartan@HIDevolution Company Representative
-
Boiii
Need help
If this forum goes away, did you upload this insteruction set anywehre else? -
You can create a thread there for reference.
Windows 11 Tweaks and Fixes (Index post #1)
Discussion in 'Windows OS and Software' started by Spartan@HIDevolution, Jun 17, 2021.