1.

Solve : Windows 8 internet problem?

Answer» HI, I have a hp laptop with windows 8.
Last NIGHT I wrongly installed KMSpico after that I am facing a *censored* problem. I am unable to browse the internet. My wifi is limited. I mean its a yellow sign. After restarting the laptop, the internet works for 5-10 mints. Additionally, between this time I can't browse every site.

For example, any social site like facebook, reddit. I run a personal blog site, papas road trip. I can't access that site too. 

I can access the internet from my phone which means it must be a pc problem.

A friend of mine is an IT, expert. He TOLD me to install the windows afresh.

For your ref. I attached some pictures.
Please suggest, How may I solve this. Will the setup process work?

Hi 
Give a try for this Network Diagnostics and tell us what error did you get when running it  I did it what you told me to do for network diagnostics. But, I still having the problem.
Please suggest...
Quote from: gorge441 on June 14, 2020, 07:57:45 AM
I did it what you told me to do for network diagnostics. But, I still having the problem.
Please suggest...
I will try to write you a batch script to Reset the connection and flush DNS cache and we try with it ; if the problem is still there , you should update the drivers ! Quote from: Hackoo on June 14, 2020, 09:25:25 AM
I will try to write you a batch script to Reset the connection and flush DNS cache and we try with it ; if the problem is still there , you should update the drivers !
Ok, let me check this.Here is the batch file to reset the network connection : RESET_NETWORK.bat
Code: [Select]ECHO Off
Title Batch file to reset the Network Connection by Hackoo 2020
If [%1] NEQ [Admin] Goto RunAsAdmin
Set "LOG=%~dpn0.txt"
Set "VBS_Shortcut=%temp%\%~n0.vbs"
Set "ShortcutName=RESET_NETWORK"
Set "TargetPath=%~f0"
Call :Create_Shortcut "%ShortcutName%" "%TargetPath%"
REM -----------------------------------------------------------------------------
:Main
cls & color 9E & Mode 95,5
echo(
echo(               ===========================================================
echo(                    Please Wait a while ... Reset the Network ...
echo(               ===========================================================
> "%LOG%" (
ipconfig /release
netsh int ip reset
arp -d
ipconfig /flushdns
ipconfig /renew
IPConfig /all
)
If Exist "%LOG%" Start /MAX "" "%LOG%" & EXIT
REM -----------------------------------------------------------------------------
:RunAsAdmin
cls & color 9E & Mode 95,5
echo(
echo(               ===========================================================
echo(                    Please wait a while ... Running as Admin ....
echo(               ===========================================================
Powershell start -verb runas '%0' Admin & Exit
REM -----------------------------------------------------------------------------
:Create_Shortcut
> "%VBS_Shortcut%" (
echo Call Create_Shortcut("%~1","%~2"^)
echo Sub Create_Shortcut(ShortcutName,TargetPath^)
echo Dim objShell,DesktopPath,objShortCut
echo Set objShell = CreateObject("WScript.Shell"^)
echo DesktopPath = objShell.SpecialFolders("Desktop"^)
echo Set objShortCut = objShell.CreateShortcut(DesktopPath ^& "\" ^& ShortcutName ^& ".lnk"^)
echo objShortCut.TargetPath = chr(34^) ^& TargetPath ^& chr(34^)
echo objShortCut.Save
echo End Sub
)
cscript //nologo "%VBS_Shortcut%" "%~1" "%~2"
If Exist "%VBS_Shortcut%" Del "%VBS_Shortcut%"
Exit /B
REM ------------------------------------------------------------------------------Thanks, I will check later...The tool you downloaded to do Windows and Office activation's (KMSpico) is risky and normally comes with a hacking tool and a virus.
I suggest one of the moderators move this to the Virus help here.

Or you scan it with Malwarebytes. You should be able to access the internet using Safe mode with networking if you don't have another computer to do the download


Discussion

No Comment Found