Windows 10: Reset Network Data Usage in Windows 10

Discus and support Reset Network Data Usage in Windows 10 in Windows 10 Tutorials to solve the problem; Download link to the latest update of the script: http://www.majorgeeks.com/files/deta...e_scripts.html Discussion in 'Windows 10 Tutorials' started by theveterans, Nov 20, 2015.

  1. Polo6RGTI Win User

    Reset Network Data Usage in Windows 10

    Polo6RGTI, May 11, 2017
    #46
  2. Polo6RGTI Win User

    I have now added two extra features to the script. A backup option is now offered before a reset is done. To compliment the backup feature one of the scripts can now be used to do a restore of files from a previous backup. Please note the restore process is semi-auto and requires the user to select and copy the backup files to the restore folder. From there the script will restore the files back to the default system folder.

    http://www.majorgeeks.com/files/deta...e_scripts.html
     
    Polo6RGTI, May 13, 2017
    #47
  3. Brink
    Brink New Member
    Brink, May 20, 2017
    #48
  4. Reset Network Data Usage in Windows 10

    I don't have such a button like "Reset usage stats" in my Win10 (Creators Update).
    Where exactly can I delete this statistic from "Settings" as Brink wrote?
     
    WTenNewbie, Jun 16, 2017
    #49
  5. Brink
    Brink New Member
    Hello @WTenNewbie, *Smile

    Option one in Settings isn't available until build 16199, but you can use Option two now if you like.
     
    Brink, Jun 16, 2017
    #50
  6. Hi again, Brink
    Could you make a .bat tutorial file, which will disable wifi network adapter, delete all files in sru folder and reenable the wifi network adapter again. I tried this manually in Creators Update, it works but I am searching for something which can be faster, easier and made by you ;-) By the way, I really like your tutorials, they function 100 procent and I already have a nice collection of those.
    Thanks, man...
     
    Ivan Petrov, Jun 27, 2017
    #51
  7. Polo6RGTI Win User
    Here is a batch script I made today to quickly access the "sru" folder to manually delete the Data Usage files.

    Code: @echo off :: Windows 10 Data Usage Manual Reset Script Ver.1e - Manual Solution to quickly Copy, Cut or Delete the Current Data Usage Files. :: Author: Hendrik Vermaak :: Start Command Prompt Maximised if not "%1" == "max" start /MAX cmd /c %0 max & exit/b :: Check for adminstrative permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" :: If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo UAC.ShellExecute "cmd.exe", "/C """"%~f0""""", , "runas", 1 >> "%temp%\getadmin.vbs" cscript "%temp%\getadmin.vbs" exit /B :gotAdmin if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" ) pushd "%CD%" CD /D "%~dp0" :: Run as Admin code ends :: Main script start color 1f echo ====================================================== echo Windows 10 Data Usage Manual Reset Script Ver.1e echo ====================================================== echo. echo Stopping Diagnostic Policy Service echo. net stop DPS > NUL 2>&1 echo When you press any key to continue the Data Usage System folder "sru" will automatically open for you to manually Copy/Cut/Delete all the current Data Usage files. echo The Command Prompt window will remain open in the background. echo. pause start C:\Windows\System32\sru > NUL 2>&1 echo. echo Please press any key to restart the Diagnostic Policy Service and automatically open the Data Usage page to show the result. echo. pause :: Automatically restart the Diagnostic Policy Service echo. echo Restarting Diagnostic Policy Service echo. net start DPS > NUL 2>&1 :: Automatically close the "sru" folder window if still open taskkill /f /fi "windowtitle eq sru" /im explorer.exe :: Open Data Usage page automatically to show the result and exit Command Prompt FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq SystemSettings.exe"') DO IF %%x == %SystemSettings.exe% goto opendatausagepage goto closedatausagepage :closedatausagepage tasklist | find /i "SystemSettings.exe" && taskkill /im SystemSettings.exe /F || echo process "SystemSettings.exe" not running. >NUL echo. Reset Network Data Usage in Windows 10 :eek:pendatausagepage start ms-settings:datausage echo Closing the Command Prompt window in 5 Seconds.... timeout /t 5 /nobreak >nul 2>&1 exit[/quote]
     
    Polo6RGTI, Jun 27, 2017
    #52
  8. Brink
    Brink New Member

    Reset Network Data Usage in Windows 10

    Hello @Ivan Petrov,

    I have added Option Two in the tutorial for a BAT file option for you. *Smile

    *Arrow Reset Network Data Usage in Windows 10 Windows 10 Network Sharing Tutorials
     
    Brink, Jun 30, 2017
    #53
  9. Polo6RGTI Win User
    I made an installer script to automatically copy the "Data Usage Reset Scripts" to a folder on the C: drive, create a Start menu folder with shortcuts and add a flyout menu to the right click context menu. An uninstall option is also included. *Name: DURS_Ver2a.zip Views: 23 Size: 24.4 KBDURS_Ver2a.zip

    Any feedback and comments regarding the attached scripts will be appreciated.


    Reset Network Data Usage in Windows 10 [​IMG]
     
    Polo6RGTI, Jul 4, 2017
    #54
  10. Polo6RGTI Win User
    I made a couple of small improvements *Name: DURS_Ver2b.zip Views: 19 Size: 26.2 KBDURS_Ver2b.zip
     
    Polo6RGTI, Jul 5, 2017
    #55
  11. Polo6RGTI Win User
    New update available.

    "Changelog: Ver.3a
    1. The Installer and Uninstaller are merged together in the Setup script. It is able to recognize older installations starting with Ver.2a.
    2. The Setup script offers three looped menu's.
    3. A preconfigured backup and reset scheduled task is included as an option. It be can be imported using the Setup.bat script.
    4. The preconfigured scheduled task is set to run automatically on the last day of each month at 23:59:59.
    5. Option added to launch the download page for the user to check if an update is available."


    Windows 10 Data Usage Reset Scripts Ver.3a:
    http://www.majorgeeks.com/files/deta...e_scripts.html

    Any feedback and comments regarding this release will be appreciated. Thanks.
     
    Polo6RGTI, Jul 9, 2017
    #56
  12. Polo6RGTI Win User
    Polo6RGTI, Jul 9, 2017
    #57
  13. Polo6RGTI Win User

    Reset Network Data Usage in Windows 10

    Polo6RGTI, Jul 10, 2017
    #58
  14. nkormanik Win User
    Can anyone here please provide the entire address in Settings to get to "Usage details"?

    I would like to create a shortcut on my desktop to instantly open that window.

    Here is the shortcut address I have so far:

    ms-settings:datausage

    Just need to go one level more, to "View Usage Details."

    Thanks!

    Nicholas Kormanik
     
    nkormanik, Apr 4, 2018
    #59
