├── .hgignore ├── Assets ├── .readme.txt ├── action_go.bmp ├── action_go.gif ├── action_stop.bmp ├── action_stop.gif ├── bullet_server.png ├── bullet_user.ico ├── disconnect.ico ├── disconnect_16.png ├── firewall.ico ├── firewall_16.png ├── ip.ico ├── ip_16.png ├── lightning.ico ├── lightning_16.png ├── network_adapter.ico ├── network_adapter_16.png ├── network_cloud.ico ├── network_cloud_16.png ├── network_clouds.ico ├── network_clouds_16.png ├── network_ethernet.ico ├── network_ethernet_16.png ├── network_firewall.ico ├── network_firewall_16.png ├── network_ip.ico ├── network_ip_16.png ├── pci.ico ├── pci_16.png ├── report.ico ├── report_16.png ├── script_yellow.ico ├── script_yellow_16.png ├── script_yellow_computer_16.png ├── script_yellow_server2_16.png ├── script_yellow_server_16.png ├── script_yellow_user_16.png └── shield.bmp ├── DeviceInterfaceClasses.txt ├── Docs ├── readme.md └── screenshots │ ├── colors1.png │ ├── drivers1.png │ ├── main01.png │ ├── main03.png │ ├── main05.png │ ├── notes1.png │ ├── qfilter.png │ ├── rename1.png │ ├── restoreconf1.png │ ├── security2.png │ ├── triggers1.png │ ├── triggers2.png │ └── triggers3.png ├── Forms ├── Viper.DependencyList.dfm ├── Viper.DependencyList.pas ├── Viper.MainForm.dfm ├── Viper.MainForm.pas ├── Viper.MainTriggerList.dfm ├── Viper.MainTriggerList.pas ├── Viper.RestoreServiceConfig.dfm ├── Viper.RestoreServiceConfig.pas ├── Viper.RichEditEx.dfm ├── Viper.RichEditEx.pas ├── Viper.ScheduledTasks.dfm ├── Viper.ScheduledTasks.pas ├── Viper.ScheduledTasksMain.dfm ├── Viper.ScheduledTasksMain.pas ├── Viper.ServiceEdit.dfm ├── Viper.ServiceEdit.pas ├── Viper.ServiceList.dfm ├── Viper.ServiceList.pas ├── Viper.ServiceTriggerList.dfm ├── Viper.ServiceTriggerList.pas ├── Viper.Settings.dfm ├── Viper.Settings.pas ├── Viper.StyleEdit.dfm ├── Viper.StyleEdit.pas ├── Viper.StyleSettings.dfm ├── Viper.StyleSettings.pas ├── Viper.TriggerDataItemEditor.dfm ├── Viper.TriggerDataItemEditor.pas ├── Viper.TriggerEditor.dfm ├── Viper.TriggerEditor.pas ├── Viper.TriggerImport.dfm ├── Viper.TriggerImport.pas ├── Viper.TriggerImportList.dfm ├── Viper.TriggerImportList.pas ├── Viper.TriggerList.dfm └── Viper.TriggerList.pas ├── Locales └── Strings.RUS.txt ├── Project ├── AclUi.pas ├── CommonResources.dfm ├── CommonResources.pas ├── EtwUtils.pas ├── GuidDict.pas ├── RegExport.pas ├── RegFile.pas ├── SecEdit.pas ├── ServiceHelper.pas ├── SetupApiHelper.pas ├── ShellUtils.pas ├── SvcCat.pas ├── SvcEntry │ ├── MemSvcEntry.pas │ ├── OsSvcEntry.pas │ ├── RegFileSvcEntry.pas │ ├── ServiceProperties.txt │ └── SvcEntry.pas ├── TriggerExport.pas ├── TriggerUtils.pas ├── Viper.Log.dfm ├── Viper.Log.pas ├── Viper.ServiceImport.dfm ├── Viper.ServiceImport.pas ├── Viper.dpr ├── Viper.dproj ├── Viper_Icon.ico ├── WinApiHelper.pas ├── WnfUtils.pas └── taskschd.pas ├── RpcInterfaces.txt ├── SvcData Format.txt ├── SvcData ├── AppVClient.txt ├── Core │ ├── BDESVC.txt │ ├── EFS.txt │ ├── EventLog │ │ ├── EventLog.txt │ │ └── WecSvc.txt │ ├── FontCache.txt │ ├── KTM │ │ ├── KtmRm.txt │ │ ├── MSDTC.txt │ │ └── readme │ ├── Performance │ │ ├── PerfHost.txt │ │ ├── pla.txt │ │ └── wmiApSrv.txt │ ├── Power.txt │ ├── ProtectedStorage.txt │ ├── RPC │ │ ├── COMSysApp.txt │ │ ├── DcomLaunch.txt │ │ ├── EventSystem.txt │ │ ├── RpcEptMapper.txt │ │ ├── RpcLocator.txt │ │ ├── RpcSs.txt │ │ ├── SENS.txt │ │ └── readme │ ├── SamSs.txt │ ├── Schedule.txt │ ├── Security │ │ ├── CryptSvc.txt │ │ ├── KeyIso.txt │ │ ├── NgcCtnrSvc.txt │ │ ├── NgcSvc.txt │ │ └── readme │ ├── SysMain.txt │ ├── TBS.txt │ ├── Themes.txt │ ├── TrkWks.txt │ ├── UxSms.txt │ ├── VaultSvc.txt │ ├── Winmgmt.txt │ └── vds.txt ├── Defender │ ├── AppIDSvc.txt │ ├── BFE.txt │ ├── MpsSvc.txt │ ├── Sense.txt │ ├── WPCSvc.txt │ ├── WdNisSvc.txt │ ├── WinDefend.txt │ ├── readme │ └── wscsvc.txt ├── Development │ ├── IpOverUsbSvc.txt │ ├── MDM.txt │ ├── Te.Service.txt │ ├── VsEtwService120.txt │ └── fussvc.txt ├── Diagnostics │ ├── Compability │ │ ├── AeLookupSvc.txt │ │ ├── PcaSvc.txt │ │ └── UI0Detect.txt │ ├── DPS.txt │ ├── DcpSvc.txt │ ├── DiagTrack.txt │ ├── WdiServiceHost.txt │ ├── WdiSystemHost.txt │ ├── WerSvc.txt │ ├── diagnosticshub.standardcollector.service.txt │ ├── readme │ ├── wercplsupport.txt │ └── wisvc.txt ├── Enterprise │ ├── AppMgmt.txt │ ├── AxInstSV.txt │ ├── DmEnrollmentSvc.txt │ ├── EntAppSvc.txt │ ├── Netlogon.txt │ ├── StorSvc.txt │ ├── WPDBusEnum.txt │ ├── dmwappushservice.txt │ ├── gpsvc.txt │ ├── hkmsvc.txt │ ├── napagent.txt │ └── readme ├── Hardware │ ├── Bluetooth │ │ ├── BthHFSrv.txt │ │ └── bthserv.txt │ ├── DeviceAssociationService.txt │ ├── DeviceInstall.txt │ ├── DsmSvc.txt │ ├── Fax.txt │ ├── Mobile │ │ ├── PhoneSvc.txt │ │ └── RmSvc.txt │ ├── PlugPlay.txt │ ├── Printers │ │ ├── PrintNotify.txt │ │ └── Spooler.txt │ ├── Sensors │ │ ├── SensorDataService.txt │ │ ├── SensorService.txt │ │ └── SensrSvc.txt │ ├── ShellHWDetection.txt │ ├── Smartcards │ │ ├── CertPropSvc.txt │ │ ├── SCPolicySvc.txt │ │ ├── SCardSvr.txt │ │ └── ScDeviceEnum.txt │ ├── TabletInputService.txt │ ├── WbioSrvc.txt │ ├── WcsPlugInService.txt │ ├── WiaRpc.txt │ ├── hidserv.txt │ ├── irmon.txt │ ├── readme │ ├── stisvc.txt │ └── wudfsvc.txt ├── HyperV │ ├── HvHost.txt │ ├── vmicguestinterface.txt │ ├── vmicheartbeat.txt │ ├── vmickvpexchange.txt │ ├── vmicrdv.txt │ ├── vmicshutdown.txt │ ├── vmictimesync.txt │ ├── vmicvmsession.txt │ └── vmicvss.txt ├── IIS │ ├── AppHostSvc.txt │ ├── IISADMIN.txt │ ├── WMSvc.txt │ └── w3logsvc.txt ├── Indexing │ ├── CISVC.txt │ └── WSearch.txt ├── Kiosk │ ├── RetailDemo.txt │ ├── embeddedmode.txt │ └── shpamsvc.txt ├── Licensing │ ├── ClipSvc.lnk │ ├── LicenseManager.txt │ ├── WatAdminSvc.txt │ ├── sppsvc.txt │ └── sppuinotify.txt ├── Logon │ ├── AppInfo.txt │ ├── AppReadiness.txt │ ├── LSM.txt │ ├── ProfSvc.txt │ ├── SENS.lnk │ ├── Terminal Services │ │ ├── SessionEnv.txt │ │ ├── TermService.txt │ │ └── UmRdpService.txt │ ├── UserManager.txt │ └── seclogon.txt ├── Maintenance │ ├── SDRSVC.txt │ ├── VSS.txt │ ├── W32Time.txt │ ├── defragsvc.txt │ ├── fhsvc.txt │ ├── readme │ ├── svsvc.txt │ ├── swprv.txt │ ├── tzautoupdate.txt │ └── wbengine.txt ├── Multimedia │ ├── AudioEndpointBuilder.txt │ ├── Audiosrv.txt │ ├── MMCSS.txt │ ├── Mcx2Svc.txt │ ├── THREADORDER.txt │ ├── WMPNetworkSvc.txt │ ├── ehRecvr.txt │ ├── ehSched.txt │ └── readme ├── NET │ ├── FontCache3.0.0.0.txt │ ├── aspnet_state.txt │ ├── clr_optimization_v2.0.50727_32.txt │ ├── clr_optimization_v2.0.50727_64.txt │ ├── clr_optimization_v4.0.30319_32.txt │ ├── clr_optimization_v4.0.30319_64.txt │ ├── idsvc.txt │ └── readme ├── Networking │ ├── AJRouter.txt │ ├── Connectivity │ │ ├── NcaSvc.txt │ │ ├── NlaSvc.txt │ │ ├── Wcmsvc.txt │ │ ├── WinHttpAutoProxySvc.txt │ │ ├── iphlpsvc.txt │ │ ├── netman.txt │ │ ├── netprofm.txt │ │ └── nsi.txt │ ├── Dhcp.txt │ ├── Distributed Access │ │ ├── CscService.txt │ │ └── PeerDistSvc.txt │ ├── Dnscache.txt │ ├── EapHost.txt │ ├── HomeGroup │ │ ├── HomeGroupListener.txt │ │ └── HomeGroupProvider.txt │ ├── ICS │ │ ├── ALG.txt │ │ ├── SharedAccess.txt │ │ └── icssvc.txt │ ├── IKEEXT.txt │ ├── MSMQ │ │ ├── MSMQ.txt │ │ ├── MSMQTriggers.txt │ │ ├── NetMsmqActivator.txt │ │ ├── NetPipeActivator.txt │ │ ├── NetTcpActivator.txt │ │ ├── NetTcpPortSharing.txt │ │ └── WAS.txt │ ├── Mobile │ │ └── SmsRouter.txt │ ├── NetSetupSvc.txt │ ├── NfsClnt.txt │ ├── P2Psvc │ │ ├── PNRPAutoReg.txt │ │ ├── PNRPsvc.txt │ │ ├── p2pimsvc.txt │ │ └── p2psvc.txt │ ├── PolicyAgent.txt │ ├── QWAVE.txt │ ├── RemoteAccess.txt │ ├── SNMP.txt │ ├── SNMPTrap.txt │ ├── Samba │ │ ├── Browser.txt │ │ ├── LanmanServer.txt │ │ ├── LanmanWorkstation.txt │ │ ├── lmhosts.txt │ │ └── readme │ ├── Services │ │ ├── RemoteRegistry.txt │ │ ├── ftpsvc.txt │ │ └── simtcp.txt │ ├── Telephony │ │ ├── RasAuto.txt │ │ ├── RasMan.txt │ │ ├── SstpSvc.txt │ │ ├── TapiSrv.txt │ │ └── readme │ ├── UPNP │ │ ├── FDResPub.txt │ │ ├── IPBusEnum.txt │ │ ├── SSDPSRV.txt │ │ ├── fdPHost.txt │ │ ├── readme │ │ └── upnphost.txt │ ├── WebClient.txt │ ├── WinRM.txt │ ├── WlanSvc.txt │ ├── WwanSvc.txt │ ├── dot3svc.txt │ ├── lltdsvc.txt │ └── wcncsvc.txt ├── Third Party │ ├── AdobeFlashPlayerUpdateSvc.txt │ ├── CTAudSvcService.txt │ ├── DirMngr.txt │ ├── FLEXnet Licensing Service.txt │ ├── HPSIService.txt │ ├── Hardware │ │ ├── Net Driver HPZ12.txt │ │ ├── Pml Driver HPZ12.txt │ │ ├── Stereo Service.txt │ │ ├── UMVPFSrv.txt │ │ ├── VIAKaraokeService.txt │ │ ├── nvUpdatusService.txt │ │ └── nvsvc.txt │ ├── IAStorDataMgrSvc.txt │ ├── IDriverT.txt │ ├── ImDskSvc.txt │ ├── MySQL.txt │ ├── Office │ │ ├── ose.txt │ │ ├── ose64.txt │ │ └── osppsvc.txt │ ├── PSEXESVC.txt │ ├── Samsung UPD Service2.txt │ ├── SkypeUpdate.txt │ ├── Steam Client Service.txt │ ├── TeamViewer.txt │ ├── TeamViewer7.txt │ ├── VPNManager.txt │ ├── WsAppService.txt │ ├── WsDrvInst.txt │ ├── Xbox Live │ │ ├── CDPSvc.txt │ │ ├── XblAuthManager.txt │ │ ├── XblGameSave.txt │ │ └── XboxNetApiSvc.txt │ ├── dbupdate.txt │ ├── dbupdatem.txt │ ├── gupdate.txt │ ├── gupdatem.txt │ └── rpcapd.txt ├── UevAgentService.txt ├── VMWare │ ├── VGAuthService.txt │ ├── VMAuthdService.txt │ ├── VMTools.txt │ ├── VMUSBArbService.txt │ ├── VMnetDHCP.txt │ ├── VMware NAT Service.txt │ ├── VMware Physical Disk Helper Service.txt │ ├── VMwareHostd.txt │ ├── readme │ └── vmvss.txt ├── WinRT │ ├── AppXSvc.txt │ ├── BrokerInfrastructure.txt │ ├── CDPUserSvc.txt │ ├── ClipSVC.txt │ ├── CoreMessagingRegistrar.txt │ ├── DevQueryBroker.txt │ ├── DsSvc.txt │ ├── MessagingService.txt │ ├── NcbService.txt │ ├── OneSyncSvc.txt │ ├── PimIndexMaintenanceSvc.txt │ ├── StateRepository.txt │ ├── SystemEventsBroker.txt │ ├── TimeBrokerSvc.txt │ ├── UnistoreSvc.txt │ ├── UserDataSvc.txt │ ├── WSService.txt │ ├── WpnService.txt │ ├── WpnUserService.txt │ ├── tiledatamodelsvc.txt │ └── wlidsvc.txt ├── Windows Update │ ├── AppMgmt.lnk │ ├── AppReadiness.lnk │ ├── BITS.txt │ ├── DsmSvc.lnk │ ├── InstallService.txt │ ├── TrustedInstaller.txt │ ├── UsoSvc.txt │ ├── dosvc.txt │ ├── msiserver.txt │ ├── readme │ └── wuauserv.txt └── cbdhsvc.txt ├── WnfStateNames.txt └── readme.md /.hgignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/.hgignore -------------------------------------------------------------------------------- /Assets/.readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/.readme.txt -------------------------------------------------------------------------------- /Assets/action_go.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/action_go.bmp -------------------------------------------------------------------------------- /Assets/action_go.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/action_go.gif -------------------------------------------------------------------------------- /Assets/action_stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/action_stop.bmp -------------------------------------------------------------------------------- /Assets/action_stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/action_stop.gif -------------------------------------------------------------------------------- /Assets/bullet_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/bullet_server.png -------------------------------------------------------------------------------- /Assets/bullet_user.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/bullet_user.ico -------------------------------------------------------------------------------- /Assets/disconnect.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/disconnect.ico -------------------------------------------------------------------------------- /Assets/disconnect_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/disconnect_16.png -------------------------------------------------------------------------------- /Assets/firewall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/firewall.ico -------------------------------------------------------------------------------- /Assets/firewall_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/firewall_16.png -------------------------------------------------------------------------------- /Assets/ip.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/ip.ico -------------------------------------------------------------------------------- /Assets/ip_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/ip_16.png -------------------------------------------------------------------------------- /Assets/lightning.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/lightning.ico -------------------------------------------------------------------------------- /Assets/lightning_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/lightning_16.png -------------------------------------------------------------------------------- /Assets/network_adapter.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_adapter.ico -------------------------------------------------------------------------------- /Assets/network_adapter_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_adapter_16.png -------------------------------------------------------------------------------- /Assets/network_cloud.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_cloud.ico -------------------------------------------------------------------------------- /Assets/network_cloud_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_cloud_16.png -------------------------------------------------------------------------------- /Assets/network_clouds.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_clouds.ico -------------------------------------------------------------------------------- /Assets/network_clouds_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_clouds_16.png -------------------------------------------------------------------------------- /Assets/network_ethernet.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_ethernet.ico -------------------------------------------------------------------------------- /Assets/network_ethernet_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_ethernet_16.png -------------------------------------------------------------------------------- /Assets/network_firewall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_firewall.ico -------------------------------------------------------------------------------- /Assets/network_firewall_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_firewall_16.png -------------------------------------------------------------------------------- /Assets/network_ip.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_ip.ico -------------------------------------------------------------------------------- /Assets/network_ip_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/network_ip_16.png -------------------------------------------------------------------------------- /Assets/pci.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/pci.ico -------------------------------------------------------------------------------- /Assets/pci_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/pci_16.png -------------------------------------------------------------------------------- /Assets/report.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/report.ico -------------------------------------------------------------------------------- /Assets/report_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/report_16.png -------------------------------------------------------------------------------- /Assets/script_yellow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/script_yellow.ico -------------------------------------------------------------------------------- /Assets/script_yellow_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/script_yellow_16.png -------------------------------------------------------------------------------- /Assets/script_yellow_computer_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/script_yellow_computer_16.png -------------------------------------------------------------------------------- /Assets/script_yellow_server2_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/script_yellow_server2_16.png -------------------------------------------------------------------------------- /Assets/script_yellow_server_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/script_yellow_server_16.png -------------------------------------------------------------------------------- /Assets/script_yellow_user_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/script_yellow_user_16.png -------------------------------------------------------------------------------- /Assets/shield.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Assets/shield.bmp -------------------------------------------------------------------------------- /DeviceInterfaceClasses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/DeviceInterfaceClasses.txt -------------------------------------------------------------------------------- /Docs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/readme.md -------------------------------------------------------------------------------- /Docs/screenshots/colors1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/colors1.png -------------------------------------------------------------------------------- /Docs/screenshots/drivers1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/drivers1.png -------------------------------------------------------------------------------- /Docs/screenshots/main01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/main01.png -------------------------------------------------------------------------------- /Docs/screenshots/main03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/main03.png -------------------------------------------------------------------------------- /Docs/screenshots/main05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/main05.png -------------------------------------------------------------------------------- /Docs/screenshots/notes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/notes1.png -------------------------------------------------------------------------------- /Docs/screenshots/qfilter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/qfilter.png -------------------------------------------------------------------------------- /Docs/screenshots/rename1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/rename1.png -------------------------------------------------------------------------------- /Docs/screenshots/restoreconf1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/restoreconf1.png -------------------------------------------------------------------------------- /Docs/screenshots/security2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/security2.png -------------------------------------------------------------------------------- /Docs/screenshots/triggers1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/triggers1.png -------------------------------------------------------------------------------- /Docs/screenshots/triggers2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/triggers2.png -------------------------------------------------------------------------------- /Docs/screenshots/triggers3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Docs/screenshots/triggers3.png -------------------------------------------------------------------------------- /Forms/Viper.DependencyList.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.DependencyList.dfm -------------------------------------------------------------------------------- /Forms/Viper.DependencyList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.DependencyList.pas -------------------------------------------------------------------------------- /Forms/Viper.MainForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.MainForm.dfm -------------------------------------------------------------------------------- /Forms/Viper.MainForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.MainForm.pas -------------------------------------------------------------------------------- /Forms/Viper.MainTriggerList.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.MainTriggerList.dfm -------------------------------------------------------------------------------- /Forms/Viper.MainTriggerList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.MainTriggerList.pas -------------------------------------------------------------------------------- /Forms/Viper.RestoreServiceConfig.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.RestoreServiceConfig.dfm -------------------------------------------------------------------------------- /Forms/Viper.RestoreServiceConfig.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.RestoreServiceConfig.pas -------------------------------------------------------------------------------- /Forms/Viper.RichEditEx.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.RichEditEx.dfm -------------------------------------------------------------------------------- /Forms/Viper.RichEditEx.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.RichEditEx.pas -------------------------------------------------------------------------------- /Forms/Viper.ScheduledTasks.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ScheduledTasks.dfm -------------------------------------------------------------------------------- /Forms/Viper.ScheduledTasks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ScheduledTasks.pas -------------------------------------------------------------------------------- /Forms/Viper.ScheduledTasksMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ScheduledTasksMain.dfm -------------------------------------------------------------------------------- /Forms/Viper.ScheduledTasksMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ScheduledTasksMain.pas -------------------------------------------------------------------------------- /Forms/Viper.ServiceEdit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ServiceEdit.dfm -------------------------------------------------------------------------------- /Forms/Viper.ServiceEdit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ServiceEdit.pas -------------------------------------------------------------------------------- /Forms/Viper.ServiceList.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ServiceList.dfm -------------------------------------------------------------------------------- /Forms/Viper.ServiceList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ServiceList.pas -------------------------------------------------------------------------------- /Forms/Viper.ServiceTriggerList.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ServiceTriggerList.dfm -------------------------------------------------------------------------------- /Forms/Viper.ServiceTriggerList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.ServiceTriggerList.pas -------------------------------------------------------------------------------- /Forms/Viper.Settings.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.Settings.dfm -------------------------------------------------------------------------------- /Forms/Viper.Settings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.Settings.pas -------------------------------------------------------------------------------- /Forms/Viper.StyleEdit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.StyleEdit.dfm -------------------------------------------------------------------------------- /Forms/Viper.StyleEdit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.StyleEdit.pas -------------------------------------------------------------------------------- /Forms/Viper.StyleSettings.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.StyleSettings.dfm -------------------------------------------------------------------------------- /Forms/Viper.StyleSettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.StyleSettings.pas -------------------------------------------------------------------------------- /Forms/Viper.TriggerDataItemEditor.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerDataItemEditor.dfm -------------------------------------------------------------------------------- /Forms/Viper.TriggerDataItemEditor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerDataItemEditor.pas -------------------------------------------------------------------------------- /Forms/Viper.TriggerEditor.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerEditor.dfm -------------------------------------------------------------------------------- /Forms/Viper.TriggerEditor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerEditor.pas -------------------------------------------------------------------------------- /Forms/Viper.TriggerImport.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerImport.dfm -------------------------------------------------------------------------------- /Forms/Viper.TriggerImport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerImport.pas -------------------------------------------------------------------------------- /Forms/Viper.TriggerImportList.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerImportList.dfm -------------------------------------------------------------------------------- /Forms/Viper.TriggerImportList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerImportList.pas -------------------------------------------------------------------------------- /Forms/Viper.TriggerList.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerList.dfm -------------------------------------------------------------------------------- /Forms/Viper.TriggerList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Forms/Viper.TriggerList.pas -------------------------------------------------------------------------------- /Locales/Strings.RUS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Locales/Strings.RUS.txt -------------------------------------------------------------------------------- /Project/AclUi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/AclUi.pas -------------------------------------------------------------------------------- /Project/CommonResources.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/CommonResources.dfm -------------------------------------------------------------------------------- /Project/CommonResources.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/CommonResources.pas -------------------------------------------------------------------------------- /Project/EtwUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/EtwUtils.pas -------------------------------------------------------------------------------- /Project/GuidDict.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/GuidDict.pas -------------------------------------------------------------------------------- /Project/RegExport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/RegExport.pas -------------------------------------------------------------------------------- /Project/RegFile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/RegFile.pas -------------------------------------------------------------------------------- /Project/SecEdit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SecEdit.pas -------------------------------------------------------------------------------- /Project/ServiceHelper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/ServiceHelper.pas -------------------------------------------------------------------------------- /Project/SetupApiHelper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SetupApiHelper.pas -------------------------------------------------------------------------------- /Project/ShellUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/ShellUtils.pas -------------------------------------------------------------------------------- /Project/SvcCat.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SvcCat.pas -------------------------------------------------------------------------------- /Project/SvcEntry/MemSvcEntry.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SvcEntry/MemSvcEntry.pas -------------------------------------------------------------------------------- /Project/SvcEntry/OsSvcEntry.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SvcEntry/OsSvcEntry.pas -------------------------------------------------------------------------------- /Project/SvcEntry/RegFileSvcEntry.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SvcEntry/RegFileSvcEntry.pas -------------------------------------------------------------------------------- /Project/SvcEntry/ServiceProperties.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SvcEntry/ServiceProperties.txt -------------------------------------------------------------------------------- /Project/SvcEntry/SvcEntry.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/SvcEntry/SvcEntry.pas -------------------------------------------------------------------------------- /Project/TriggerExport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/TriggerExport.pas -------------------------------------------------------------------------------- /Project/TriggerUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/TriggerUtils.pas -------------------------------------------------------------------------------- /Project/Viper.Log.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/Viper.Log.dfm -------------------------------------------------------------------------------- /Project/Viper.Log.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/Viper.Log.pas -------------------------------------------------------------------------------- /Project/Viper.ServiceImport.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/Viper.ServiceImport.dfm -------------------------------------------------------------------------------- /Project/Viper.ServiceImport.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/Viper.ServiceImport.pas -------------------------------------------------------------------------------- /Project/Viper.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/Viper.dpr -------------------------------------------------------------------------------- /Project/Viper.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/Viper.dproj -------------------------------------------------------------------------------- /Project/Viper_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/Viper_Icon.ico -------------------------------------------------------------------------------- /Project/WinApiHelper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/WinApiHelper.pas -------------------------------------------------------------------------------- /Project/WnfUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/WnfUtils.pas -------------------------------------------------------------------------------- /Project/taskschd.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/Project/taskschd.pas -------------------------------------------------------------------------------- /RpcInterfaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/RpcInterfaces.txt -------------------------------------------------------------------------------- /SvcData Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData Format.txt -------------------------------------------------------------------------------- /SvcData/AppVClient.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/AppVClient.txt -------------------------------------------------------------------------------- /SvcData/Core/BDESVC.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/EFS.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/EventLog/EventLog.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/EventLog/WecSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/EventLog/WecSvc.txt -------------------------------------------------------------------------------- /SvcData/Core/FontCache.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/KTM/KtmRm.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/KTM/MSDTC.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/KTM/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/KTM/readme -------------------------------------------------------------------------------- /SvcData/Core/Performance/PerfHost.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Performance/pla.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Performance/wmiApSrv.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Power.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/Power.txt -------------------------------------------------------------------------------- /SvcData/Core/ProtectedStorage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/ProtectedStorage.txt -------------------------------------------------------------------------------- /SvcData/Core/RPC/COMSysApp.txt: -------------------------------------------------------------------------------- 1 | # COM+ System Application 2 | -------------------------------------------------------------------------------- /SvcData/Core/RPC/DcomLaunch.txt: -------------------------------------------------------------------------------- 1 | # DCOM Server Process Launcher 2 | CRITICAL: Most of the OS won't work. -------------------------------------------------------------------------------- /SvcData/Core/RPC/EventSystem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/RPC/EventSystem.txt -------------------------------------------------------------------------------- /SvcData/Core/RPC/RpcEptMapper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/RPC/RpcEptMapper.txt -------------------------------------------------------------------------------- /SvcData/Core/RPC/RpcLocator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/RPC/RpcLocator.txt -------------------------------------------------------------------------------- /SvcData/Core/RPC/RpcSs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/RPC/RpcSs.txt -------------------------------------------------------------------------------- /SvcData/Core/RPC/SENS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/RPC/SENS.txt -------------------------------------------------------------------------------- /SvcData/Core/RPC/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/RPC/readme -------------------------------------------------------------------------------- /SvcData/Core/SamSs.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Schedule.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Security/CryptSvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Security/KeyIso.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Security/NgcCtnrSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/Security/NgcCtnrSvc.txt -------------------------------------------------------------------------------- /SvcData/Core/Security/NgcSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/Security/NgcSvc.txt -------------------------------------------------------------------------------- /SvcData/Core/Security/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/Security/readme -------------------------------------------------------------------------------- /SvcData/Core/SysMain.txt: -------------------------------------------------------------------------------- 1 | # Superfetch 2 | -------------------------------------------------------------------------------- /SvcData/Core/TBS.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/Themes.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/TrkWks.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/UxSms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/UxSms.txt -------------------------------------------------------------------------------- /SvcData/Core/VaultSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Core/VaultSvc.txt -------------------------------------------------------------------------------- /SvcData/Core/Winmgmt.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Core/vds.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Defender/AppIDSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Defender/AppIDSvc.txt -------------------------------------------------------------------------------- /SvcData/Defender/BFE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Defender/BFE.txt -------------------------------------------------------------------------------- /SvcData/Defender/MpsSvc.txt: -------------------------------------------------------------------------------- 1 | # Windows Firewall 2 | -------------------------------------------------------------------------------- /SvcData/Defender/Sense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Defender/Sense.txt -------------------------------------------------------------------------------- /SvcData/Defender/WPCSvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Defender/WdNisSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Defender/WdNisSvc.txt -------------------------------------------------------------------------------- /SvcData/Defender/WinDefend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Defender/WinDefend.txt -------------------------------------------------------------------------------- /SvcData/Defender/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Defender/readme -------------------------------------------------------------------------------- /SvcData/Defender/wscsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Defender/wscsvc.txt -------------------------------------------------------------------------------- /SvcData/Development/IpOverUsbSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Development/IpOverUsbSvc.txt -------------------------------------------------------------------------------- /SvcData/Development/MDM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Development/MDM.txt -------------------------------------------------------------------------------- /SvcData/Development/Te.Service.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Development/Te.Service.txt -------------------------------------------------------------------------------- /SvcData/Development/VsEtwService120.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Development/fussvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Development/fussvc.txt -------------------------------------------------------------------------------- /SvcData/Diagnostics/Compability/AeLookupSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Diagnostics/Compability/AeLookupSvc.txt -------------------------------------------------------------------------------- /SvcData/Diagnostics/Compability/PcaSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Diagnostics/Compability/PcaSvc.txt -------------------------------------------------------------------------------- /SvcData/Diagnostics/Compability/UI0Detect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Diagnostics/Compability/UI0Detect.txt -------------------------------------------------------------------------------- /SvcData/Diagnostics/DPS.txt: -------------------------------------------------------------------------------- 1 | # Diagnostics Policy Service -------------------------------------------------------------------------------- /SvcData/Diagnostics/DcpSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Diagnostics/DcpSvc.txt -------------------------------------------------------------------------------- /SvcData/Diagnostics/DiagTrack.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Diagnostics/WdiServiceHost.txt: -------------------------------------------------------------------------------- 1 | # Diagnostic Service Host 2 | -------------------------------------------------------------------------------- /SvcData/Diagnostics/WdiSystemHost.txt: -------------------------------------------------------------------------------- 1 | # Diagnostic System Host 2 | -------------------------------------------------------------------------------- /SvcData/Diagnostics/WerSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Diagnostics/WerSvc.txt -------------------------------------------------------------------------------- /SvcData/Diagnostics/diagnosticshub.standardcollector.service.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Diagnostics/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Diagnostics/readme -------------------------------------------------------------------------------- /SvcData/Diagnostics/wercplsupport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Diagnostics/wercplsupport.txt -------------------------------------------------------------------------------- /SvcData/Diagnostics/wisvc.txt: -------------------------------------------------------------------------------- 1 | # Windows Insider Service 2 | Purpose unclear, but obviously feedback-related. -------------------------------------------------------------------------------- /SvcData/Enterprise/AppMgmt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/AppMgmt.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/AxInstSV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/AxInstSV.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/DmEnrollmentSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/DmEnrollmentSvc.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/EntAppSvc.txt: -------------------------------------------------------------------------------- 1 | # Enterprise App Management Service -------------------------------------------------------------------------------- /SvcData/Enterprise/Netlogon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/Netlogon.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/StorSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/StorSvc.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/WPDBusEnum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/WPDBusEnum.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/dmwappushservice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/dmwappushservice.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/gpsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/gpsvc.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/hkmsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/hkmsvc.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/napagent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/napagent.txt -------------------------------------------------------------------------------- /SvcData/Enterprise/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Enterprise/readme -------------------------------------------------------------------------------- /SvcData/Hardware/Bluetooth/BthHFSrv.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/Bluetooth/bthserv.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/DeviceAssociationService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/DeviceAssociationService.txt -------------------------------------------------------------------------------- /SvcData/Hardware/DeviceInstall.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/DsmSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/DsmSvc.txt -------------------------------------------------------------------------------- /SvcData/Hardware/Fax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/Fax.txt -------------------------------------------------------------------------------- /SvcData/Hardware/Mobile/PhoneSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/Mobile/PhoneSvc.txt -------------------------------------------------------------------------------- /SvcData/Hardware/Mobile/RmSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/Mobile/RmSvc.txt -------------------------------------------------------------------------------- /SvcData/Hardware/PlugPlay.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/PlugPlay.txt -------------------------------------------------------------------------------- /SvcData/Hardware/Printers/PrintNotify.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/Printers/Spooler.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/Sensors/SensorDataService.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/Sensors/SensorService.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/Sensors/SensrSvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/ShellHWDetection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/ShellHWDetection.txt -------------------------------------------------------------------------------- /SvcData/Hardware/Smartcards/CertPropSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/Smartcards/CertPropSvc.txt -------------------------------------------------------------------------------- /SvcData/Hardware/Smartcards/SCPolicySvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/Smartcards/SCardSvr.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/Smartcards/ScDeviceEnum.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/TabletInputService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/TabletInputService.txt -------------------------------------------------------------------------------- /SvcData/Hardware/WbioSrvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/WcsPlugInService.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Hardware/WiaRpc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/WiaRpc.txt -------------------------------------------------------------------------------- /SvcData/Hardware/hidserv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/hidserv.txt -------------------------------------------------------------------------------- /SvcData/Hardware/irmon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/irmon.txt -------------------------------------------------------------------------------- /SvcData/Hardware/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/readme -------------------------------------------------------------------------------- /SvcData/Hardware/stisvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Hardware/stisvc.txt -------------------------------------------------------------------------------- /SvcData/Hardware/wudfsvc.txt: -------------------------------------------------------------------------------- 1 | # Windows User-Mode Driver Framework 2 | Can't be stopped once it's started. 3 | 4 | -------------------------------------------------------------------------------- /SvcData/HyperV/HvHost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/HvHost.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmicguestinterface.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmicguestinterface.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmicheartbeat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmicheartbeat.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmickvpexchange.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmickvpexchange.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmicrdv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmicrdv.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmicshutdown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmicshutdown.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmictimesync.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmictimesync.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmicvmsession.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmicvmsession.txt -------------------------------------------------------------------------------- /SvcData/HyperV/vmicvss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/HyperV/vmicvss.txt -------------------------------------------------------------------------------- /SvcData/IIS/AppHostSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/IIS/AppHostSvc.txt -------------------------------------------------------------------------------- /SvcData/IIS/IISADMIN.txt: -------------------------------------------------------------------------------- 1 | # IIS Admin Service 2 | Often missing from home systems. -------------------------------------------------------------------------------- /SvcData/IIS/WMSvc.txt: -------------------------------------------------------------------------------- 1 | # IIS Web Management Service -------------------------------------------------------------------------------- /SvcData/IIS/w3logsvc.txt: -------------------------------------------------------------------------------- 1 | # W3C logging service 2 | -------------------------------------------------------------------------------- /SvcData/Indexing/CISVC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Indexing/CISVC.txt -------------------------------------------------------------------------------- /SvcData/Indexing/WSearch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Indexing/WSearch.txt -------------------------------------------------------------------------------- /SvcData/Kiosk/RetailDemo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Kiosk/RetailDemo.txt -------------------------------------------------------------------------------- /SvcData/Kiosk/embeddedmode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Kiosk/embeddedmode.txt -------------------------------------------------------------------------------- /SvcData/Kiosk/shpamsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Kiosk/shpamsvc.txt -------------------------------------------------------------------------------- /SvcData/Licensing/ClipSvc.lnk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Licensing/LicenseManager.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Licensing/WatAdminSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Licensing/WatAdminSvc.txt -------------------------------------------------------------------------------- /SvcData/Licensing/sppsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Licensing/sppsvc.txt -------------------------------------------------------------------------------- /SvcData/Licensing/sppuinotify.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Licensing/sppuinotify.txt -------------------------------------------------------------------------------- /SvcData/Logon/AppInfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/AppInfo.txt -------------------------------------------------------------------------------- /SvcData/Logon/AppReadiness.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/AppReadiness.txt -------------------------------------------------------------------------------- /SvcData/Logon/LSM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/LSM.txt -------------------------------------------------------------------------------- /SvcData/Logon/ProfSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/ProfSvc.txt -------------------------------------------------------------------------------- /SvcData/Logon/SENS.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/SENS.lnk -------------------------------------------------------------------------------- /SvcData/Logon/Terminal Services/SessionEnv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/Terminal Services/SessionEnv.txt -------------------------------------------------------------------------------- /SvcData/Logon/Terminal Services/TermService.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Logon/Terminal Services/UmRdpService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/Terminal Services/UmRdpService.txt -------------------------------------------------------------------------------- /SvcData/Logon/UserManager.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/UserManager.txt -------------------------------------------------------------------------------- /SvcData/Logon/seclogon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Logon/seclogon.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/SDRSVC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/SDRSVC.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/VSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/VSS.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/W32Time.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/W32Time.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/defragsvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Maintenance/fhsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/fhsvc.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/readme -------------------------------------------------------------------------------- /SvcData/Maintenance/svsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/svsvc.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/swprv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/swprv.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/tzautoupdate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/tzautoupdate.txt -------------------------------------------------------------------------------- /SvcData/Maintenance/wbengine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Maintenance/wbengine.txt -------------------------------------------------------------------------------- /SvcData/Multimedia/AudioEndpointBuilder.txt: -------------------------------------------------------------------------------- 1 | # Windows Audio Endpoint Builder -------------------------------------------------------------------------------- /SvcData/Multimedia/Audiosrv.txt: -------------------------------------------------------------------------------- 1 | # Windows Audio -------------------------------------------------------------------------------- /SvcData/Multimedia/MMCSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Multimedia/MMCSS.txt -------------------------------------------------------------------------------- /SvcData/Multimedia/Mcx2Svc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Multimedia/Mcx2Svc.txt -------------------------------------------------------------------------------- /SvcData/Multimedia/THREADORDER.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Multimedia/THREADORDER.txt -------------------------------------------------------------------------------- /SvcData/Multimedia/WMPNetworkSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Multimedia/WMPNetworkSvc.txt -------------------------------------------------------------------------------- /SvcData/Multimedia/ehRecvr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Multimedia/ehRecvr.txt -------------------------------------------------------------------------------- /SvcData/Multimedia/ehSched.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Multimedia/ehSched.txt -------------------------------------------------------------------------------- /SvcData/Multimedia/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Multimedia/readme -------------------------------------------------------------------------------- /SvcData/NET/FontCache3.0.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/NET/FontCache3.0.0.0.txt -------------------------------------------------------------------------------- /SvcData/NET/aspnet_state.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/NET/clr_optimization_v2.0.50727_32.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/NET/clr_optimization_v2.0.50727_64.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/NET/clr_optimization_v4.0.30319_32.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/NET/clr_optimization_v4.0.30319_64.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/NET/idsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/NET/idsvc.txt -------------------------------------------------------------------------------- /SvcData/NET/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/NET/readme -------------------------------------------------------------------------------- /SvcData/Networking/AJRouter.txt: -------------------------------------------------------------------------------- 1 | # AllJoyn Router Service -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/NcaSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/NcaSvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/NlaSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/NlaSvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/Wcmsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/Wcmsvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/WinHttpAutoProxySvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/WinHttpAutoProxySvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/iphlpsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/iphlpsvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/netman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/netman.txt -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/netprofm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/netprofm.txt -------------------------------------------------------------------------------- /SvcData/Networking/Connectivity/nsi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Connectivity/nsi.txt -------------------------------------------------------------------------------- /SvcData/Networking/Dhcp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Dhcp.txt -------------------------------------------------------------------------------- /SvcData/Networking/Distributed Access/CscService.txt: -------------------------------------------------------------------------------- 1 | # Offline files -------------------------------------------------------------------------------- /SvcData/Networking/Distributed Access/PeerDistSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Distributed Access/PeerDistSvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Dnscache.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Networking/EapHost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/EapHost.txt -------------------------------------------------------------------------------- /SvcData/Networking/HomeGroup/HomeGroupListener.txt: -------------------------------------------------------------------------------- 1 | # Home Group Listener Service 2 | -------------------------------------------------------------------------------- /SvcData/Networking/HomeGroup/HomeGroupProvider.txt: -------------------------------------------------------------------------------- 1 | # Home Group Provider Service -------------------------------------------------------------------------------- /SvcData/Networking/ICS/ALG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/ICS/ALG.txt -------------------------------------------------------------------------------- /SvcData/Networking/ICS/SharedAccess.txt: -------------------------------------------------------------------------------- 1 | # Internet connection sharing -------------------------------------------------------------------------------- /SvcData/Networking/ICS/icssvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/ICS/icssvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/IKEEXT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/IKEEXT.txt -------------------------------------------------------------------------------- /SvcData/Networking/MSMQ/MSMQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/MSMQ/MSMQ.txt -------------------------------------------------------------------------------- /SvcData/Networking/MSMQ/MSMQTriggers.txt: -------------------------------------------------------------------------------- 1 | # Message Queuing Triggers -------------------------------------------------------------------------------- /SvcData/Networking/MSMQ/NetMsmqActivator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/MSMQ/NetMsmqActivator.txt -------------------------------------------------------------------------------- /SvcData/Networking/MSMQ/NetPipeActivator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/MSMQ/NetPipeActivator.txt -------------------------------------------------------------------------------- /SvcData/Networking/MSMQ/NetTcpActivator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/MSMQ/NetTcpActivator.txt -------------------------------------------------------------------------------- /SvcData/Networking/MSMQ/NetTcpPortSharing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/MSMQ/NetTcpPortSharing.txt -------------------------------------------------------------------------------- /SvcData/Networking/MSMQ/WAS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/MSMQ/WAS.txt -------------------------------------------------------------------------------- /SvcData/Networking/Mobile/SmsRouter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Mobile/SmsRouter.txt -------------------------------------------------------------------------------- /SvcData/Networking/NetSetupSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/NetSetupSvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/NfsClnt.txt: -------------------------------------------------------------------------------- 1 | Client for NFS 2 | 3 | Often missing on home systems. -------------------------------------------------------------------------------- /SvcData/Networking/P2Psvc/PNRPAutoReg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/P2Psvc/PNRPAutoReg.txt -------------------------------------------------------------------------------- /SvcData/Networking/P2Psvc/PNRPsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/P2Psvc/PNRPsvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/P2Psvc/p2pimsvc.txt: -------------------------------------------------------------------------------- 1 | # Peer Networking Identity Manager -------------------------------------------------------------------------------- /SvcData/Networking/P2Psvc/p2psvc.txt: -------------------------------------------------------------------------------- 1 | # Peer Networking Grouping -------------------------------------------------------------------------------- /SvcData/Networking/PolicyAgent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/PolicyAgent.txt -------------------------------------------------------------------------------- /SvcData/Networking/QWAVE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/QWAVE.txt -------------------------------------------------------------------------------- /SvcData/Networking/RemoteAccess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/RemoteAccess.txt -------------------------------------------------------------------------------- /SvcData/Networking/SNMP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/SNMP.txt -------------------------------------------------------------------------------- /SvcData/Networking/SNMPTrap.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Networking/Samba/Browser.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Samba/Browser.txt -------------------------------------------------------------------------------- /SvcData/Networking/Samba/LanmanServer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Samba/LanmanServer.txt -------------------------------------------------------------------------------- /SvcData/Networking/Samba/LanmanWorkstation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Samba/LanmanWorkstation.txt -------------------------------------------------------------------------------- /SvcData/Networking/Samba/lmhosts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Samba/lmhosts.txt -------------------------------------------------------------------------------- /SvcData/Networking/Samba/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Samba/readme -------------------------------------------------------------------------------- /SvcData/Networking/Services/RemoteRegistry.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Networking/Services/ftpsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Services/ftpsvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Services/simtcp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Services/simtcp.txt -------------------------------------------------------------------------------- /SvcData/Networking/Telephony/RasAuto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Telephony/RasAuto.txt -------------------------------------------------------------------------------- /SvcData/Networking/Telephony/RasMan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Telephony/RasMan.txt -------------------------------------------------------------------------------- /SvcData/Networking/Telephony/SstpSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Telephony/SstpSvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/Telephony/TapiSrv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Telephony/TapiSrv.txt -------------------------------------------------------------------------------- /SvcData/Networking/Telephony/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/Telephony/readme -------------------------------------------------------------------------------- /SvcData/Networking/UPNP/FDResPub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/UPNP/FDResPub.txt -------------------------------------------------------------------------------- /SvcData/Networking/UPNP/IPBusEnum.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Networking/UPNP/SSDPSRV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/UPNP/SSDPSRV.txt -------------------------------------------------------------------------------- /SvcData/Networking/UPNP/fdPHost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/UPNP/fdPHost.txt -------------------------------------------------------------------------------- /SvcData/Networking/UPNP/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/UPNP/readme -------------------------------------------------------------------------------- /SvcData/Networking/UPNP/upnphost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/UPNP/upnphost.txt -------------------------------------------------------------------------------- /SvcData/Networking/WebClient.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/WebClient.txt -------------------------------------------------------------------------------- /SvcData/Networking/WinRM.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SvcData/Networking/WlanSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/WlanSvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/WwanSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/WwanSvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/dot3svc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/dot3svc.txt -------------------------------------------------------------------------------- /SvcData/Networking/lltdsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Networking/lltdsvc.txt -------------------------------------------------------------------------------- /SvcData/Networking/wcncsvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/AdobeFlashPlayerUpdateSvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/CTAudSvcService.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/DirMngr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/DirMngr.txt -------------------------------------------------------------------------------- /SvcData/Third Party/FLEXnet Licensing Service.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/FLEXnet Licensing Service.txt -------------------------------------------------------------------------------- /SvcData/Third Party/HPSIService.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/Hardware/Net Driver HPZ12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Hardware/Net Driver HPZ12.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Hardware/Pml Driver HPZ12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Hardware/Pml Driver HPZ12.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Hardware/Stereo Service.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Hardware/Stereo Service.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Hardware/UMVPFSrv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Hardware/UMVPFSrv.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Hardware/VIAKaraokeService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Hardware/VIAKaraokeService.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Hardware/nvUpdatusService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Hardware/nvUpdatusService.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Hardware/nvsvc.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /SvcData/Third Party/IAStorDataMgrSvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/IDriverT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/IDriverT.txt -------------------------------------------------------------------------------- /SvcData/Third Party/ImDskSvc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/MySQL.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/Office/ose.txt: -------------------------------------------------------------------------------- 1 | # ose (Office Source Engine) 2 | -------------------------------------------------------------------------------- /SvcData/Third Party/Office/ose64.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/Office/osppsvc.txt: -------------------------------------------------------------------------------- 1 | # osppsvc (Office Software Protection Platform) 2 | -------------------------------------------------------------------------------- /SvcData/Third Party/PSEXESVC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/PSEXESVC.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Samsung UPD Service2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/SkypeUpdate.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/Steam Client Service.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/TeamViewer.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/TeamViewer7.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/VPNManager.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/WsAppService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/WsAppService.txt -------------------------------------------------------------------------------- /SvcData/Third Party/WsDrvInst.txt: -------------------------------------------------------------------------------- 1 | WsDrvInst (Wondershare Driver Install Service) -------------------------------------------------------------------------------- /SvcData/Third Party/Xbox Live/CDPSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Xbox Live/CDPSvc.txt -------------------------------------------------------------------------------- /SvcData/Third Party/Xbox Live/XblAuthManager.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/Xbox Live/XblGameSave.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/Xbox Live/XboxNetApiSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Third Party/Xbox Live/XboxNetApiSvc.txt -------------------------------------------------------------------------------- /SvcData/Third Party/dbupdate.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/dbupdatem.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/gupdate.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/gupdatem.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Third Party/rpcapd.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/UevAgentService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/UevAgentService.txt -------------------------------------------------------------------------------- /SvcData/VMWare/VGAuthService.txt: -------------------------------------------------------------------------------- 1 | # VMware Alias Manager and Ticket Service 2 | -------------------------------------------------------------------------------- /SvcData/VMWare/VMAuthdService.txt: -------------------------------------------------------------------------------- 1 | # VMware Authorization Service -------------------------------------------------------------------------------- /SvcData/VMWare/VMTools.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/VMWare/VMUSBArbService.txt: -------------------------------------------------------------------------------- 1 | # VMware USB Arbitration Service -------------------------------------------------------------------------------- /SvcData/VMWare/VMnetDHCP.txt: -------------------------------------------------------------------------------- 1 | # VMware DHCP Service -------------------------------------------------------------------------------- /SvcData/VMWare/VMware NAT Service.txt: -------------------------------------------------------------------------------- 1 | # VMware NAT Service -------------------------------------------------------------------------------- /SvcData/VMWare/VMware Physical Disk Helper Service.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/VMWare/VMwareHostd.txt: -------------------------------------------------------------------------------- 1 | # VMware Workstation Server -------------------------------------------------------------------------------- /SvcData/VMWare/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/VMWare/readme -------------------------------------------------------------------------------- /SvcData/VMWare/vmvss.txt: -------------------------------------------------------------------------------- 1 | # VMWare Snapshot Provider -------------------------------------------------------------------------------- /SvcData/WinRT/AppXSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/AppXSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/BrokerInfrastructure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/BrokerInfrastructure.txt -------------------------------------------------------------------------------- /SvcData/WinRT/CDPUserSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/CDPUserSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/ClipSVC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/ClipSVC.txt -------------------------------------------------------------------------------- /SvcData/WinRT/CoreMessagingRegistrar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/CoreMessagingRegistrar.txt -------------------------------------------------------------------------------- /SvcData/WinRT/DevQueryBroker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/DevQueryBroker.txt -------------------------------------------------------------------------------- /SvcData/WinRT/DsSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/DsSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/MessagingService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/MessagingService.txt -------------------------------------------------------------------------------- /SvcData/WinRT/NcbService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/NcbService.txt -------------------------------------------------------------------------------- /SvcData/WinRT/OneSyncSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/OneSyncSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/PimIndexMaintenanceSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/PimIndexMaintenanceSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/StateRepository.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/StateRepository.txt -------------------------------------------------------------------------------- /SvcData/WinRT/SystemEventsBroker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/SystemEventsBroker.txt -------------------------------------------------------------------------------- /SvcData/WinRT/TimeBrokerSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/TimeBrokerSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/UnistoreSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/UnistoreSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/UserDataSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/UserDataSvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/WSService.txt: -------------------------------------------------------------------------------- 1 | # Windows Store Service 2 | -------------------------------------------------------------------------------- /SvcData/WinRT/WpnService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/WpnService.txt -------------------------------------------------------------------------------- /SvcData/WinRT/WpnUserService.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/WpnUserService.txt -------------------------------------------------------------------------------- /SvcData/WinRT/tiledatamodelsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/tiledatamodelsvc.txt -------------------------------------------------------------------------------- /SvcData/WinRT/wlidsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/WinRT/wlidsvc.txt -------------------------------------------------------------------------------- /SvcData/Windows Update/AppMgmt.lnk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Windows Update/AppReadiness.lnk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Windows Update/BITS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Windows Update/BITS.txt -------------------------------------------------------------------------------- /SvcData/Windows Update/DsmSvc.lnk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Windows Update/InstallService.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SvcData/Windows Update/TrustedInstaller.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Windows Update/TrustedInstaller.txt -------------------------------------------------------------------------------- /SvcData/Windows Update/UsoSvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Windows Update/UsoSvc.txt -------------------------------------------------------------------------------- /SvcData/Windows Update/dosvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Windows Update/dosvc.txt -------------------------------------------------------------------------------- /SvcData/Windows Update/msiserver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Windows Update/msiserver.txt -------------------------------------------------------------------------------- /SvcData/Windows Update/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Windows Update/readme -------------------------------------------------------------------------------- /SvcData/Windows Update/wuauserv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/Windows Update/wuauserv.txt -------------------------------------------------------------------------------- /SvcData/cbdhsvc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/SvcData/cbdhsvc.txt -------------------------------------------------------------------------------- /WnfStateNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/WnfStateNames.txt -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/himselfv/viper/HEAD/readme.md --------------------------------------------------------------------------------