Pending OP Response2 Pc not working with the specs it has

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Danknoob

PCHF Member
Jan 5, 2023
11
1
20
My pc has been going slow since i got it. It crashes on games like batman arkem knight.My pc has been doing this for a while and i don’t know what to do. Please help.
 
You have asked for help and told us nothing about your computer.
Do not forget to post the make and model of the PSU if this is a desktop.

Download then run Speccy (free) and post the resultant url for us, details here, this will provide us with information about your computer hardware + any software that you have installed that may explain the present issue/s.

To publish a Speccy profile to the Web:

In Speccy, click File, and then click Publish Snapshot.

In the Publish Snapshot dialog box, click Yes to enable Speccy to proceed.

Speccy publishes the profile and displays a second Publish Snapshot. You can open the URL in your default browser, copy it to the clipboard, or close the dialog box.

NB Nothing in the report can be used to hack your computer
 
Open PowerShell as admin:

Copy the content of the quote box below:
Paste into PowerShell hit enter:

Then Under the Updates tab Push the Security recommended settings button:

Under Tweaks select Standard:
Then Click Run Tweaks.



===================================================================================================================

With Geek Uninstaller, uninstall anything you do not recognize.
Then Click View--Ms store Apps:
Remove anything of no use to you from this menu as well.


====================================================================================================================

Download
O&O Shutup Ten
Move it to your documents folder.
Right click run as admin.
Go to actions, apply all settings.
Create the restore point when prompted.
Follow thru the prompts, and reboot if needed to apply the settings.


============================================================================================

Create and run batch file.


Open a notepad and copy the entire content of the code box below.
Do not copy the word code!
Paste the txt into the notepad. Save the file to your desktop as 123.bat
Now you will right click the on 123.bat and run as administrator.




Code:
@echo off
takeown /f "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe"
icacls "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe" /grant Everyone:F
taskkill /F /IM "SearchApp.exe"
del /f /q "C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe"
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SmartScreen" /v "ConfigureAppInstallControl" /t REG_SZ /d "Anywhere" /f
reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SmartScreen" /v "ConfigureAppInstallControlEnabled" /t REG_DWORD /d 0 /f
takeown /s %computername% /u %username% /f "%WinDir%\System32\smartscreen.exe"
icacls "%WinDir%\System32\smartscreen.exe" /grant:r %username%:F
taskkill /im smartscreen.exe /f
del "%WinDir%\System32\smartscreen.exe" /s /f /q
takeown /f "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\SearchHost.exe"
icacls "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\SearchHost.exe" /grant Everyone:F
taskkill /F /IM "SearchHost.exe"
rename "C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\SearchHost.exe" "SearchHost.bak"
taskkill /F /IM DeviceCensus.exe
icacls "%windir%\System32\DeviceCensus.exe" /grant Everyone:F
rename "%windir%\System32\DeviceCensus.exe" DeviceCensus.bak
takeown /f "C:\Program Files\WindowsApps\Microsoft.YourPhone_1.24111.82.0_x64__8wekyb3d8bbwe\PhoneExperienceHost.exe"
icacls "C:\Program Files\WindowsApps\Microsoft.YourPhone_1.24111.82.0_x64__8wekyb3d8bbwe\PhoneExperienceHost.exe" /grant Everyone:F
taskkill /F /IM "PhoneExperienceHost.exe"
rename "C:\Program Files\WindowsApps\Microsoft.YourPhone_1.24111.82.0_x64__8wekyb3d8bbwe\PhoneExperienceHost.exe" "PhoneExperienceHost.bak"
takeown /f "C:\Windows\system32\compattelrunner.exe"
icacls "C:\Windows\system32\compattelrunner.exe" /grant Everyone:F
taskkill /F /IM "compattelrunner.exe"
rename "C:\Windows\system32\compattelrunner.exe" "compattelrunner.bak"
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasAuto" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasMan" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RemoteAccess" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SysMain" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BDESVC" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\GameInputSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XblAuthManager" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XblGameSave" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XboxGipSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\XboxNetApiSvc" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BcastDVRUserService_3e312" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\DiagTrack" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WSearch" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HvHost" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmickvpexchange" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicguestinterface" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicshutdown" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicheartbeat" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvmsession" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicrdv" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmictimesync" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvss" /v "Start" /t REG_DWORD /d "4" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main" /v "AllowPrelaunch" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader" /v "AllowTabPreloading" /t REG_DWORD /d 0 /f
powershell Disable-WindowsOptionalFeature -Online -FeatureName "HypervisorPlatform"
powercfg -h off
manage-bde -off C:
manage-bde -off D:
Shutdown -r