Thema:

Reset Network Data Usage in Windows 10

Loading...
  1. Reset Network Data Usage in Windows 10 - Similar Threads - Reset Network Data

  2. Massive data usage by "System" in network usage statistics.

    in Windows 10 Gaming
    Massive data usage by "System" in network usage statistics.: What could be causing this? I have downloaded a few games on Gamepass, but nowhere near 1tb+ They only add up to 150gb. None of the games have updated. I'm currently using a 4g unlimited connection but unfortunately my 4g provider has a FUP fair usage policy and i don't...
  3. Massive data usage by "System" in network usage statistics.

    in Windows 10 Software and Apps
    Massive data usage by "System" in network usage statistics.: What could be causing this? I have downloaded a few games on Gamepass, but nowhere near 1tb+ They only add up to 150gb. None of the games have updated. I'm currently using a 4g unlimited connection but unfortunately my 4g provider has a FUP fair usage policy and i don't...
  4. Network Data Usage stuck at 0Mb

    in Windows 10 Network and Sharing
    Network Data Usage stuck at 0Mb: Hello, I used to have this problem where the data usage would never count. Now I have it working smoothly through some research and would like to share that information to others as Microsoft hasn't addressed this issue. Some of you may not know that, you can view your...
  5. Cellular network data usage notification

    in Windows 10 Network and Sharing
    Cellular network data usage notification: I have a large number of windows 10 Enterprise users tho regularly use their mobile/cellular connections. I want all users to receive notifications/warning from Windows 10 when they reach 2 or 4 GB of data usage on the Mobile/Cellular but I cannot find a way to do this with...
  6. Data usage, windows 10.

    in Windows 10 Network and Sharing
    Data usage, windows 10.: Can you point me to the best fixes to stop Win 10 using so much data, no videos being watched, maybe looking a photos on usedguns, too much, not much else. 45454
  7. Data Usage - How to Reset ?

    in Windows 10 Network and Sharing
    Data Usage - How to Reset ?: ....... does anybody got an idea how to reset the Data Usage back to 0 ? Any help would be greatly appreciated ....... 14216
  8. Resetting Windows 10 Data usage meter

    in Windows 10 Network and Sharing
    Resetting Windows 10 Data usage meter: Is there any way to reset the WiFi Data Usage meter each month? 11967
  9. How to reset Data Usage ?

    in Windows 10 Network and Sharing
    How to reset Data Usage ?: In Settings > Network & Internet > Data Usage : data usage is monitored this day to one month back , this is entirely useless since usually people try to monitor their usage since last bill , windows 8.1 allowed resetting of counter in any specific day so the counter can...
  10. View Network Data Usage Details in Windows 10

    in Windows 10 Tutorials
    View Network Data Usage Details in Windows 10: How to: View Network Data Usage Details in Windows 10 How View Network Data Usage Details in Windows 10 This tutorial will show you how to view the Wi-Fi and Ethernet network data usage details of apps from the last 30 days on your Windows 10 PC. Microsoft is making...