Jump to content
HWBOT Community Forums

server075

Members
  • Posts

    15
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by server075

  1. This post of mine got a wrong score count on the Hardware Points. Already tried with recalculation but for me it didnt work and still shows the wrong points. 

    https://hwbot.org/submission/5136444_server075_unigine_heaven___xtreme_geforce_rtx_2080_ti_9180.04_dx11_marks

    Info: The auto upload tool in the "HWBOT Unigine Heaven Benchmark Application" posted it as if I used the IGPU (when I used the 2080ti) I modified the post to show the right GPU used, I bet thats where the site/system got the error from. 

  2. Hello everyone, 

    Here I like to post some tips for people using Windows especially Windows 11 and 10. 

    As most of you probably know Windows comes with some app that load in the background and some that you cant (easly) remove. When you open Task manager you can see how many Processes are loaded and running, these can slow down your performances. 

    To shut some of them down (that you normally can not do) here is how: 

    1. Open powershell with admin privileges. 
    2. Get-AppxPackage -AllUsers
    3. Remove-AppxPackage -Package "name of app/Package you like to remove"


    You can also make it into a string (full command) to delete known Packages.

    Example:

    Get-AppxPackage -allusers XboxApp | Remove-AppxPackage

     

    A few of the Packages I like to remove after a new windows installation: 

    Get-AppxPackage -allusers XboxApp | Remove-AppxPackage
    Get-AppxPackage -allusers Microsoft.XboxGamingOverlay | Remove-AppxPackage                   
    Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
    Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
    get-appxpackage *Microsoft.WindowsCamera* | remove-appxpackage
    Get-AppxPackage *Microsoft.GetHelp* -AllUsers | Remove-AppxPackage
    Get-AppxPackage *people* | Remove-AppxPackage

     

    Some even harder apps to remove are Windows Edge. And this does even not works on all systems anymore!

    1. get-appxpackage *edge*
    2. You will see complete details of Microsoft Edge. Find ‘PackageFullName’ and copy everything opposite to it to "fullname"
    3. remove-appxpackage "fullname"



    After doing some Bloatware removing of my own my pc has 103 possesses running. (see dutch system picture)

    Greetings server075
    server075.com

    Bench.jpg

    • Like 2
    • Thanks 1
×
×
  • Create New...