Note: This batch file will restart your machine.
Disabling Searchhost.exe could possibly disable the start menu:
Replace with OpenShell
Searches will still take place on the machine that will not be affected, telemetry search app will however be disabled.

=======================================================================================================================================


Please download the file PrivWindozeLite.exe and place it on your desktop.


Important: Ensure that you save all your current work, as this script will attempt to close all non-essential processes during its scan, including the web browser you are using to read this message.
  • Right-click on PrivWindozeLite.exe and select "Run as administrator" from the context menu.
  • When the tool launches, you may be prompted again to save your work before proceeding.
  • If the scan does not start automatically, press any key on your keyboard to initiate it.
  • The script will try to create a System Restore point and will go through several stages of scanning. Please be patient during this process.
  • Don't worry if Windows Explorer closes; it will reopen once the scan is complete. This process typically takes just a few minutes.
  • After the scan is done, the command prompt window will close automatically after 5 seconds, and you should find a log file named PrivWindoze.txt on your desktop.
  • Please copy or attach the contents of PrivWindoze.txt in your next response.

Reboot the machine and test:
 
  • Like
Reactions: PeterOz
Once done with the above.

To free up resources when you want on demand:

Download KillEmAll
Download Reduce Memory

Unzip them both to your desktop.
Right click an empty space on your desktop
Create a new folder
Name it tools


Drag KillEmAll.exe & ReduceMemory_x64.exe
Into the new folder named tools
Right Click desktop create new text document.
right click rename it KillEmAll_Allowed.txt

Then open command prompt >>>>>>>>
tasklist > "%USERPROFILE%\Desktop\tasklist.txt"
Here you will find the short command for your browser for example firefox.exe
Paste firefox.exe into KillEmAll_Allowed.txt
Save it drop it in the tools folder.
Kill Em all will not stop any process that is listed in Killemall_Allowed, the processes must be added here one per line.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Now create a batch file.

Open a notepad and copy the entire content of the code box below.
Do not copy the word code!
Paste the txt into the notepad. Save the file to your desktop as kill.bat
Now you will right click the on kill.bat and run as administrator.
Code:
@echo off
%userprofile%\Documents\tools\KillEmAll.exe /auto
%userprofile%\Documents\tools\ReduceMemory_x64.exe /O
exit
Drag Kill.bat to the tools folder.

Now drag the tools folder to your documents folder.

tools should contain: ( Kill.bat --- KillEmAll_Allowed.txt --- KillEmAll.exe --- ReduceMemory_x64.exe )

Last you will create one final batch file:
This will add the ability to run this batch file to your right click menu
You can after following these steps, right click on a blank space on your desktop
Then select run kill batch
This will execute killemall and it will kill all processess except your browser in my case firefox.exe
or you can add whatever you want to the KillEmAll_Allowed.txt to not be stopped when running the kil batch file,
Reducememory will free up the memory of the programs that were killed.


Open a notepad and copy the entire content of the code box below.
Do not copy the word code!
Paste the txt into the notepad. Save the file to your desktop as Addtorightclick.bat
Now you will right click the on Addtorightclick.bat and run as administrator.
Code:
@echo off
setlocal EnableDelayedExpansion
SET KILL_BATCH_PATH="%USERPROFILE%\Documents\tools\kill.bat"
SET KEY="HKEY_CLASSES_ROOT\Directory\Background\shell\KillBatch"
SET COMMAND="HKEY_CLASSES_ROOT\Directory\Background\shell\KillBatch\command"
reg add %KEY% /t REG_SZ /d "Run Kill Batch" /f
reg add %COMMAND% /t REG_SZ /d "!KILL_BATCH_PATH!" /f
taskkill /f /im explorer.exe
start explorer.exe
exit /b
That is it, you can now right click an empty space on your desktop and run the kill batch, this will free up resources on demand
 
@Danknoob I'm curious how this played out, do you still need help? Games running better, or need help creating the kill batch?