Black Viper script?

Discussion in 'Windows 10' started by jasongenova, Jul 1, 2016.

  1. jasongenova

    jasongenova MDL Junior Member

    Jan 23, 2016
    75
    20
    0
    Is there a script that will run the Tweaked Black Viper settings? It's so painful to go on them individually. :(
     
  2. kewkie

    kewkie MDL Member

    Dec 10, 2014
    196
    80
    10
    Make yourself a script? Batch isnt that hard...
     
  3. MacAddict01

    MacAddict01 MDL Member

    Mar 3, 2011
    150
    20
    10
    Have you looked into saving out the settings from W10 Privacy and also WinAero Tweaker? That pretty much does every tweak I need for the most part and they are both easy to save and restore them back after an upgrade or fresh install.
     
  4. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. jasongenova

    jasongenova MDL Junior Member

    Jan 23, 2016
    75
    20
    0
    Thanks guys. I decided to do it via Powershell. Here's the thing if you want it.

    Get-Service MapsBroker | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service dmwappushsvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service NfsClnt | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service TrkWks | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service iphlpsvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service Wms | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service WmsRepair | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service WinRM | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service ALG | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service PeerDistSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service CertPropSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service EntAppSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service Fax | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service hkmsvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service SharedAccess | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service IEEtwCollectorService | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service diagnosticshub.standardcollector.service | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service MSiSCSI | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service Netlogon | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service RpcLocator | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service RetailDemo | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service SCPolicySvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service SNMPTRAP | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service wcncsvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service WMPNetworkSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service workfolderssvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service XblAuthManager | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service XblGameSave | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service XboxNetApiSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service WlanSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service AJRouter | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service bthserv | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmickvpexchange | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmicguestinterface | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmicshutdown | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmicheartbeat | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmicrdv | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmictimesync | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmicvmsession | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service vmicvss | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service SmsRouter | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service CscService | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service SensorDataService | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service SensrSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service SensorService | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service ScDeviceEnum | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service StorSvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service TabletInputService | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service WbioSrvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service icssvc | Stop-Service -PassThru | Set-Service -StartupType disabled
    Get-Service fsvc | Stop-Service -PassThru | Set-Service -StartupType disabled
     
  6. RanCorX2

    RanCorX2 MDL Addicted

    Jul 19, 2009
    999
    554
    30
    disabling storsvc breaks the storage selection in settings, you won't be able to select another drive for installation of apps.
     
  7. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,204
    978
    90
    Get-service service1,service2 | ...
    try write it like this
     
  8. mtrai

    mtrai MDL Addicted

    Apr 24, 2008
    700
    257
    30
    #8 mtrai, Jul 2, 2016
    Last edited: Jul 2, 2016
    Quick question does this break things like search or updates? Very interested. Anyhow gonna give these a try.
     
  9. RanCorX2

    RanCorX2 MDL Addicted

    Jul 19, 2009
    999
    554
    30
    my guess is the maps one will break maps and the xb ones will break the xbox app, i use those apps. better to disable services manually and then you'll know which ones you still need.
     
  10. mtrai

    mtrai MDL Addicted

    Apr 24, 2008
    700
    257
    30
    I just ran it as is...and got a mixed results on the ASUS realbench benchmarks. Now to figure out which one or more lowers one score. Image editing score is significantly lower, while h.264 encoding, openCL and heavy multi-tasking scores increased significantly with all clock speeds being the same. So not sure what would cause image editing score to drop.

    Also base ram used dropped a few percentage as expected.

    I do not use either maps or XB so good there, I looked over the list and checked and really did not see anything that should adversely affect me. Gonna dig a bit deeper.
     
  11. jasongenova

    jasongenova MDL Junior Member

    Jan 23, 2016
    75
    20
    0
    Forgot to put a disclaimer. Those settings were very specific to my computer. However, 95% of it were from Black Viper's Tweaked Configuration.
     
  12. mtrai

    mtrai MDL Addicted

    Apr 24, 2008
    700
    257
    30
    I figured that since there are some settings in your list I do not even have services for. I have not been to black viper in years.
     
  13. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    So, 5 mins work that can be done manually?
     
  14. Nongshim

    Nongshim Guest

    Yes, then another 2 hours to reinstall Windows and all of your drivers and programs after you have sufficiently destroyed Windows on your PC.
     
  15. P40L0

    P40L0 MDL Senior Member

    Jul 14, 2009
    343
    187
    10
    Don't mess with system Services management.
    We're not on XP days anymore. You will only do harm to your system for almost zero real advantages at all.
     
  16. W3rn3r

    W3rn3r MDL Novice

    Mar 26, 2015
    19
    0
    0
    Indeed, except for gaining some memory it's not gonna increase system/gaming performance, in fact disabling (rather set it to manual if you really want to do that) to many services can have a negative impact on performance. There are a few services that can be disabled of course.