Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Windows 8 internet problem  (Read 16500 times)

0 Members and 1 Guest are viewing this topic.

gorge441

    Topic Starter


    Rookie
  • Thanked: 2
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Windows 8 internet problem
« on: June 14, 2020, 06:27:26 AM »
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?


Hackoo



    Hopeful
  • Thanked: 42
  • Experience: Expert
  • OS: Windows 10
Re: Windows 8 internet problem
« Reply #1 on: June 14, 2020, 06:49:27 AM »
Hi  ;)
Give a try for this Network Diagnostics and tell us what error did you get when running it  ???

gorge441

    Topic Starter


    Rookie
  • Thanked: 2
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Re: Windows 8 internet problem
« Reply #2 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...

Hackoo



    Hopeful
  • Thanked: 42
  • Experience: Expert
  • OS: Windows 10
Re: Windows 8 internet problem
« Reply #3 on: June 14, 2020, 09:25:25 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 !

gorge441

    Topic Starter


    Rookie
  • Thanked: 2
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Re: Windows 8 internet problem
« Reply #4 on: June 14, 2020, 09:33:50 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.

Hackoo



    Hopeful
  • Thanked: 42
  • Experience: Expert
  • OS: Windows 10
Re: Windows 8 internet problem
« Reply #5 on: June 14, 2020, 10:09:47 AM »
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 ------------------------------------------------------------------------------

gorge441

    Topic Starter


    Rookie
  • Thanked: 2
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Re: Windows 8 internet problem
« Reply #6 on: June 14, 2020, 10:20:11 AM »
Thanks, I will check later...

Lisa_maree



    Mentor
  • My first real computer
  • Thanked: 161
    • Yes
  • Experience: Expert
  • OS: Windows 10
Re: Windows 8 internet problem
« Reply #7 on: June 14, 2020, 02:29:42 PM »
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
 
You have not lived today until you have done something for someone who can never repay you.”
― John Bunyan