Windows Update Manager

Discussion in 'MDL Projects and Applications' started by DavidXanatos, Aug 16, 2018.

  1. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,775
    60
  2. Wolfens

    Wolfens MDL Novice

    Aug 17, 2018
    29
    34
    0
    @DavidXanatos I am using Visual Studio 2017 version 15.8.6
    I have the file ListViewExtended.cs in the Project
    If I ignore the errors then the design view loads and I can then build, once I have the build, the errors stop.
    so only on initial load of the project source gives errors, once built the errors stop
    0.6b source and prior loaded without error only on v0.7 did I see the errors on initial load of the project.
    As I say once errors ignored and Project built there is no issue.
    I had updated my VS between v0.6b and v0.7 so more likely an MS bug...anyway lets get back to the Project.. we have patch Tuesday coming up so a good chance to test.
    I will be testing out on:
    x86
    ---
    Win7Pro
    Win10Pro-1709
    Win10Pro-1803

    x64
    ---
    Win7Ult
    Win8.1Pro
    Win10Pro-1709
    Win10Pro-1803
     
  3. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    wumgr v0.7 doesn't open on my system
    Code:
    C:\Users\flow\Downloads\WuMgr_v0.7>Starting...
    Update Services:
    DCat Flighting Prod: 8b24b027-1dee-babb-9a95-3517dfb9c552
    Windows Store (DCat Prod): 855e8a7c-ecb4-4ca3-b045-1dfa50104289
    Windows Update: 9482f4b4-e343-43b6-b170-9a65bc822c77
    
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at wumgr.GPO.GetStoreAU()
       at wumgr.WuMgr..ctor()
       at wumgr.Program.Main(String[] args)
     
  4. alexxf

    alexxf MDL Addicted

    Feb 9, 2008
    993
    736
    30
    Same here. Windows 10 1809 x64.
     
  5. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    Forgot to mention that. I'm on Windows 10 1803 (17134.320) x64
     
  6. DavidXanatos

    DavidXanatos MDL Senior Member

    May 23, 2010
    409
    1,507
    10
    about the history list it lists whatever is there, idk. why you windows has so many entries there.

    I also have these Japanese updates, they seam to be preinstalled with windows 10.

    about the error when uninstalling: there seam to be a bug in the uninstall routine will fix that ....

    ... fix uploaded.
     

    Attached Files:

  7. Lars220

    Lars220 MDL Novice

    Jun 18, 2018
    38
    56
    0
    Hello, I am just trying to be helpful, I noticed your screenshot / picture with a lot of MS Store downloads,
    I had similar occurance and could not figure out why because I do not use the Store.
    When I upgraded from 1709 to 1803, Microsoft turned the Store Settings to automatically update apps.
    Try going into the Store Settings and check if you are set to automatic.
    upload_2018-10-6_20-55-32.jpeg
    I did not know about this setting from the normal "Settings" app that I keep on Taskbar. Some people do not use MS apps from store.
    Hope this may be helpful.
     
  8. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    Had "Update apps automatically" off, the other two were on but didn't make any difference after disabling them
     
  9. DavidXanatos

    DavidXanatos MDL Senior Member

    May 23, 2010
    409
    1,507
    10
    Guys on an Off topic subject: what do your think about the state of privacy tools for windows?
    Is, what is out there, satisfying, or is there room for an advanced open source privacy tool?

    In my eyes all the tools which are out there are so so and often don't cover all the angles.

    But on the other hand there are so many its easy to miss a good one or two.

    So whats your assessment should I write a tool to keep windows from talking to M$ to much.
     
  10. Whistler4

    Whistler4 MDL Member

    Jul 30, 2015
    204
    194
    10
    Sure - jump in! But, like you, I don't know if the field is too crowded, whether there's already a "perfect" tool out there, or if it's worth your time.

    I've used O&O Shutup 10 since Win 10 was introduced. It's got lots of on/off settings related to privacy that have been color coded green, yellow & red for whether they're recommended to turn off or not. Many Windows updates turn back on various telemetry aspects that are shown when you rerun Shutup 10. But in my opinion, Shutup 10 has become too complicated in its options (trying to cover all the bases as Windows feature updates have added things), and the nuts & bolts of what it does isn't documented, so it's not easy to reverse its effects if the program's reset doesn't work right. Also, I found over time that I was missing out on some Windows features that I did like, such as the different Spotlight lock screens that MS rotates, because I was just accepting Shutup 10's recommended settings.

    If you do this, I think it will require a lot of documentation for the user of what you're turning off and where to go (registry, Windows Settings app, etc.) to manually tweak or roll back. I think maybe the hardest part of this topic is the spectrum of what the individual user wants in features balanced with the amount of privacy willing to give up. It might make advice for which Windows updates to install and which to block a piece of cake.

    (Don't forget about WuMgr :))
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,360
    7,081
    210
    Disadvantage of OOSU10 - Commercial Freeware but not OSS (cannot be verified).
    I would like to see a similar tool, that can run in background and continually enforce the chosen options. Once they change, revert them and log (including the offender).

    But, as @Whistler4 already pointed out, please don't put too much on your schedule. We've seen in the past how it ends if developers do that.
     
  12. Wolfens

    Wolfens MDL Novice

    Aug 17, 2018
    29
    34
    0
    @DavidXanatos
    What do I think of that...you have been reading my mind again.;)
    I have a bunch of stuff I was starting to convert over to a c# from a bunch of batch scripts, vb scripts and PowerShell I use for tweaking systems.
    So I would be interested in your approach to this, however I wouldn't want to detract you from your good work on this Tool
     
  13. Wolfens

    Wolfens MDL Novice

    Aug 17, 2018
    29
    34
    0
    #258 Wolfens, Oct 8, 2018
    Last edited: Oct 8, 2018
    @DavidXanatos

    At present I would not upload the works to github
    That does not mean I am not willing to share...

    I do give choices throughout each step and explain before hand.
    I give the option to have GpEdit in Home Editions for setting some policies.
    I have some stuff on the data logging
    ############################################################################
    # #
    # THIS SECTION GIVES THE CHOICE TO RUN THE REMOVER #
    # FIX SOME WINDOWS ERRORS, RUN SOME TOOLS, RESET SERVICE DEFAULTS #
    # BACKUP/RESTORE TASKBAR TOOLBAR, PINNED ITEMS AND JUMP LISTS #
    # OR JUST JUMP OFF #
    # #
    ############################################################################


    MAIN MENU

    What do you want to run?:
    ========================

    1) (R)emover
    2) (F)ix Windows Errors
    3) (T)ools
    4) (S)ervices Defaults
    5) (B)ackup Restore
    6) (M)eltdown Spectre + µCode Update
    7) (E)nable GpEdit Windows Home

    Z) EXIT


    ######################################################
    # #
    # This Section Allows Removal Of Windows Stuff #
    # And Coin Hive Mining Prevention #
    # #
    ######################################################

    MULTI REMOVER MENU

    What do you want to run?:
    ========================

    1) Error Report Logs
    2) Registry Keys
    3) Data Logging Telemetry
    4) OneDrive
    5) KB Updates
    6) Hosts File
    7) AppxPackages (not win7)
    8) Firewall
    9) Additions
    10) SMB
    11) HP Conexant Keystroke Logger
    12) Coin Hive Mining
    13) Xbox Removal
    14) Silverlight

    Y) ALL of the above

    X) Return to Main Menu

    Z) EXIT and run away very scared...aah!...aah!


    ############################################################################
    # #
    # THIS SECTION GIVES THE CHOICE TO RUN MULTI REGKEY FIXES #
    # #
    ############################################################################


    MULTI REG KEY MENU

    What do you want to run?:
    ========================

    1) AutoLogger-Diagtrack-Listener - Telemetry Data Sender
    2) SQMClient - (SQM) Software Quality Metrics
    Client-to-Service Protocol
    3) Desktop To This PC - Desktop folder to "This PC"
    4) Documents To This PC - Documents folder to "This PC"
    5) Downloads To This PC - Downloads folder to "This PC"
    6) Music To This PC - Music folder to "This PC"
    7) Pictures To This PC - Pictures folder to "This PC"
    8) Videos To This PC - Videos folder to "This PC"
    9) 3D Objects To This PC - 3D Objects to "This PC"
    10) CAB Files - .cab file Asscoiation and Compressed Folder
    11) Zip file association - .zip file Association
    12) (CDM) Content Delivery Manager - Disable (CDM) Content Delivery Manager
    (SIA) Silent Installed Apps (SIA) Silent Installed Apps
    13) OneDrive - Remove OneDrive from the Explorer Side Panel
    14) Windows Explorer View - Setup Windows Explorer View
    15) Policies - Set the Group Policies for:
    CEIP SQM Client
    Data Collection
    Error Reporting
    Delivery Optimization

    Y) ALL of the above

    X) Return to Remover Menu

    Z) EXIT and crawl away ...little Worm!


    OK we are going to try and fix some windows errors Do the ones you want skip the ones you don't want

    First I will give you the choices with explain in section (if I can be arsed)

    MULTI ERROR FIX MENU

    What do you want to run?:
    ========================

    1) AsrAutoChkUpdDrv...................(no fix as yet)
    2) CFRMD..............................(no fix as yet)
    3) CIMV2 BVTConsumer..................
    4) egGetSvc...........................
    5) VirtualBox Network Adapter Driver..
    6) VGPU...............................
    7) LoadAppInit DLL....................
    8) Wlansvc............................
    9) wudfsvc WUDFRd WudfPf..............
    10) bowser.............................
    11) CldFlt.............................
    12) DCOM...............................
    13) Password Expiry....................
    14) VSS................................
    15) DDE................................
    16) Control Panel......................
    17) Master Browser.....................
    18) Network Security: LAN Manager......
    Authentification Level
    19) Suppress Event Viewer Messages.....
    20) Teredo IPv6........................
    21) BITS error 1008....................

    Y) ALL of the above

    X) Return to Main Menu

    Z) EXIT and run away very scared


    ############################################################################
    # #
    # THIS SECTION GIVES THE CHOICE TO RUN MULTI TOOLS #
    # #
    ############################################################################


    MULTI TOOLS MENU

    What do you want to run?:
    ========================

    1) OpenHWMon...............Open Hardware Monitor (cpu, hdd temp etc...)
    2) HWMon...................Hardware Monitor
    3) HWiNFO..................Hardware Information Tool (cpu, hdd temp etc...)
    4) Welt....................Windows Error Lookup Tool
    5) Autoruns................Look at the system process
    6) Disk Info...............Crystal Disk Info
    7) GPU-Z...................Graphics Processor Unit Info
    8) SSD-Z...................Solid State Drive Info (ssd hd temp etc...)
    9) SIW.....................System Information for Windows and more...)
    10) Notepad++...............Notepad Extended
    11) HiJackThis..............Scan for malware
    12) LoadOrder...............Show the boot-time order Windows loads device drivers and starts services
    13) ProcExplore.............Proccess Explorer
    14) ProcMonitor.............Process Monitor
    15) WinObj..................Windows Object Viewer
    16) DNSBench................DNS Benchmark (find best DNS for faster domainname lookup)
    17) Intel USB Jtag..........Intel
    18) Windows 10 Update.......Windows Update (Official)
    19) WinMerge................Differential Merging Tool
    20) WuMgr...................Windows Update Manager (Unofficial)
    21) Bogon Conductor Sheet...Construt for: AppxPackages
    Windows Firewall
    Hosts

    Y) ALL of the above

    X) Return to Main Menu

    Z) EXIT and run away very scared...mammas Boy!


    MULTI SERVICES DEFAULTS MENU

    What do you want to run?:
    ========================

    1) Active-X_Installer 57) IP_Helper 112) SiSRaid4 167) WMI_Performance_Adapter
    2) Application_Experience 58) KtmRm_for_Distributed_Transaction_Coordinator 113) Smart_Card 168) Workstation
    3) Application_Identity 59) Link-Layer_Topology_Discovery_Mapper 114) Smart_Card_Removal_Policy 169) Work_Folders_Service
    4) Application_Information 60) Local_Session_Manager 115) SNMP_Trap 170) WWAN_AutoConfig
    5) Application_Layer_Gateway_Service 61) Microsoft_Account_Sign-in_Assistant 116) Software_Protection
    6) Application_Management 62) Microsoft_iSCSI_Initiator_Service 117) Spot_Verifier
    7) AppX_Deployment_Service 63) Microsoft_Software_Shadow_Copy_Provider 118) SSDP_Discovery
    8) App_Readiness 64) Microsoft_Storage_Spaces_SMP 119) Still_Image_Acquisition_Events
    9) Background_Inteligent_Transfer_Service 65) Multimedia_Class_Scheduler 120) Storage_Service
    10) Background_Tasks_Infrastructure_Service 66) Net.Tcp_Port_Sharing_Service 121) Superfetch
    11) Base_Filtering_Engine 67) Netlogon 122) System_Events_Broker
    12) BitLocker_Drive_Encryption_Service 68) Network_Access_Protection_Agent 123) System_Event_Notification_Service
    13) Block_Level_Backup_Engine_Service 69) Network_Connected_Devices_Auto-Setup 124) Task_Scheduler
    14) Bluetooth_Support_Service 70) Network_Connections 125) TCP-IP_NetBIOS_Helper
    15) Branch_Cache 71) Network_Connection_Broker 126) Telephony
    16) Certificate_Propagation 72) Network_Connectivity_Assistant 127) Themes
    17) CNG_Key_Isolation 73) Network_List_Service 128) Thread_Ordering_Server
    18) COM+_Event_System 74) Network_Location_Awareness 129) Time_Broker
    19) COM+_System_Application 75) Network_Store_Interface_Service 130) Touch_Keyboard_and_Handwriting_Panel_Service
    20) Computer_Browser 76) Offline_Files 131) UPnP_Device_Host
    21) Credential_Manager 77) Optimize_drives 132) User_Profile_Service
    22) Cryptographic_Services 78) Peer_Name_Resolution_Protocol 133) Virtual_Disk
    23) DCOM_Server_Process_Launcher 79) Peer_Networking_Grouping 134) Volume_Shadow_Copy
    24) Device_Association_Service 80) Peer_Networking_Identity_Manager 135) WebClient
    25) Device_Install_Service 81) Performance_Counter_DLL_Host 136) Windows_All-User_Install_Agent
    26) Device_Setup_Manager 82) Performance_Logs_&_Alerts 137) Windows_Audio
    27) DHCP_Client 83) Plug_and_Play 138) Windows_Audio_Endpoint_Builder
    28) Diagnostic_Policy_Service 84) PNRP_Machine_Name_Publication_Service 139) Windows_Backup
    29) Diagnostic_Service_Host 85) Portable_Device_Enumerator_Service 140) Windows_Biometric_Service
    30) Diagnostic_System_Host 86) Power 141) Windows_Color_System
    31) Distributed_Link_Tracking_Client 87) Printer_Extensions_and_Notifications 142) Windows_Connection_Manager
    32) Distributed_Transaction_Coordinator 88) Print_Spooler 143) Windows_Connect_Now_Config_Registrar
    33) DNS_Client 89) Problem_Reports_and_Solutions_Control_Panel_Support 144) Windows_Defender_Network_Inspection_Service
    34) Encrypting_File_System 90) Program_Compatibility_Assistant_Service 145) Windows_Defender_Service
    35) Extensible_Authentication_Protocol 91) QualityWindows_Audio_Video_Experience 146) Windows_Driver_Foundation_User-mode_Driver_Framework
    36) Family_Safety 92) Remote_Access_Auto_Connection_Manager 147) Windows_Encryption_Provider_Host_Service
    37) Fax 93) Remote_Access_Connection_Manager 148) Windows_Error_Reporting_Service
    38) File_History_Service 94) Remote_Desktop_Configuration 149) Windows_Event_Collector
    39) Function_Discovery_Provider_Host 95) Remote_Desktop_Services 150) Windows_Event_Log
    40) Function_Discovery_Resource_Publication 96) Remote_Desktop_Services_UserMode_Port_Redirector 151) Windows_Firewall
    41) Group_Policy_Client 97) Remote_Procedure_Call_(RPC) 152) Windows_Font_Cache_Service
    42) Health_Key_and_Certificate_Management 98) Remote_Procedure_Call_(RPC)_Locator 153) Windows_Image_Acquisition_(WIA)
    43) HomeGroup_Listener 99) Remote_Registry 154) Windows_Installer
    44) HomeGroup_Provider 100) Routing_and_Remote_Access 155) Windows_Management_Instrumentation
    45) Human_Interface_Device_Access 101) RPC_Endpoint_Mapper 156) Windows_Media_Player_Network_Sharing_Service
    46) Hyper-V_Data_Exchange_Service 102) Secondary_Logon 157) Windows_Modules_Installer
    47) Hyper-V_Guest_Service_Interface 103) Secure_Socket_Tunneling_Protocol_Service 158) Windows_Presentation_Foundation_Font_Cache_3.0.0.0
    48) Hyper-V_Guest_Shutdown_Service 104) Security_Accounts_Manager 159) Windows_Remote_Management_(WS-Management)
    49) Hyper-V_Heartbeat_Service 105) Security_Center 160) Windows_Search
    50) Hyper-V_Remote_Destop_Virtualization_Service 106) Sensor_Monitoring_Service 161) Windows_Store_Service_(WSService)
    51) Hyper-V_Time_Synchronization_Service 107) Server 162) Windows_Time
    52) Hyper-V_Volume_Shadow_Copy_Requestor 108) Shell_Hardware_Detection 163) Windows_Update
    53) IKE_and_AuthIP_IPsec_Keying_Modules 109) Simple_Peripheral_Bus_Support_Library 164) WinHTTP_Web_Proxy_Auto-Discovery_Service
    55) Internet_Connection_Sharing 110) SIS_AGP_Bus_Filter 165) Wired_AutoConfig
    56) IPsec_Policy_Agent 111) SiSRaid2 166) WLAN_AutoConfig



    Y) ALL of the above

    X) Return to Main Menu

    Z) EXIT and run away very scared...aah!...aah!

    WBW.gif

    WBW_explain.gif
     
  14. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,360
    7,081
    210
    Github is a bad choice anyway. Guess who's the new owner? :p
     
  15. Jean-Eudes

    Jean-Eudes MDL Novice

    May 12, 2016
    6
    13
    0
    Congratulations and thanks David for WuMgr (Update Manager for Windows) 0.7a, I love this soft.

    I've a suggestion: Like the last Windows Update MiniTool release, could you add CTRL F for find in WuMgr?

    Thanks yet mate and have a good day!