Solved asus vivobook n580gd

  • 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.
  • Hello everyone We want to personally apologize to everyone for the downtime that we've experienced. We are working to get everything back up as quickly as possible. Due to the issues we've had, your password will need to be reset. Please click the button that says "Forgot Your Password" and change it. We are working to have things back to normal. Emails are fixed and should now send properly. Thank you all for your patience. Thanks, PCHF Management
Status
Not open for further replies.

Omnst

PCHF Member
May 31, 2022
12
2
25
Hello I have owned for 3 years a laptop "asus vivobook n580gd"
Specification
GTX 1050 4 GB --> intel UHD 630
I5-8300H
8 GB ram -2400Mhz

I've replaced the paste on the processor and I feel the fps drops in every game, it's not like it used to be and I have this question if it's possible to somehow strengthen this computer or there is no longer any possibility
 

Attachments

  • 2.gif
    2.gif
    23.2 KB · Views: 12
  • GPU-Z.gif
    GPU-Z.gif
    24.4 KB · Views: 7
Windows has always suffered from what MS officially calls 'performance rot'.
good article on it here; https://www.thewindowsclub.com/windows-rot

long story short, best and quickest solution is to reinstall Windows from scratch, saving all your personal data first!
then of course, reloading all your software - so while a quick and easy process all up, it does entail lots of little tasks before you get the rig fully up and running.

but it's the only way I know to get the unit back to what it was, speed wise, when you first got it.
 
  • Like
Reactions: PeterOz
Generally I made booting via pendrive the computer works a bit better but still the same nothing extraordinary such +10% performance I would say
 
Would you like to see if we can get your machine running a little better?

Disable windows 10 spyware with O&O software, this can chew up bandwidth while you game as microsoft is constantly uploading various data from your machine.

Disable windows update, and only enable it once a week to update on your terms not whenever microsoft feels you need an update.

Uninstall Useless to you windows apps with O&O App buster.
 
In O&O software I followed the tutorials and disabled some unnecessary functions.

I disabled windows defender because I had a problem with "anti malware service executable" which was using 300 mb of ram, so I freed up some ram memory.

O&O App buster. I uninstalled unnecessary applications that Microsoft wants to stuff our computer with.

The computer has calmed down a little means the laptop is no longer breathing so heavily now just testing nothing more can be done with something though it will be fine.
 
nothing more can be done with something though it will be fine.


? So you are good to go, or you would like to see if you can get it running a little smoother?

If you wish....

Download Autoruns and Autorunsc Unzip it to your desktop and then double click autoruns.exe
After the scan is finished then click on File>>>>>>>>>>>Save
The default name will be autoruns.arn make sure to save it as Autoruns.arn under the file type option.
Attach the text in your next reply. If the file is too large, then use catbox.moe or filedropper.com and send the link in your next reply.
 
Right click Autoruns and run as admin, then uncheck each item I have highlighted in yellow, then reboot the machine.

Capture.PNG
Capture.PNG
Capture.PNG


Please downloaded MINITOOLBOX unzip to your desktop and run it as admin.

Checkmark following boxes:

Flush DNS
Reset FF proxy Settings
Reset Ie Proxy Settings
Report IE Proxy Settings
Report FF Proxy Settings
List content of Hosts
List IP configuration
List Winsock Entries
List last 10 Event Viewer log
List Installed Programs
List Users, Partitions and Memory size
List Devices (problems only)

Click Go and Attach the log in your reply.
 
Reset your Hosts file, it isn't listed correctly under minitoolbox log.

  1. Click here to download RstHosts v2.0\
  2. Save the file to your desktop.
  3. Right Click and Run as Administrator.
  4. Click on Restaurer, then click OK at the prompt.
  5. This will restore the default host file.


Open a notepad and copy the content of the code box below, paste into open notepad and save it to your desktop as clean.bat then right click on clean.bat and run as admin.

Note: Do not copy the word code.

Note: This batch will reboot your machine so close anything you are working on and save it.



Code:
@echo off
netsh advfirewall reset
netsh advfirewall set allprofiles state On
wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("76.76.19.19", "8.8.4.4")
%WINDIR%\SYSTEM32\lodctr.exe /R
%WINDIR%\SysWOW64\lodctr.exe /R
C:\Windows\SYSTEM32\lodctr.exe /R
C:\Windows\SysWOW64\lodctr.exe /R
DISM.exe /Online /Cleanup-Image /StartComponentCleanup
pause
DISM.exe /Online /Cleanup-image /Restorehealth
pause
del /s /q C:\Windows\SoftwareDistribution\download\*.*
del /s /q "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*"
del /s /q "%userprofile%\AppData\Local\Opera Software\Opera Stable\Cache\Cache_Data\*.*"
del /s /q "%userprofile%\AppData\Local\temp\*.*"
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
ipconfig /flushdns
sc stop sysmain
sc config sysmain start= disabled
sc stop DiagTrack
sc config DiagTrack start= disabled
sc stop dmwappushservice
sc config dmwappushservice start= disabled
reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF
sfc /scannow
pause
shutdown -r
Exit /B
 
Once you have completed the steps above, lets have a look at your services, and what is listed in startup. Open Elevated command and copy and paste each command one at a time and hit enter.

A notepad named startup and one named services will appear on your desktop, please post both in your next reply.

wmic startup list full >%userprofile%/desktop/startup.txt

Wmic service where (state="running") get caption, name, startmode, state >%userprofile%/desktop/Services.txt

Only do this after the batch file has rebooted your machine, also attach a fresh minitoolbox log so that I can see the batch file has been ran.
 
Generally I can't just remove this from Autoruns
 

Attachments

  • Bez tytułu.png
    Bez tytułu.png
    157.3 KB · Views: 9
No need to delete anything in Autoruns, just uncheck it.

Ok, has the batch file completed and the machine rebooted ? If so please post a new minitoolbox log.

Tell me how the machine is running.

How to completely remove one drive, if you do not use it.

Completely disable windows defender, with this tool. Replace it with this, X-Virus
 
I attach the MiniTool file after making all these changes


Windows Deffender I disabled from the tutorial
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


and I downloaded DefenderControl v1.6
 

Attachments

I see from your minitoolbox log that you actually ran the batch file. Before you were having DNS issues, now those have been resolved by running the batch file. (y)


Can you tell me how the machine is running, better?
 
Status
Not open for further replies.