文章目录

  • FindWin10Old32ExE

FindWin10Old32ExE

import os
import pefileexe_exception = open("exe_exception", "a")
exe_32 = open("exe_32", "a")for root, dirs, files in os.walk(r"C:\\Windows"):for file in files:#print(root)fullname = os.path.join(root, file)name, suffix= os.path.splitext(fullname.lower())if ".exe" == suffix:try:pe = pefile.PE(fullname)except:exe_exception.write(fullname+"\n")continueif pe.FILE_HEADER.Machine == 0x14c:print(fullname)exe_32.write(fullname+"\n")exe_exception.close()
exe_32.close()
import pefile
exe_32 = open("exe_32", "r")
pelist = []for path in exe_32.readlines():try:pe = pefile.PE(path.strip())pelist.append((pe.FILE_HEADER.TimeDateStamp, path.strip()))except:continuedef take_second(elem):return elem[0]pelist.sort(key=take_second)exe_32_sort = open("exe_32.sort", "w")
for item in pelist:exe_32_sort.write(("%x---%s\n" % (item[0], item[1])))exe_32_sort.close()
6ac5ce---C:\\Windows\SysWOW64\verifiergui.exe
6ac5ce---C:\\Windows\WinSxS\wow64_microsoft-windows-driververifier_31bf3856ad364e35_10.0.19041.1_none_7ab192ed7079aec0\verifiergui.exe
10f5be9---C:\\Windows\SysWOW64\mobsync.exe
10f5be9---C:\\Windows\WinSxS\wow64_microsoft-windows-mobsyncexe_31bf3856ad364e35_10.0.19041.1_none_af96916428136673\mobsync.exe
14a25a2---C:\\Windows\SysWOW64\Register-CimProvider.exe
14a25a2---C:\\Windows\WinSxS\wow64_microsoft-windows-w..ter-cimprovider-exe_31bf3856ad364e35_10.0.19041.1_none_238f55dfbfb45941\Register-CimProvider.exe
2062489---C:\\Windows\SysWOW64\notepad.exe
2062489---C:\\Windows\WinSxS\wow64_microsoft-windows-notepad_31bf3856ad364e35_10.0.19041.1_none_2f60455143be03e9\notepad.exe
2a48164---C:\\Windows\SysWOW64\regsvr32.exe
2a48164---C:\\Windows\WinSxS\wow64_microsoft-windows-regsvr32_31bf3856ad364e35_10.0.19041.1_none_389cd5270341e0a8\regsvr32.exe
3a49928---C:\\Windows\SysWOW64\ttdinject.exe
3a49928---C:\\Windows\WinSxS\wow64_microsoft-windows-t..eldebugger-recorder_31bf3856ad364e35_10.0.19041.746_none_4cb1ff2aa122b5dd\ttdinject.exe
3f0e21d---C:\\Windows\SysWOW64\Dism.exe
3f0e21d---C:\\Windows\WinSxS\wow64_microsoft-windows-d..ervicing-management_31bf3856ad364e35_10.0.19041.746_none_46f79836a0dc7206\Dism.exe
434039e---C:\\Windows\SysWOW64\explorer.exe
434039e---C:\\Windows\WinSxS\wow64_microsoft-windows-explorer_31bf3856ad364e35_10.0.19041.867_none_39edfe890cfbc3df\explorer.exe
59f92e0---C:\\Windows\SysWOW64\fontdrvhost.exe
59f92e0---C:\\Windows\WinSxS\wow64_microsoft-windows-gdi_31bf3856ad364e35_10.0.19041.804_none_924a4e98ed97bec1\fontdrvhost.exe
6146631---C:\\Windows\SysWOW64\ipconfig.exe
6146631---C:\\Windows\WinSxS\wow64_microsoft-windows-ipconfig_31bf3856ad364e35_10.0.19041.1_none_0c7fa8d5ebaceac7\ipconfig.exe
6b09f44---C:\\Windows\SysWOW64\isoburn.exe
6b09f44---C:\\Windows\WinSxS\x86_microsoft-windows-isoburn_31bf3856ad364e35_10.0.19041.746_none_680d56683fad152b\isoburn.exe
6bf7916---C:\\Windows\SysWOW64\SndVol.exe
6bf7916---C:\\Windows\WinSxS\wow64_microsoft-windows-audio-volumecontrol_31bf3856ad364e35_10.0.19041.746_none_ae7666859aaa0664\SndVol.exe
6d58a56---C:\\Windows\SysWOW64\at.exe
6d58a56---C:\\Windows\WinSxS\wow64_microsoft-windows-at_31bf3856ad364e35_10.0.19041.1_none_0d475c3f57a2ce2b\at.exe
752c02e---C:\\Windows\WinSxS\wow64_microsoft-windows-w..for-management-core_31bf3856ad364e35_10.0.19041.746_none_b2b36a7e4037d315\wsmprovhost.exe
78b9adf---C:\\Windows\SysWOW64\psr.exe
78b9adf---C:\\Windows\WinSxS\wow64_microsoft-windows-a..roblemstepsrecorder_31bf3856ad364e35_10.0.19041.1_none_9b3749021eb80b64\psr.exe
7df4ad8---C:\\Windows\SysWOW64\chkdsk.exe
7df4ad8---C:\\Windows\WinSxS\wow64_microsoft-windows-chkdsk_31bf3856ad364e35_10.0.19041.1_none_822c11b6606ec606\chkdsk.exe
820d42c---C:\\Windows\SysWOW64\bitsadmin.exe
820d42c---C:\\Windows\WinSxS\wow64_microsoft-windows-bits-bitsadmin_31bf3856ad364e35_10.0.19041.1_none_0d5748d7e02a5474\bitsadmin.exe
94862f5---C:\\Windows\SysWOW64\WinRTNetMUAHostServer.exe
94862f5---C:\\Windows\WinSxS\wow64_microsoft-windows-w..tnet-mua-hostserver_31bf3856ad364e35_10.0.19041.746_none_b93dce693a9c6db9\WinRTNetMUAHostServer.exe
949f426---C:\\Windows\SysWOW64\rasautou.exe
949f426---C:\\Windows\WinSxS\wow64_microsoft-windows-rasautodial_31bf3856ad364e35_10.0.19041.546_none_f827f008f8832bd5\rasautou.exe
cfbf61a---C:\\Windows\SysWOW64\comp.exe
cfbf61a---C:\\Windows\WinSxS\wow64_microsoft-windows-f..temcompareutilities_31bf3856ad364e35_10.0.19041.1_none_c10c5c59091a9a90\comp.exe
d51248c---C:\\Windows\SysWOW64\winrs.exe
d51248c---C:\\Windows\WinSxS\wow64_microsoft-windows-winrsplugins_31bf3856ad364e35_10.0.19041.1_none_d67c2e3d05659825\winrs.exe
d51248c---C:\\Windows\WinSxS\wow64_microsoft-windows-winrsplugins_31bf3856ad364e35_10.0.19041.844_none_fe826cd7c4d920e8\winrs.exe
e38cdb5---C:\\Windows\SysWOW64\msdt.exe
e38cdb5---C:\\Windows\WinSxS\wow64_microsoft-windows-msdt_31bf3856ad364e35_10.0.19041.1_none_65c819c8f144c1f4\msdt.exe
e53ab8b---C:\\Windows\SysWOW64\rasphone.exe
e53ab8b---C:\\Windows\WinSxS\wow64_microsoft-windows-rasclienttools_31bf3856ad364e35_10.0.19041.1_none_2f8c879e7c6f8b16\rasphone.exe
e702dc4---C:\\Windows\SysWOW64\waitfor.exe
e702dc4---C:\\Windows\WinSxS\wow64_microsoft-windows-waitfor_31bf3856ad364e35_10.0.19041.1_none_76ab6db74ef1e15e\waitfor.exe
e811f7f---C:\\Windows\SysWOW64\runas.exe
e811f7f---C:\\Windows\WinSxS\wow64_microsoft-windows-runas_31bf3856ad364e35_10.0.19041.1_none_202e011a312bab1d\runas.exe
eb245f4---C:\\Windows\WinSxS\wow64_microsoft-windows-eventlog-commandline_31bf3856ad364e35_10.0.19041.1_none_8119ed75508e4ffe\wevtutil.exe
f17aa3e---C:\\Windows\SysWOW64\net1.exe
f17aa3e---C:\\Windows\WinSxS\wow64_microsoft-windows-net1-command-line-tool_31bf3856ad364e35_10.0.19041.844_none_6f27e9e1e7c4fb87\net1.exe
10ab87c4---C:\\Windows\SysWOW64\autochk.exe
10ab87c4---C:\\Windows\WinSxS\wow64_microsoft-windows-autochk_31bf3856ad364e35_10.0.19041.804_none_ca6b236a54d28464\autochk.exe
126d9669---C:\\Windows\SysWOW64\quickassist.exe
126d9669---C:\\Windows\WinSxS\wow64_microsoft-windows-quickassist_31bf3856ad364e35_10.0.19041.746_none_e64ec19a01f2ecde\quickassist.exe
13b1ab1d---C:\\Windows\SysWOW64\LaunchWinApp.exe
13b1ab1d---C:\\Windows\WinSxS\wow64_microsoft-windows-twinui_31bf3856ad364e35_10.0.19041.844_none_5bf36e214c92fadb\LaunchWinApp.exe
14e8ca0d---C:\\Windows\SysWOW64\shutdown.exe
14e8ca0d---C:\\Windows\WinSxS\wow64_microsoft-windows-shutdown-event-tracker_31bf3856ad364e35_10.0.19041.1_none_c319cf869bb64064\shutdown.exe
1586c5f9---C:\\Windows\SysWOW64\SpatialAudioLicenseSrv.exe
1586c5f9---C:\\Windows\WinSxS\wow64_microsoft-windows-audio-audiocore_31bf3856ad364e35_10.0.19041.789_none_5ec57a7377ed8263\SpatialAudioLicenseSrv.exe
16414b10---C:\\Windows\WinSxS\wow64_microsoft-windows-d..andlinepropertytool_31bf3856ad364e35_10.0.19041.1_none_cb8306be5498a914\imjpuexc.exe
16780341---C:\\Windows\WinSxS\wow64_microsoft-windows-d..omerfeedbackmanager_31bf3856ad364e35_10.0.19041.1_none_9c79736d61efaf52\imecfmui.exe
1769eb23---C:\\Windows\SysWOW64\wbem\mofcomp.exe
1769eb23---C:\\Windows\WinSxS\wow64_microsoft-windows-wmi-core_31bf3856ad364e35_10.0.19041.844_none_a19ff985b2ca712c\mofcomp.exe
17c78a7d---C:\\Windows\SysWOW64\SystemUWPLauncher.exe
17c78a7d---C:\\Windows\WinSxS\wow64_microsoft-windows-a..l-systemuwplauncher_31bf3856ad364e35_10.0.19041.746_none_ed5986fc58f1b817\SystemUWPLauncher.exe
185b68f7---C:\\Windows\SysWOW64\WWAHost.exe
185b68f7---C:\\Windows\WinSxS\wow64_microsoft-windows-web-app-host_31bf3856ad364e35_10.0.19041.789_none_1ab57d24625888e6\WWAHost.exe
18c8c27b---C:\\Windows\SysWOW64\ROUTE.EXE
18c8c27b---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip-utility_31bf3856ad364e35_10.0.19041.1_none_f30cab80229c6b29\ROUTE.EXE
19b4bad6---C:\\Windows\SysWOW64\RMActivate_ssp_isv.exe
19b4bad6---C:\\Windows\WinSxS\wow64_microsoft-windows-s..ative-serverbox-isv_31bf3856ad364e35_10.0.19041.1_none_b55c875ed22d28bb\RMActivate_ssp_isv.exe
19ed157f---C:\\Windows\SysWOW64\recover.exe
19ed157f---C:\\Windows\WinSxS\wow64_microsoft-windows-recover_31bf3856ad364e35_10.0.19041.1_none_465905a4885947e8\recover.exe
1b3ebdb3---C:\\Windows\SysWOW64\TSTheme.exe
1b3ebdb3---C:\\Windows\WinSxS\wow64_microsoft-windows-terminalservices-theme_31bf3856ad364e35_10.0.19041.746_none_be3404fb0dff5d84\TSTheme.exe
1b42f174---C:\\Windows\SysWOW64\appidtel.exe
1b42f174---C:\\Windows\WinSxS\wow64_microsoft-windows-appidcore_31bf3856ad364e35_10.0.19041.546_none_171ecae34994f813\appidtel.exe
1cfbbd67---C:\\Windows\SysWOW64\xwizard.exe
1cfbbd67---C:\\Windows\WinSxS\wow64_microsoft-windows-xwizard-host-process_31bf3856ad364e35_10.0.19041.1_none_1939c8a90c4232f6\xwizard.exe
1d384eb6---C:\\Windows\SysWOW64\ctfmon.exe
1d384eb6---C:\\Windows\WinSxS\wow64_microsoft-windows-t..cesframework-ctfmon_31bf3856ad364e35_10.0.19041.1_none_5d7644a9644fd29d\ctfmon.exe
1d91f38d---C:\\Windows\SysWOW64\sdchange.exe
1d91f38d---C:\\Windows\WinSxS\wow64_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_10.0.19041.746_none_1fa60c4a9515d507\sdchange.exe
1e3ebce4---C:\\Windows\SysWOW64\takeown.exe
1e3ebce4---C:\\Windows\WinSxS\wow64_microsoft-windows-takeown_31bf3856ad364e35_10.0.19041.1_none_ba311d9fe95c6271\takeown.exe
1eab36f1---C:\\Windows\SysWOW64\mountvol.exe
1eab36f1---C:\\Windows\WinSxS\wow64_microsoft-windows-mountvol_31bf3856ad364e35_10.0.19041.1_none_729f314325319478\mountvol.exe
1ecef2eb---C:\\Windows\SysWOW64\CredentialUIBroker.exe
1ecef2eb---C:\\Windows\WinSxS\x86_microsoft-windows-a..cation-creduibroker_31bf3856ad364e35_10.0.19041.746_none_4c95cf26b3aa5907\CredentialUIBroker.exe
1ee3ae3b---C:\\Windows\SysWOW64\NETSTAT.EXE
1ee3ae3b---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip-utility_31bf3856ad364e35_10.0.19041.1_none_f30cab80229c6b29\NETSTAT.EXE
1f5213a0---C:\\Windows\SysWOW64\logman.exe
1f5213a0---C:\\Windows\WinSxS\wow64_microsoft-windows-p..ncetoolscommandline_31bf3856ad364e35_10.0.19041.546_none_49716c2392052aca\logman.exe
1fbf8e33---C:\\Windows\SysWOW64\mtstocom.exe
1fbf8e33---C:\\Windows\WinSxS\wow64_microsoft-windows-com-complus-setup_31bf3856ad364e35_10.0.19041.746_none_d1f5ce67827e350f\mtstocom.exe
22225238---C:\\Windows\SysWOW64\pcaui.exe
22225238---C:\\Windows\WinSxS\wow64_microsoft-windows-a..-experience-apphelp_31bf3856ad364e35_10.0.19041.1_none_4247919c34819e8e\pcaui.exe
23f56ab1---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.441_none_8b35096d6dc0d7cb\TiFileFetcher.exe
242fe832---C:\\Windows\SysWOW64\CloudNotifications.exe
242fe832---C:\\Windows\WinSxS\wow64_microsoft-windows-cloudnotifications_31bf3856ad364e35_10.0.19041.746_none_7a559100246cff2b\CloudNotifications.exe
24f77be9---C:\\Windows\SysWOW64\RMActivate.exe
24f77be9---C:\\Windows\WinSxS\wow64_microsoft-windows-s..sor-native-whitebox_31bf3856ad364e35_10.0.19041.1_none_613b273905366660\RMActivate.exe
250c6ff8---C:\\Windows\SysWOW64\IME\IMEJP\imjpuexc.exe
250c6ff8---C:\\Windows\WinSxS\wow64_microsoft-windows-d..andlinepropertytool_31bf3856ad364e35_10.0.19041.844_none_f3894559140c31d7\imjpuexc.exe
251a1888---C:\\Windows\SysWOW64\RpcPing.exe
251a1888---C:\\Windows\WinSxS\wow64_microsoft-windows-rpc-ping_31bf3856ad364e35_10.0.19041.1_none_5dffc5e61476cc4e\RpcPing.exe
25327c49---C:\\Windows\SysWOW64\provlaunch.exe
25327c49---C:\\Windows\WinSxS\wow64_microsoft-windows-provisioning-platform_31bf3856ad364e35_10.0.19041.746_none_52d675501722c73d\provlaunch.exe
25327c49---C:\\Windows\WinSxS\wow64_microsoft-windows-provisioning-platform_31bf3856ad364e35_10.0.19041.844_none_52d476a2172491b6\provlaunch.exe
254f48fb---C:\\Windows\WinSxS\wow64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_10.0.19041.804_none_587e52c2cfdab2ae\WerFault.exe
255abd58---C:\\Windows\SysWOW64\iexpress.exe
255abd58---C:\\Windows\WinSxS\x86_microsoft-windows-ie-iexpress_31bf3856ad364e35_11.0.19041.1_none_f23fc9b9908be4fc\iexpress.exe
25a0fff7---C:\\Windows\SysWOW64\Taskmgr.exe
25a0fff7---C:\\Windows\WinSxS\wow64_microsoft-windows-advancedtaskmanager_31bf3856ad364e35_10.0.19041.844_none_9732d1507eb1227f\Taskmgr.exe
25bdc288---C:\\Windows\SysWOW64\mmc.exe
25bdc288---C:\\Windows\WinSxS\wow64_microsoft-windows-m..-management-console_31bf3856ad364e35_10.0.19041.746_none_f7c1402f08d2457a\mmc.exe
25d5450e---C:\\Windows\SysWOW64\msiexec.exe
25d5450e---C:\\Windows\WinSxS\wow64_microsoft-windows-installer-executable_31bf3856ad364e35_10.0.19041.1_none_09c72ca259d82b1b\msiexec.exe
27d3a83c---C:\\Windows\WinSxS\wow64_microsoft-windows-mediaplayer-core_31bf3856ad364e35_10.0.19041.746_none_f3b7b83de249c055\wmplayer.exe
28c4c109---C:\\Windows\SysWOW64\regedt32.exe
28c4c109---C:\\Windows\WinSxS\wow64_microsoft-windows-registry-editor_31bf3856ad364e35_10.0.19041.746_none_dc7caa836f08ad57\regedt32.exe
2a1b4209---C:\\Windows\SysWOW64\ReAgentc.exe
2a1b4209---C:\\Windows\WinSxS\wow64_microsoft-windows-winre-recoverytools_31bf3856ad364e35_10.0.19041.746_none_bd9bc99304595128\ReAgentc.exe
2a326fba---C:\\Windows\SysWOW64\wermgr.exe
2a326fba---C:\\Windows\WinSxS\wow64_microsoft-windows-errorreportingcore_31bf3856ad364e35_10.0.19041.746_none_08c4a734991442a9\wermgr.exe
2b792309---C:\\Windows\SysWOW64\unlodctr.exe
2b792309---C:\\Windows\WinSxS\wow64_microsoft-windows-p..structureexecutable_31bf3856ad364e35_10.0.19041.1_none_b84e385529c68af9\unlodctr.exe
2c747db0---C:\\Windows\SysWOW64\wbem\WmiPrvSE.exe
2c747db0---C:\\Windows\WinSxS\wow64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_10.0.19041.546_none_f8b0afde1e951639\WmiPrvSE.exe
2cbedfda---C:\\Windows\SysWOW64\ntprint.exe
2cbedfda---C:\\Windows\WinSxS\wow64_microsoft-windows-p..randprintui-ntprint_31bf3856ad364e35_10.0.19041.746_none_d8516f5b109c3d64\ntprint.exe
2d5c8a4a---C:\\Windows\SysWOW64\bthudtask.exe
2d5c8a4a---C:\\Windows\WinSxS\wow64_microsoft-windows-bth-user_31bf3856ad364e35_10.0.19041.746_none_4d67350a685e1a3a\bthudtask.exe
2d7e0dfd---C:\\Windows\SysWOW64\dtdump.exe
2d7e0dfd---C:\\Windows\WinSxS\wow64_microsoft-windows-u..etry-client-wowonly_31bf3856ad364e35_10.0.19041.662_none_746c3bfaa509091f\dtdump.exe
2e5708b6---C:\\Windows\Boot\PCAT\memtest.exe
2e5708b6---C:\\Windows\WinSxS\wow64_microsoft-windows-b..re-memorydiagnostic_31bf3856ad364e35_10.0.19041.844_none_c08144da97cf2bf7\memtest.exe
2e7333a9---C:\\Windows\SysWOW64\tasklist.exe
2e7333a9---C:\\Windows\WinSxS\wow64_microsoft-windows-tasklist_31bf3856ad364e35_10.0.19041.1_none_e888ea072e0fed05\tasklist.exe
2e73bf00---C:\\Windows\SysWOW64\runonce.exe
2e73bf00---C:\\Windows\WinSxS\wow64_microsoft-windows-runonce_31bf3856ad364e35_10.0.19041.746_none_fe08c9bb5237f8c0\runonce.exe
2eb4b5e5---C:\\Windows\WinSxS\wow64_microsoft-windows-b..re-memorydiagnostic_31bf3856ad364e35_10.0.19041.423_none_c095dcd097bfe622\memtest.exe
2ed54455---C:\\Windows\SysWOW64\mfpmp.exe
2ed54455---C:\\Windows\WinSxS\wow64_microsoft-windows-mediafoundation_31bf3856ad364e35_10.0.19041.746_none_84ad245a9ff1b143\mfpmp.exe
302746b6---C:\\Windows\SysWOW64\SearchProtocolHost.exe
302746b6---C:\\Windows\WinSxS\wow64_windowssearchengine_31bf3856ad364e35_7.0.19041.844_none_962713d240fa8f79\SearchProtocolHost.exe
30c12eaf---C:\\Windows\SysWOW64\autofmt.exe
30c12eaf---C:\\Windows\WinSxS\wow64_microsoft-windows-autofmt_31bf3856ad364e35_10.0.19041.804_none_ce6b72fe523f794d\autofmt.exe
30f12f73---C:\\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
30f12f73---C:\\Windows\WinSxS\wow64_microsoft-windows-powershell-exe_31bf3856ad364e35_10.0.19041.546_none_5163f0069562aff6\powershell.exe
31a41fd8---C:\\Windows\SysWOW64\gpresult.exe
31a41fd8---C:\\Windows\WinSxS\wow64_microsoft-windows-g..policy-cmdlinetools_31bf3856ad364e35_10.0.19041.572_none_23927f666f403a6a\gpresult.exe
320173a1---C:\\Windows\SysWOW64\BackgroundTransferHost.exe
320173a1---C:\\Windows\WinSxS\wow64_microsoft-windows-n..kgroundtransferhost_31bf3856ad364e35_10.0.19041.746_none_76d2900542f0226c\BackgroundTransferHost.exe
321d6233---C:\\Windows\SysWOW64\DXCpl.exe
321d6233---C:\\Windows\WinSxS\wow64_microsoft-windows-directx-control-panel_31bf3856ad364e35_10.0.19041.1_none_b1eef62b237e5564\DXCpl.exe
32b1cbb6---C:\\Windows\SysWOW64\PkgMgr.exe
32b1cbb6---C:\\Windows\WinSxS\x86_microsoft-windows-packagemanager_31bf3856ad364e35_10.0.19041.1_none_46aa361bda445aec\PkgMgr.exe
33e59594---C:\\Windows\SysWOW64\InfDefaultInstall.exe
33e59594---C:\\Windows\WinSxS\wow64_microsoft-windows-infdefaultinstall_31bf3856ad364e35_10.0.19041.1_none_2cda3b956fcdb26f\InfDefaultInstall.exe
35309e43---C:\\Windows\SysWOW64\dvdplay.exe
35309e43---C:\\Windows\WinSxS\wow64_microsoft-windows-directshow-dvdplay_31bf3856ad364e35_10.0.19041.1_none_c1f3db00edc86845\dvdplay.exe
355463b6---C:\\Windows\SysWOW64\proquota.exe
355463b6---C:\\Windows\WinSxS\wow64_microsoft-windows-proquota_31bf3856ad364e35_10.0.19041.1_none_e80cafad6623705f\proquota.exe
363619c9---C:\\Windows\SysWOW64\InstallShield\_isdel.exe
363619c9---C:\\Windows\WinSxS\wow64_microsoft-windows-i..llshield-wow64-main_31bf3856ad364e35_10.0.19041.789_none_4c3e1054e9908575\_isdel.exe
363c14fd---C:\\Windows\SysWOW64\sfc.exe
363c14fd---C:\\Windows\WinSxS\wow64_microsoft-windows-wrp-integrity-client_31bf3856ad364e35_10.0.19041.1_none_eb848512bf047a3b\sfc.exe
3670c985---C:\\Windows\SysWOW64\HOSTNAME.EXE
3670c985---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip-utility_31bf3856ad364e35_10.0.19041.1_none_f30cab80229c6b29\HOSTNAME.EXE
3685cdb1---C:\\Windows\SysWOW64\setup16.exe
3685cdb1---C:\\Windows\WinSxS\wow64_microsoft-windows-wow64-legacy_31bf3856ad364e35_10.0.19041.423_none_d41ee35b66a0cf09\setup16.exe
36d89f5d---C:\\Windows\SysWOW64\newdev.exe
36d89f5d---C:\\Windows\WinSxS\wow64_microsoft-windows-newdev_31bf3856ad364e35_10.0.19041.662_none_f9aa9d8ce3ecf3d2\newdev.exe
36d89f5d---C:\\Windows\WinSxS\wow64_microsoft-windows-newdev_31bf3856ad364e35_10.0.19041.844_none_f9c241c4e3dae8ec\newdev.exe
37b59350---C:\\Windows\SysWOW64\help.exe
37b59350---C:\\Windows\WinSxS\wow64_microsoft-windows-commandlinehelp_31bf3856ad364e35_10.0.19041.1_none_9470ed79dcf5eade\help.exe
37bd4f28---C:\\Windows\SysWOW64\mspaint.exe
37bd4f28---C:\\Windows\WinSxS\wow64_microsoft-windows-mspaint_31bf3856ad364e35_10.0.19041.1_none_4e633e7ac2500190\mspaint.exe
38212609---C:\\Windows\SysWOW64\clip.exe
38212609---C:\\Windows\WinSxS\wow64_microsoft-windows-clip_31bf3856ad364e35_10.0.19041.1_none_682199f2efbfb806\clip.exe
38a89608---C:\\Windows\SysWOW64\InstallShield\setup.exe
38a89608---C:\\Windows\WinSxS\wow64_microsoft-windows-i..llshield-wow64-main_31bf3856ad364e35_10.0.19041.789_none_4c3e1054e9908575\setup.exe
39dcee74---C:\\Windows\SysWOW64\autoconv.exe
39dcee74---C:\\Windows\WinSxS\wow64_microsoft-windows-convert_31bf3856ad364e35_10.0.19041.804_none_854c80dc3b639574\autoconv.exe
3a1e5621---C:\\Windows\SysWOW64\wextract.exe
3a1e5621---C:\\Windows\WinSxS\x86_microsoft-windows-ie-iexpress_31bf3856ad364e35_11.0.19041.1_none_f23fc9b9908be4fc\wextract.exe
3b461a8d---C:\\Windows\SysWOW64\WerFaultSecure.exe
3b461a8d---C:\\Windows\WinSxS\wow64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_10.0.19041.804_none_587e52c2cfdab2ae\WerFaultSecure.exe
3b461a8d---C:\\Windows\WinSxS\wow64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_10.0.19041.867_none_58407418d008a659\WerFaultSecure.exe
3bb0fe36---C:\\Windows\WinSxS\wow64_microsoft-windows-twinui_31bf3856ad364e35_10.0.19041.746_none_5bf56ccf4c913062\LaunchWinApp.exe
3d4c3765---C:\\Windows\SysWOW64\makecab.exe
3d4c3765---C:\\Windows\WinSxS\wow64_microsoft-windows-makecab_31bf3856ad364e35_10.0.19041.207_none_d949ad80fc4d976e\makecab.exe
3dbe31f3---C:\\Windows\SysWOW64\AtBroker.exe
3dbe31f3---C:\\Windows\WinSxS\wow64_microsoft-windows-atbroker_31bf3856ad364e35_10.0.19041.789_none_b7c6661db1a2fa7d\AtBroker.exe
3ec3a21d---C:\\Windows\SysWOW64\svchost.exe
3ec3a21d---C:\\Windows\WinSxS\wow64_microsoft-windows-services-svchost_31bf3856ad364e35_10.0.19041.546_none_9e094af3987dca57\svchost.exe
3fa8717e---C:\\Windows\SysWOW64\gpupdate.exe
3fa8717e---C:\\Windows\WinSxS\wow64_microsoft-windows-g..policy-cmdlinetools_31bf3856ad364e35_10.0.19041.572_none_23927f666f403a6a\gpupdate.exe
4191acf7---C:\\Windows\WinSxS\wow64_microsoft-windows-wmi-core_31bf3856ad364e35_10.0.19041.746_none_a1a1f833b2c8a6b3\mofcomp.exe
42f3afb4---C:\\Windows\WinSxS\wow64_microsoft-windows-mediaplayer-autoplay_31bf3856ad364e35_10.0.19041.746_none_0348a5bcd32ac69d\wmlaunch.exe
4387c889---C:\\Windows\SysWOW64\odbcconf.exe
4387c889---C:\\Windows\WinSxS\x86_microsoft-windows-m..s-mdac-odbcconf-exe_31bf3856ad364e35_10.0.19041.1_none_67494c7cd91d4b47\odbcconf.exe
43f12805---C:\\Windows\SysWOW64\IME\IMEJP\IMJPDCT.EXE
43f12805---C:\\Windows\WinSxS\wow64_microsoft-windows-d..-japanese-utilities_31bf3856ad364e35_10.0.19041.1_none_ad76f6bb45d8f232\IMJPDCT.EXE
45a07a83---C:\\Windows\BitLockerDiscoveryVolumeContents\BitLockerToGo.exe
45a07a83---C:\\Windows\WinSxS\x86_microsoft-windows-s..ccessagent-binaries_31bf3856ad364e35_10.0.19041.1_none_3802d0d85b60df4c\BitLockerToGo.exe
45c49d77---C:\\Windows\SysWOW64\UserAccountBroker.exe
45c49d77---C:\\Windows\WinSxS\wow64_microsoft-windows-usercpl-usermgrbroker_31bf3856ad364e35_10.0.19041.746_none_fefa067e67e7af8b\UserAccountBroker.exe
45efcbe2---C:\\Windows\SysWOW64\SystemPropertiesHardware.exe
45efcbe2---C:\\Windows\WinSxS\wow64_microsoft-windows-s..mpropertieshardware_31bf3856ad364e35_10.0.19041.1_none_01403d15a6b8a2fe\SystemPropertiesHardware.exe
47437f6c---C:\\Windows\SysWOW64\diskperf.exe
47437f6c---C:\\Windows\WinSxS\wow64_microsoft-windows-p..ncetoolscommandline_31bf3856ad364e35_10.0.19041.546_none_49716c2392052aca\diskperf.exe
47ab7635---C:\\Windows\SysWOW64\find.exe
47ab7635---C:\\Windows\WinSxS\wow64_microsoft-windows-m..ommandlineutilities_31bf3856ad364e35_10.0.19041.1_none_3d62a57d3b12dcf1\find.exe
48057e4a---C:\\Windows\SysWOW64\wscadminui.exe
48057e4a---C:\\Windows\WinSxS\wow64_microsoft-windows-securitycenter-core_31bf3856ad364e35_10.0.19041.746_none_028e52d14548dd01\wscadminui.exe
48785d5b---C:\\Windows\SysWOW64\SearchIndexer.exe
48785d5b---C:\\Windows\WinSxS\wow64_windowssearchengine_31bf3856ad364e35_7.0.19041.844_none_962713d240fa8f79\SearchIndexer.exe
49cdcc4f---C:\\Windows\SysWOW64\fontview.exe
49cdcc4f---C:\\Windows\WinSxS\wow64_microsoft-windows-fontview_31bf3856ad364e35_10.0.19041.1_none_04a9c5158a354e7a\fontview.exe
4a116234---C:\\Windows\SysWOW64\TRACERT.EXE
4a116234---C:\\Windows\WinSxS\wow64_microsoft-windows-ping-utilities_31bf3856ad364e35_10.0.19041.1_none_69775cdd639910cb\TRACERT.EXE
4a3003a5---C:\\Windows\Installer\{9F08C75C-3518-4B8B-BD4B-5F9EDEEFE4E8}\ARPPRODUCTICON.exe
4a3003a5---C:\\Windows\Installer\{9F08C75C-3518-4B8B-BD4B-5F9EDEEFE4E8}\NewShortcut11_9B96954BC5A741EBA38089DC96765DF7.exe
4a3003a5---C:\\Windows\Installer\{9F08C75C-3518-4B8B-BD4B-5F9EDEEFE4E8}\NewShortcut1_ED1D3C45F58D4B71A480B78E23621FF9.exe
4a3003a5---C:\\Windows\Installer\{9F08C75C-3518-4B8B-BD4B-5F9EDEEFE4E8}\NewShortcut4_554A5A759C0047B0A7F18D8E3B609AA4.exe
4ab94835---C:\\Windows\SysWOW64\dialer.exe
4ab94835---C:\\Windows\WinSxS\wow64_microsoft-windows-tapicore_31bf3856ad364e35_10.0.19041.1_none_a47f90601a54e2cd\dialer.exe
4b2ec5b9---C:\\Windows\SysWOW64\regini.exe
4b2ec5b9---C:\\Windows\WinSxS\wow64_microsoft-windows-regini_31bf3856ad364e35_10.0.19041.1_none_cc9bf4448d8f2bf4\regini.exe
4b8521a9---C:\\Windows\SysWOW64\ARP.EXE
4b8521a9---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip-utility_31bf3856ad364e35_10.0.19041.1_none_f30cab80229c6b29\ARP.EXE
4b9365b6---C:\\Windows\SysWOW64\MuiUnattend.exe
4b9365b6---C:\\Windows\WinSxS\wow64_microsoft-windows-international-unattend_31bf3856ad364e35_10.0.19041.662_none_a84e148d80dd8eb1\MuiUnattend.exe
4cdeeb08---C:\\Windows\Installer\{32939827-D8E5-470A-B126-870DB3C69FDF}\python_icon.exe
4d73284c---C:\\Windows\SysWOW64\convert.exe
4d73284c---C:\\Windows\WinSxS\wow64_microsoft-windows-convert_31bf3856ad364e35_10.0.19041.804_none_854c80dc3b639574\convert.exe
4dbff7e3---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\nvsetup.exe
4ee342aa---C:\\Windows\SysWOW64\diskpart.exe
4ee342aa---C:\\Windows\WinSxS\wow64_microsoft-windows-diskpart_31bf3856ad364e35_10.0.19041.610_none_5140c69b290a0480\diskpart.exe
4eee8552---C:\\Windows\SysWOW64\cmmon32.exe
4eee8552---C:\\Windows\WinSxS\wow64_microsoft-windows-rasconnectionmanager_31bf3856ad364e35_10.0.19041.746_none_476e348ff3b593af\cmmon32.exe
4f04327b---C:\\Windows\SysWOW64\schtasks.exe
4f04327b---C:\\Windows\WinSxS\wow64_microsoft-windows-sctasks_31bf3856ad364e35_10.0.19041.662_none_7273c9cc489a369f\schtasks.exe
4f3d96cb---C:\\Windows\Microsoft.NET\Framework\NETFXSBS10.exe
4f3d96cb---C:\\Windows\WinSxS\x86_netfx-netfxsbs10_exe_31bf3856ad364e35_10.0.19041.1_none_9561617494f4801d\NETFXSBS10.exe
5053cb35---C:\\Windows\SysWOW64\Windows.WARP.JITService.exe
5053cb35---C:\\Windows\WinSxS\wow64_microsoft-windows-d..-warp-jitexecutable_31bf3856ad364e35_10.0.19041.1_none_8dffc6a8f5e8b160\Windows.WARP.JITService.exe
50e91b8a---C:\\Windows\SysWOW64\instnm.exe
50e91b8a---C:\\Windows\WinSxS\wow64_microsoft-windows-wow64-legacy_31bf3856ad364e35_10.0.19041.423_none_d41ee35b66a0cf09\instnm.exe
51b631fb---C:\\Windows\SysWOW64\icacls.exe
51b631fb---C:\\Windows\WinSxS\wow64_microsoft-windows-icacls_31bf3856ad364e35_10.0.19041.1_none_f2fa56e679b879d1\icacls.exe
5252f5ed---C:\\Windows\SysWOW64\wlanext.exe
5252f5ed---C:\\Windows\WinSxS\wow64_microsoft-windows-wlan-extension_31bf3856ad364e35_10.0.19041.1_none_ba28e703f717d172\wlanext.exe
52841bcd---C:\\Windows\SysWOW64\wsmprovhost.exe
52841bcd---C:\\Windows\WinSxS\wow64_microsoft-windows-w..for-management-core_31bf3856ad364e35_10.0.19041.844_none_b2b16bd040399d8e\wsmprovhost.exe
531f5d7d---C:\\Windows\WinSxS\wow64_microsoft-windows-net1-command-line-tool_31bf3856ad364e35_10.0.19041.546_none_6f29e4c3e7c336c0\net1.exe
5333c842---C:\\Windows\SysWOW64\TsWpfWrp.exe
5333c842---C:\\Windows\WinSxS\x86_wpf-terminalserverwpfwrapperexe_31bf3856ad364e35_10.0.19041.1_none_7e31b18ab29f9913\TsWpfWrp.exe
5333ec84---C:\\Windows\System32\TsWpfWrp.exe
5333ec84---C:\\Windows\WinSxS\amd64_wpf-terminalserverwpfwrapperexe_31bf3856ad364e35_10.0.19041.1_none_da504d0e6afd0a49\TsWpfWrp.exe
533a54f0---C:\\Windows\System32\MCU.exe
533a54f0---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\MCU.exe
53a6cbd2---C:\\Windows\SysWOW64\icsunattend.exe
53a6cbd2---C:\\Windows\WinSxS\wow64_microsoft-windows-sharedaccess_31bf3856ad364e35_10.0.19041.1_none_c513167c1d0a90dd\icsunattend.exe
552ccba2---C:\\Windows\SysWOW64\whoami.exe
552ccba2---C:\\Windows\WinSxS\wow64_microsoft-windows-whoami_31bf3856ad364e35_10.0.19041.1_none_8ec2362c55947137\whoami.exe
573f8e7c---C:\\Windows\SysWOW64\bootcfg.exe
573f8e7c---C:\\Windows\WinSxS\wow64_microsoft-windows-bootconfig_31bf3856ad364e35_10.0.19041.1_none_cc5c34dfee065cea\bootcfg.exe
57cfc420---C:\\Windows\SysWOW64\forfiles.exe
57cfc420---C:\\Windows\WinSxS\wow64_microsoft-windows-forfiles_31bf3856ad364e35_10.0.19041.1_none_15692775b14712c0\forfiles.exe
58100079---C:\\Windows\SysWOW64\hh.exe
58100079---C:\\Windows\WinSxS\wow64_microsoft-windows-htmlhelp_31bf3856ad364e35_10.0.19041.746_none_b0a3ebd117ec81d4\hh.exe
5894f544---C:\\Windows\SysWOW64\TpmTool.exe
5894f544---C:\\Windows\WinSxS\wow64_microsoft-windows-tpm-tool_31bf3856ad364e35_10.0.19041.1_none_be7f82b3c03af8b8\TpmTool.exe
58ca3409---C:\\Windows\SysWOW64\appverif.exe
59b42acc---C:\\Windows\SysWOW64\cttune.exe
59b42acc---C:\\Windows\WinSxS\wow64_microsoft-windows-cttune_31bf3856ad364e35_10.0.19041.1_none_73ca4447924360c1\cttune.exe
5a14b5b2---C:\\Windows\SysWOW64\GamePanel.exe
5a14b5b2---C:\\Windows\WinSxS\wow64_microsoft-xbox-gameoverlay_31bf3856ad364e35_10.0.19041.746_none_2703bed0ba809808\GamePanel.exe
5a50ea41---C:\\Windows\SysWOW64\PackagedCWALauncher.exe
5a50ea41---C:\\Windows\WinSxS\wow64_microsoft-windows-a..packagedcwalauncher_31bf3856ad364e35_10.0.19041.1_none_a37f8905d149f29b\PackagedCWALauncher.exe
5aa8e03c---C:\\Windows\SysWOW64\backgroundTaskHost.exe
5aa8e03c---C:\\Windows\WinSxS\wow64_microsoft-windows-b..nfrastructurebghost_31bf3856ad364e35_10.0.19041.546_none_5940d1a4fc4ad8f3\backgroundTaskHost.exe
5b75a83b---C:\\Windows\SysWOW64\mstsc.exe
5b75a83b---C:\\Windows\WinSxS\wow64_microsoft-windows-t..minalservicesclient_31bf3856ad364e35_10.0.19041.746_none_362a42b3b44796be\mstsc.exe
5b8901f3---C:\\Windows\SysWOW64\WerFault.exe
5b8901f3---C:\\Windows\WinSxS\wow64_microsoft-windows-errorreportingfaults_31bf3856ad364e35_10.0.19041.867_none_58407418d008a659\WerFault.exe
5bac1a01---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\cvtres.exe
5bac1a01---C:\\Windows\WinSxS\x86_netfx4-cvtres_exe_b03f5f7f11d50a3a_4.0.15805.0_none_9959f3c5e4eeac5f\cvtres.exe
5c54e297---C:\\Windows\SysWOW64\cipher.exe
5c54e297---C:\\Windows\WinSxS\wow64_microsoft-windows-cipher_31bf3856ad364e35_10.0.19041.1_none_6d5c373078d6ebb1\cipher.exe
5cbf8468---C:\\Windows\SysWOW64\OneDriveSetup.exe
5cbf8468---C:\\Windows\WinSxS\wow64_microsoft-windows-onedrive-setup_31bf3856ad364e35_10.0.19041.1_none_e585f901f9ce93e6\OneDriveSetup.exe
5d647516---C:\\Windows\WinSxS\wow64_adobe-flash-for-windows_31bf3856ad364e35_10.0.19041.1_none_ebe59bdc3d4ddc3f\FlashPlayerApp.exe
5d647cfb---C:\\Windows\WinSxS\wow64_adobe-flash-for-windows_31bf3856ad364e35_10.0.19041.1_none_ebe59bdc3d4ddc3f\FlashUtil_ActiveX.exe
5db270e7---C:\\Windows\Microsoft.NET\Framework64\v2.0.50727\IEExec.exe
5db270e7---C:\\Windows\WinSxS\amd64_netfx-ieexec_b03f5f7f11d50a3a_10.0.19041.1_none_6a5de40c0a30489e\IEExec.exe
5db273a9---C:\\Windows\Microsoft.NET\Framework64\v2.0.50727\dfsvc.exe
5db273a9---C:\\Windows\WinSxS\amd64_netfx-dfsvc_b03f5f7f11d50a3a_10.0.19041.1_none_833d086e8f306c45\dfsvc.exe
5db2751e---C:\\Windows\Microsoft.NET\Framework64\v3.5\AddInProcess.exe
5db2751e---C:\\Windows\Microsoft.NET\Framework64\v3.5\AddInProcess32.exe
5db2751e---C:\\Windows\Microsoft.NET\Framework64\v3.5\AddInUtil.exe
5db2751e---C:\\Windows\WinSxS\amd64_addinprocess32_b77a5c561934e089_10.0.19041.1_none_3700bdc08c446a5c\AddInProcess32.exe
5db2751e---C:\\Windows\WinSxS\amd64_netfx35linq-addinprocess_31bf3856ad364e35_10.0.19041.1_none_e688384bec188769\AddInProcess.exe
5db2751e---C:\\Windows\WinSxS\amd64_netfx35linq-addinutil_31bf3856ad364e35_10.0.19041.1_none_810f46ab82b9619e\AddInUtil.exe
5db27552---C:\\Windows\Microsoft.NET\Framework64\v3.5\EdmGen.exe
5db27552---C:\\Windows\WinSxS\amd64_netfx35linq-edmgen_31bf3856ad364e35_10.0.19041.1_none_646d0595db3c1ad4\EdmGen.exe
5db27569---C:\\Windows\Microsoft.NET\Framework64\v3.5\DataSvcUtil.exe
5db27569---C:\\Windows\WinSxS\amd64_netfx35linq-datasvcutil_31bf3856ad364e35_10.0.19041.1_none_4547ebb03c53c11a\DataSvcUtil.exe
5db27616---C:\\Windows\Microsoft.NET\Framework\v3.5\AddInProcess.exe
5db27616---C:\\Windows\Microsoft.NET\Framework\v3.5\AddInProcess32.exe
5db27616---C:\\Windows\Microsoft.NET\Framework\v3.5\AddInUtil.exe
5db27616---C:\\Windows\WinSxS\msil_addinprocess_b77a5c561934e089_10.0.19041.1_none_5170c1bc799e651e\AddInProcess.exe
5db27616---C:\\Windows\WinSxS\msil_addinutil_b77a5c561934e089_10.0.19041.1_none_724c73dbde296e25\AddInUtil.exe
5db27616---C:\\Windows\WinSxS\x86_addinprocess32_b77a5c561934e089_10.0.19041.1_none_dae2223cd3e6f926\AddInProcess32.exe
5db27634---C:\\Windows\WinSxS\x86_netfx35linq-linqwebconfig_31bf3856ad364e35_10.0.19041.1_none_b0df27a8cf08799e\LinqWebConfig.exe
5db2764f---C:\\Windows\Microsoft.NET\Framework\v3.5\EdmGen.exe
5db2764f---C:\\Windows\WinSxS\msil_edmgen_b77a5c561934e089_10.0.19041.1_none_25aa820b9acb3357\EdmGen.exe
5db27668---C:\\Windows\Microsoft.NET\Framework\v3.5\DataSvcUtil.exe
5db27668---C:\\Windows\WinSxS\msil_datasvcutil_b77a5c561934e089_10.0.19041.1_none_27a74d404373e881\DataSvcUtil.exe
5db277b1---C:\\Windows\assembly\GAC_32\MSBuild\3.5.0.0__b03f5f7f11d50a3a\MSBuild.exe
5db277b1---C:\\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe
5db277b1---C:\\Windows\WinSxS\x86_msbuild_b03f5f7f11d50a3a_3.5.19041.1_none_268817e3e30b41fb\MSBuild.exe
5db27943---C:\\Windows\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\ComSvcConfig.exe
5db27943---C:\\Windows\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\ServiceModelReg.exe
5db27943---C:\\Windows\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\WsatConfig.exe
5db27943---C:\\Windows\WinSxS\amd64_wcf-comsvcconfig_b03f5f7f11d50a3a_10.0.19041.1_none_3f67a7384812df13\ComSvcConfig.exe
5db27943---C:\\Windows\WinSxS\amd64_wcf-servicemodelreg_b03f5f7f11d50a3a_10.0.19041.1_none_2d88affdefab54a8\ServiceModelReg.exe
5db27943---C:\\Windows\WinSxS\amd64_wcf-wsatconfig_b03f5f7f11d50a3a_10.0.19041.1_none_c45aa783f860ee61\WsatConfig.exe
5db27af2---C:\\Windows\Microsoft.NET\Framework64\v3.0\WPF\PresentationFontCache.exe
5db27af2---C:\\Windows\Microsoft.NET\Framework64\v3.0\WPF\XamlViewer\XamlViewer_v0300.exe
5db27af2---C:\\Windows\WinSxS\amd64_wpf-presentationfontcache_31bf3856ad364e35_10.0.19041.1_none_bb8aa452b18b9835\PresentationFontCache.exe
5db27af2---C:\\Windows\WinSxS\amd64_wpf-xamlviewer_31bf3856ad364e35_10.0.19041.1_none_0bff5a051c4a690a\XamlViewer_v0300.exe
5db27b29---C:\\Windows\Microsoft.NET\Framework64\v2.0.50727\jsc.exe
5db27b29---C:\\Windows\WinSxS\amd64_netfx-jsc_b03f5f7f11d50a3a_10.0.19041.1_none_014838ef8bea39e9\jsc.exe
5db27c58---C:\\Windows\assembly\GAC_MSIL\ComSvcConfig\3.0.0.0__b03f5f7f11d50a3a\ComSvcConfig.exe
5db27c58---C:\\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ComSvcConfig.exe
5db27c58---C:\\Windows\WinSxS\msil_comsvcconfig_b03f5f7f11d50a3a_10.0.19041.1_none_ac711518659a66a5\ComSvcConfig.exe
5db27c59---C:\\Windows\assembly\GAC_MSIL\WsatConfig\3.0.0.0__b03f5f7f11d50a3a\WsatConfig.exe
5db27c59---C:\\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe
5db27c59---C:\\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\WsatConfig.exe
5db27c59---C:\\Windows\WinSxS\msil_servicemodelreg_b03f5f7f11d50a3a_10.0.19041.1_none_0bb55a3e8d066c16\ServiceModelReg.exe
5db27c59---C:\\Windows\WinSxS\msil_wsatconfig_b03f5f7f11d50a3a_10.0.19041.1_none_c9c647e748814b31\WsatConfig.exe
5db27c67---C:\\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\SMConfigInstaller.exe
5db27c67---C:\\Windows\WinSxS\x86_wcf-m_sm_cfg_ins_exe_31bf3856ad364e35_10.0.19041.1_none_59f3ce100425ffb0\SMConfigInstaller.exe
5db27ccc---C:\\Windows\Microsoft.NET\Framework\v3.5\WFServicesReg.exe
5db27ccc---C:\\Windows\WinSxS\x86_netfx35cdf-csd_cdf_installer_31bf3856ad364e35_10.0.19041.1_none_b22e8a4512f5879a\WFServicesReg.exe
5db27e21---C:\\Windows\Microsoft.NET\Framework\v3.0\WPF\XamlViewer\XamlViewer_v0300.exe
5db27e21---C:\\Windows\WinSxS\x86_wpf-xamlviewer_31bf3856ad364e35_10.0.19041.1_none_afe0be8163ecf7d4\XamlViewer_v0300.exe
5db27e5c---C:\\Windows\assembly\GAC_MSIL\PresentationFontCache\3.0.0.0__31bf3856ad364e35\PresentationFontCache.exe
5db27e5c---C:\\Windows\WinSxS\msil_presentationfontcache_31bf3856ad364e35_10.0.19041.1_none_679d42cd97347ace\PresentationFontCache.exe
5db2815b---C:\\Windows\Microsoft.NET\Framework\v3.5\vbc.exe
5db2815b---C:\\Windows\WinSxS\x86_netfx35linq-vb_compiler_orcas_31bf3856ad364e35_10.0.19041.1_none_efd4c696d660bdad\vbc.exe
5db2825c---C:\\Windows\Microsoft.NET\Framework\v3.5\csc.exe
5db2825c---C:\\Windows\WinSxS\x86_netfx35linq-csharp_31bf3856ad364e35_10.0.19041.1_none_70fe2109fb29ee11\csc.exe
5db2b6d8---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\mscorsvw.exe
5db2b6d8---C:\\Windows\WinSxS\x86_netfx-mscorsvw_exe_b03f5f7f11d50a3a_10.0.19041.1_none_e0dec3877978d84a\mscorsvw.exe
5db2b6dd---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\dw20.exe
5db2b6dd---C:\\Windows\WinSxS\x86_netfx-dw_b03f5f7f11d50a3a_10.0.19041.1_none_8e850c52ac392ae6\dw20.exe
5db2b6de---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\ilasm.exe
5db2b6de---C:\\Windows\WinSxS\x86_netfx-clr_ilasm_exe_b03f5f7f11d50a3a_10.0.19041.1_none_c3f8c36f1ece6e4e\ilasm.exe
5db2b700---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\AppLaunch.exe
5db2b700---C:\\Windows\WinSxS\x86_netfx-applaunch_exe_b03f5f7f11d50a3a_10.0.19041.1_none_861f5c69fbf3d066\AppLaunch.exe
5db2b70d---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\ngen.exe
5db2b70d---C:\\Windows\WinSxS\x86_netfx-ngen_exe_b03f5f7f11d50a3a_10.0.19041.1_none_38a57ff5dba3c9f4\ngen.exe
5db2b796---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\CasPol.exe
5db2b796---C:\\Windows\WinSxS\x86_caspol_b03f5f7f11d50a3a_10.0.19041.1_none_2cbf497a80df4629\CasPol.exe
5db2b79c---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe
5db2b79c---C:\\Windows\WinSxS\x86_regasm_b03f5f7f11d50a3a_10.0.19041.1_none_d7fcc21ca684dcb4\RegAsm.exe
5db2b7a8---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\IEExec.exe
5db2b7a8---C:\\Windows\WinSxS\msil_ieexec_b03f5f7f11d50a3a_10.0.19041.1_none_3fc8ddfd98ad3137\IEExec.exe
5db2b7c8---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\cvtres.exe
5db2b7c8---C:\\Windows\WinSxS\x86_netfx-cvtres_for_vc_and_vb_b03f5f7f11d50a3a_10.0.19041.1_none_a6a8b89bc50eae31\cvtres.exe
5db2b9cc---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\RegSvcs.exe
5db2b9cc---C:\\Windows\WinSxS\x86_regsvcs_b03f5f7f11d50a3a_10.0.19041.1_none_ab17ecc2f8f7d564\RegSvcs.exe
5db2ba8a---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe
5db2ba8a---C:\\Windows\WinSxS\x86_aspnet_compiler_b03f5f7f11d50a3a_10.0.19041.1_none_d9afbb23e990d44a\aspnet_compiler.exe
5db2ba8b---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regbrowsers.exe
5db2ba8b---C:\\Windows\WinSxS\x86_aspnet_regbrowsers_b03f5f7f11d50a3a_10.0.19041.1_none_ca50a32caa12ab10\aspnet_regbrowsers.exe
5db2ba93---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe
5db2ba93---C:\\Windows\WinSxS\x86_netfx-aspnet_regiis_exe_b03f5f7f11d50a3a_10.0.19041.1_none_d31059e0b2fa6d47\aspnet_regiis.exe
5db2ba9a---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe
5db2ba9a---C:\\Windows\WinSxS\x86_aspnet_regsql_b03f5f7f11d50a3a_10.0.19041.1_none_10c2b4b34d346421\aspnet_regsql.exe
5db2ba9a---C:\\Windows\WinSxS\x86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_10.0.19041.1_none_85d1745a1d49397f\aspnet_wp.exe
5db2ba9e---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_state.exe
5db2ba9e---C:\\Windows\WinSxS\x86_netfx-aspnet_state_exe_b03f5f7f11d50a3a_10.0.19041.1_none_420589df53dc49e5\aspnet_state.exe
5db2bb00---C:\\Windows\assembly\GAC_MSIL\dfsvc\2.0.0.0__b03f5f7f11d50a3a\dfsvc.exe
5db2bb00---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\dfsvc.exe
5db2bb00---C:\\Windows\WinSxS\msil_dfsvc_b03f5f7f11d50a3a_10.0.19041.1_none_26b5e44019fe7ae2\dfsvc.exe
5db2bb3e---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe
5db2bb3e---C:\\Windows\WinSxS\x86_installutil_b03f5f7f11d50a3a_10.0.19041.1_none_3c6036d4b220f210\InstallUtil.exe
5db2bd22---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe
5db2bd22---C:\\Windows\WinSxS\x86_msbuild_b03f5f7f11d50a3a_10.0.19041.1_none_421bb61742382b2d\MSBuild.exe
5db2e17a---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\jsc.exe
5db2e17a---C:\\Windows\WinSxS\msil_jsc_b03f5f7f11d50a3a_10.0.19041.1_none_68bc95ae68779efe\jsc.exe
5db2e9ed---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe
5db2e9ed---C:\\Windows\WinSxS\x86_netfx-csharp_compiler_csc_b03f5f7f11d50a3a_10.0.19041.1_none_bf6140efbe1a7808\csc.exe
5db2ebdb---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\vbc.exe
5db2ebdb---C:\\Windows\WinSxS\x86_netfx-vb_compiler_b03f5f7f11d50a3a_10.0.19041.1_none_00d7ad6537414f31\vbc.exe
5dc1e1b2---C:\\Windows\SysWOW64\curl.exe
5dc1e1b2---C:\\Windows\WinSxS\wow64_curl_31bf3856ad364e35_10.0.19041.1_none_3eb167e4f0e920b5\curl.exe
5dda3cad---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\AppLaunch.exe
5dda3cad---C:\\Windows\WinSxS\x86_netfx4-applaunch_exe_b03f5f7f11d50a3a_4.0.15805.0_none_f04c7dcfd4283324\AppLaunch.exe
5dda3cb4---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\ilasm.exe
5dda3cb4---C:\\Windows\WinSxS\x86_netfx4-ilasm_exe_b03f5f7f11d50a3a_4.0.15805.0_none_a790160b3d9e046c\ilasm.exe
5dda3cc2---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\CasPol.exe
5dda3cc2---C:\\Windows\WinSxS\wow64_caspol_b03f5f7f11d50a3a_4.0.15805.0_none_f0aa60ae9c531752\CasPol.exe
5dda3cc4---C:\\Windows\WinSxS\x86_netfx4-mscorsvw_exe_b03f5f7f11d50a3a_4.0.15805.0_none_c4e6302d398f7e04\mscorsvw.exe
5dda3cc8---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe
5dda3cc8---C:\\Windows\WinSxS\wow64_regasm_b03f5f7f11d50a3a_4.0.15805.0_none_9be7d950c1f8addd\RegAsm.exe
5dda3cc9---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\RegSvcs.exe
5dda3cc9---C:\\Windows\WinSxS\x86_regsvcs_b03f5f7f11d50a3a_4.0.15805.0_none_8ce1f3b4679d3a76\RegSvcs.exe
5dda3ccd---C:\\Windows\WinSxS\x86_netfx4-ngen_exe_b03f5f7f11d50a3a_4.0.15805.0_none_faaa7cb4e8f21456\ngen.exe
5dda3ccf---C:\\Windows\WinSxS\x86_netfx4-ngentask_exe_b03f5f7f11d50a3a_4.0.15805.0_none_1bb0d4ac7da3bfe1\ngentask.exe
5dda3e17---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\AddInProcess.exe
5dda3e17---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\AddInProcess.exe
5dda3e17---C:\\Windows\WinSxS\amd64_addinprocess_b77a5c561934e089_4.0.15805.0_none_74baba51266f3010\AddInProcess.exe
5dda3e2c---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe
5dda3e2c---C:\\Windows\WinSxS\wow64_installutil_b03f5f7f11d50a3a_4.0.15805.0_none_004b4e08cd94c339\InstallUtil.exe
5dda3e34---C:\\Windows\Microsoft.NET\assembly\GAC_MSIL\dfsvc\v4.0_4.0.0.0__b03f5f7f11d50a3a\dfsvc.exe
5dda3e34---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\dfsvc.exe
5dda3e34---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\dfsvc.exe
5dda3e34---C:\\Windows\WinSxS\amd64_dfsvc_b03f5f7f11d50a3a_4.0.15805.0_none_c0d2d1227427864f\dfsvc.exe
5dda3e40---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regbrowsers.exe
5dda3e40---C:\\Windows\WinSxS\wow64_aspnet_regbrowsers_b03f5f7f11d50a3a_4.0.15805.0_none_8e3bba60c5867c39\aspnet_regbrowsers.exe
5dda3e41---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe
5dda3e41---C:\\Windows\WinSxS\wow64_aspnet_compiler_b03f5f7f11d50a3a_4.0.15805.0_none_9d9ad2580504a573\aspnet_compiler.exe
5dda3e43---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regsql.exe
5dda3e43---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_state.exe
5dda3e43---C:\\Windows\WinSxS\wow64_aspnet_regsql_b03f5f7f11d50a3a_4.0.15805.0_none_d4adcbe768a8354a\aspnet_regsql.exe
5dda3e43---C:\\Windows\WinSxS\x86_netfx4-aspnet_state_exe_b03f5f7f11d50a3a_4.0.15805.0_none_a7a9eea53631000d\aspnet_state.exe
5dda3e44---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\AddInProcess32.exe
5dda3e44---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\AddInProcess32.exe
5dda3e44---C:\\Windows\WinSxS\amd64_addinprocess32_b77a5c561934e089_4.0.15805.0_none_faee98a3c711fae7\AddInProcess32.exe
5dda3e44---C:\\Windows\WinSxS\x86_addinprocess32_b77a5c561934e089_4.0.15805.0_none_429bcf7adb8e23ed\AddInProcess32.exe
5dda3e45---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\AddInUtil.exe
5dda3e45---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\AddInUtil.exe
5dda3e45---C:\\Windows\WinSxS\amd64_addinutil_b77a5c561934e089_4.0.15805.0_none_fcd173bc1b434b81\AddInUtil.exe
5dda3e46---C:\\Windows\WinSxS\x86_netfx4-aspnet_wp_exe_b03f5f7f11d50a3a_4.0.15805.0_none_5643c883846b0513\aspnet_wp.exe
5dda3e47---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe
5dda3e47---C:\\Windows\WinSxS\x86_netfx4-aspnet_regiis_exe_b03f5f7f11d50a3a_4.0.15805.0_none_c8f9d36146564b7f\aspnet_regiis.exe
5dda3e4a---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\DataSvcUtil.exe
5dda3e4a---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\DataSvcUtil.exe
5dda3e4a---C:\\Windows\WinSxS\amd64_datasvcutil_b77a5c561934e089_4.0.15805.0_none_5b1ada239e3b0505\DataSvcUtil.exe
5dda3e57---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\EdmGen.exe
5dda3e57---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\EdmGen.exe
5dda3e57---C:\\Windows\WinSxS\amd64_edmgen_b77a5c561934e089_4.0.15805.0_none_ae80a3049486a75f\EdmGen.exe
5dda3f1e---C:\\Windows\Microsoft.NET\assembly\GAC_32\MSBuild\v4.0_4.0.0.0__b03f5f7f11d50a3a\MSBuild.exe
5dda3f1e---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
5dda3f1e---C:\\Windows\WinSxS\wow64_msbuild_b03f5f7f11d50a3a_4.0.15805.0_none_0606cd4b5dabfc56\MSBuild.exe
5dda434a---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe
5dda434a---C:\\Windows\WinSxS\x86_netfx4-csc_exe_b03f5f7f11d50a3a_4.0.15805.0_none_be984aad4cfbc2f3\csc.exe
5dda435b---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\ServiceModelReg.exe
5dda435b---C:\\Windows\WinSxS\x86_netfx4-servicemodelreg_exe_b03f5f7f11d50a3a_4.0.15805.0_none_14b25cddc5cbd4b2\ServiceModelReg.exe
5dda4361---C:\\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.Workflow.Compiler\v4.0_4.0.0.0__31bf3856ad364e35\Microsoft.Workflow.Compiler.exe
5dda4361---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Workflow.Compiler.exe
5dda4361---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Workflow.Compiler.exe
5dda4361---C:\\Windows\WinSxS\amd64_microsoft.workflow.compiler_31bf3856ad364e35_4.0.15805.0_none_eb7ee992c51a9917\Microsoft.Workflow.Compiler.exe
5dda4363---C:\\Windows\Microsoft.NET\assembly\GAC_MSIL\WsatConfig\v4.0_4.0.0.0__b03f5f7f11d50a3a\WsatConfig.exe
5dda4363---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\WsatConfig.exe
5dda4363---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\WsatConfig.exe
5dda4363---C:\\Windows\WinSxS\amd64_wsatconfig_b03f5f7f11d50a3a_4.0.15805.0_none_63e334c9a2aa569e\WsatConfig.exe
5dda4368---C:\\Windows\Microsoft.NET\assembly\GAC_MSIL\ComSvcConfig\v4.0_4.0.0.0__b03f5f7f11d50a3a\ComSvcConfig.exe
5dda4368---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\ComSvcConfig.exe
5dda4368---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\ComSvcConfig.exe
5dda4368---C:\\Windows\WinSxS\amd64_comsvcconfig_b03f5f7f11d50a3a_4.0.15805.0_none_468e01fabfc37212\ComSvcConfig.exe
5dda436f---C:\\Windows\Microsoft.NET\assembly\GAC_MSIL\SMSvcHost\v4.0_4.0.0.0__b03f5f7f11d50a3a\SMSvcHost.exe
5dda436f---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\SMSvcHost.exe
5dda436f---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\SMSvcHost.exe
5dda436f---C:\\Windows\WinSxS\amd64_smsvchost_b03f5f7f11d50a3a_4.0.15805.0_none_6d5f51303f9aca21\SMSvcHost.exe
5dda43e3---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\jsc.exe
5dda43e3---C:\\Windows\Microsoft.NET\Framework64\v4.0.30319\jsc.exe
5dda43e3---C:\\Windows\WinSxS\amd64_jsc_b03f5f7f11d50a3a_4.0.15805.0_none_02d98290c2a0aa6b\jsc.exe
5dda43e3---C:\\Windows\WinSxS\wow64_jsc_b03f5f7f11d50a3a_4.0.15805.0_none_2ca7c9aa83eb3f88\jsc.exe
5dda4422---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\vbc.exe
5dda4422---C:\\Windows\WinSxS\x86_netfx4-vbc_exe_b03f5f7f11d50a3a_4.0.15805.0_none_de9b06e519e58d0f\vbc.exe
5df37ef6---C:\\Windows\SysWOW64\cacls.exe
5df37ef6---C:\\Windows\WinSxS\wow64_microsoft-windows-acluifilefoldercomtool_31bf3856ad364e35_10.0.19041.1_none_1894dc7dd8fa15c1\cacls.exe
5e5587cb---C:\\Windows\SysWOW64\vsjitdebugger.exe
5e6ce46c---C:\\Windows\SysWOW64\fc.exe
5e6ce46c---C:\\Windows\WinSxS\wow64_microsoft-windows-f..temcompareutilities_31bf3856ad364e35_10.0.19041.1_none_c10c5c59091a9a90\fc.exe
5e7567e4---C:\\Windows\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\SMSvcHost.exe
5e7567e4---C:\\Windows\WinSxS\amd64_wcf-smsvchost_b03f5f7f11d50a3a_10.0.19200.110_none_11b0c321be81025e\SMSvcHost.exe
5e756afc---C:\\Windows\assembly\GAC_MSIL\SMSvcHost\3.0.0.0__b03f5f7f11d50a3a\SMSvcHost.exe
5e756afc---C:\\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\SMSvcHost.exe
5e756afc---C:\\Windows\WinSxS\msil_smsvchost_b03f5f7f11d50a3a_10.0.19200.110_none_30a09d63c4775424\SMSvcHost.exe
5ed9b473---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\vulkaninfo-x86.exe
5efa8e1b---C:\\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_wp.exe
5efa8e1b---C:\\Windows\WinSxS\x86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_10.0.19200.170_none_e335af2bfc4966f9\aspnet_wp.exe
5efbff7a---C:\\Windows\WinSxS\amd64_microsoft-windows-e..-firsttimeinstaller_31bf3856ad364e35_10.0.19041.479_none_3117e2c9c60d5cfb\MicrosoftEdgeStandaloneInstaller.exe
5f2891a7---C:\\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_a086f01cc7be643a\vulkaninfo-32.exe
5f2891a7---C:\\Windows\SysWOW64\vulkaninfo-1-999-0-0-0.exe
5f2891a7---C:\\Windows\SysWOW64\vulkaninfo.exe
5f2a07b3---C:\\Windows\WinSxS\x86_netfx4-aspnet_wp_exe_b03f5f7f11d50a3a_4.0.15805.210_none_4e0f95dd3f7183de\aspnet_wp.exe
5f35ff8c---C:\\Windows\WinSxS\amd64_microsoft-windows-e..-firsttimeinstaller_31bf3856ad364e35_10.0.19041.681_none_31051459c61ca882\MicrosoftEdgeStandaloneInstaller.exe
5f57aa39---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\NvCamera\SphericalEquirect32.exe
5f57aa3a---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\NvCamera\HighresBlender32.exe
5f57aa3e---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\NvCamera\FreqTransfer32.exe
5f57aa3e---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\NvCamera\NvImageConvert32.exe
5f57ad14---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\NvCamera\NvCameraEnable.exe
5f57ad4d---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\NvCamera\YAMLFXC32.exe
5f57ad90---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\NvCamera\ReShadeFXC32.exe
5f6e7c5d---C:\\Windows\WinSxS\wow64_adobe-flash-for-windows_31bf3856ad364e35_10.0.19041.571_none_13c86422fcdc755b\FlashPlayerApp.exe
5f6e8214---C:\\Windows\WinSxS\wow64_adobe-flash-for-windows_31bf3856ad364e35_10.0.19041.571_none_13c86422fcdc755b\FlashUtil_ActiveX.exe
5f755106---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\nvsmartmaxapp.exe
5f755310---C:\\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1c83a5d7cffd7bff\setup.exe
5fb4b837---C:\\Windows\SysWOW64\vmnat.exe
5fb4b838---C:\\Windows\SysWOW64\vmnetdhcp.exe
5fc80057---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe
5fc80057---C:\\Windows\WinSxS\x86_netfx4-ngen_exe_b03f5f7f11d50a3a_4.0.15805.285_none_f27b4a84a3f4140b\ngen.exe
5fc80063---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\ngentask.exe
5fc80063---C:\\Windows\WinSxS\x86_netfx4-ngentask_exe_b03f5f7f11d50a3a_4.0.15805.285_none_1381a27c38a5bf96\ngentask.exe
5fc80087---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe
5fc80087---C:\\Windows\WinSxS\x86_netfx4-mscorsvw_exe_b03f5f7f11d50a3a_4.0.15805.285_none_bcb6fdfcf4917db9\mscorsvw.exe
5ff3ac53---C:\\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_wp.exe
5ff3ac53---C:\\Windows\WinSxS\x86_netfx4-aspnet_wp_exe_b03f5f7f11d50a3a_4.0.15805.295_none_4e14962f3f6d0519\aspnet_wp.exe
602fbdbc---C:\\Windows\py.exe
602fbdbc---C:\\Windows\pyw.exe
603e8b88---C:\\Windows\assembly\NativeImages_v4.0.30319_32\TF\9a675d5dbb51e1f32f0ca66c66eea749\TF.ni.exe
62b26754---C:\\Windows\SysWOW64\timeout.exe
62b26754---C:\\Windows\WinSxS\wow64_microsoft-windows-timeout_31bf3856ad364e35_10.0.19041.1_none_4caa24969a02f9c3\timeout.exe
62b390ac---C:\\Windows\SysWOW64\expand.exe
62b390ac---C:\\Windows\WinSxS\wow64_microsoft-windows-expand_31bf3856ad364e35_10.0.19041.1_none_18b834522b9eb97e\expand.exe
62b7d998---C:\\Windows\SysWOW64\sethc.exe
62b7d998---C:\\Windows\WinSxS\wow64_microsoft-windows-sethc_31bf3856ad364e35_10.0.19041.746_none_4b0e3418084b5511\sethc.exe
62bd2401---C:\\Windows\SysWOW64\SyncHost.exe
62bd2401---C:\\Windows\WinSxS\wow64_microsoft-windows-synchost_31bf3856ad364e35_10.0.19041.746_none_51cf02378fc26da3\SyncHost.exe
63a3f918---C:\\Windows\SysWOW64\wowreg32.exe
63a3f918---C:\\Windows\WinSxS\wow64_microsoft-windows-setupapi_31bf3856ad364e35_10.0.19041.546_none_1d434b03596de6c7\wowreg32.exe
63a3f918---C:\\Windows\WinSxS\wow64_microsoft-windows-setupapi_31bf3856ad364e35_10.0.19041.844_none_1d415021596fab8e\wowreg32.exe
65237089---C:\\Windows\SysWOW64\Fondue.exe
65237089---C:\\Windows\WinSxS\wow64_microsoft-windows-o..onalfeatures-fondue_31bf3856ad364e35_10.0.19041.1_none_09fac50a5fe3aec5\Fondue.exe
65c70973---C:\\Windows\SysWOW64\wevtutil.exe
65c70973---C:\\Windows\WinSxS\wow64_microsoft-windows-eventlog-commandline_31bf3856ad364e35_10.0.19041.844_none_a9202c101001d8c1\wevtutil.exe
66cc5156---C:\\Windows\SysWOW64\taskkill.exe
66cc5156---C:\\Windows\WinSxS\wow64_microsoft-windows-taskkill_31bf3856ad364e35_10.0.19041.1_none_e5c3b6db2fced475\taskkill.exe
676f17c5---C:\\Windows\SysWOW64\user.exe
676f17c5---C:\\Windows\WinSxS\wow64_microsoft-windows-wow64-legacy_31bf3856ad364e35_10.0.19041.423_none_d41ee35b66a0cf09\user.exe
67bcebc4---C:\\Windows\SysWOW64\TokenBrokerCookies.exe
67bcebc4---C:\\Windows\WinSxS\wow64_microsoft-windows-security-tokenbroker_31bf3856ad364e35_10.0.19041.789_none_8bd82d813de9d52c\TokenBrokerCookies.exe
684805c1---C:\\Windows\SysWOW64\DWWIN.EXE
684805c1---C:\\Windows\WinSxS\wow64_microsoft-windows-e..ortingcompatibility_31bf3856ad364e35_10.0.19041.630_none_e6f266bd88b20702\DWWIN.EXE
68fca5f6---C:\\Windows\SysWOW64\nslookup.exe
68fca5f6---C:\\Windows\WinSxS\wow64_microsoft-windows-nslookup_31bf3856ad364e35_10.0.19041.1_none_8bc62bc63a30d6fb\nslookup.exe
69ae47ec---C:\\Windows\SysWOW64\OposHost.exe
69ae47ec---C:\\Windows\WinSxS\wow64_microsoft-windows-d..tofservice-oposhost_31bf3856ad364e35_10.0.19041.1_none_3d1291badd9e7f22\OposHost.exe
6a8f1b39---C:\\Windows\SysWOW64\rundll32.exe
6a8f1b39---C:\\Windows\WinSxS\wow64_microsoft-windows-rundll32_31bf3856ad364e35_10.0.19041.746_none_c05346ae3e1a99a4\rundll32.exe
6cdbe3b5---C:\\Windows\SysWOW64\cmdkey.exe
6cdbe3b5---C:\\Windows\WinSxS\wow64_microsoft-windows-s..line-user-interface_31bf3856ad364e35_10.0.19041.1_none_9d2d2a9ab0964bc3\cmdkey.exe
6ddbeef2---C:\\Windows\SysWOW64\ThumbnailExtractionHost.exe
6ddbeef2---C:\\Windows\WinSxS\wow64_microsoft-windows-thumbexthost_31bf3856ad364e35_10.0.19041.746_none_d8baedf8d09aba05\ThumbnailExtractionHost.exe
6e75ac5b---C:\\Windows\SysWOW64\dcomcnfg.exe
6e75ac5b---C:\\Windows\WinSxS\wow64_microsoft-windows-com-complus-ui_31bf3856ad364e35_10.0.19041.746_none_98f5b8d3db68981e\dcomcnfg.exe
6f67a34d---C:\\Windows\SysWOW64\DevicePairingWizard.exe
6f67a34d---C:\\Windows\WinSxS\wow64_microsoft-windows-devicepairingapp_31bf3856ad364e35_10.0.19041.1_none_2fe41983d5cad0a7\DevicePairingWizard.exe
708a0a58---C:\\Windows\SysWOW64\lodctr.exe
708a0a58---C:\\Windows\WinSxS\wow64_microsoft-windows-p..structureexecutable_31bf3856ad364e35_10.0.19041.1_none_b84e385529c68af9\lodctr.exe
715898bc---C:\\Windows\SysWOW64\upnpcont.exe
715898bc---C:\\Windows\WinSxS\wow64_microsoft-windows-upnpdevicehost_31bf3856ad364e35_10.0.19041.746_none_aa362993c7b4048f\upnpcont.exe
715898bc---C:\\Windows\WinSxS\wow64_microsoft-windows-upnpdevicehost_31bf3856ad364e35_10.0.19041.867_none_aa218bebc7c352ef\upnpcont.exe
7159f3df---C:\\Windows\SysWOW64\wscript.exe
7159f3df---C:\\Windows\WinSxS\wow64_microsoft-windows-scripting_31bf3856ad364e35_10.0.19041.264_none_309e9e4a939c0bac\wscript.exe
721270a7---C:\\Windows\SysWOW64\print.exe
721270a7---C:\\Windows\WinSxS\wow64_microsoft-windows-m..ommandlineutilities_31bf3856ad364e35_10.0.19041.1_none_3d62a57d3b12dcf1\print.exe
727da23c---C:\\Windows\SysWOW64\where.exe
727da23c---C:\\Windows\WinSxS\wow64_microsoft-windows-where_31bf3856ad364e35_10.0.19041.1_none_1e18f0f5b1e8db7d\where.exe
72ffb447---C:\\Windows\SysWOW64\msfeedssync.exe
72ffb447---C:\\Windows\WinSxS\x86_microsoft-windows-ie-feedsbs_31bf3856ad364e35_11.0.19041.1_none_8a11dbe22c9bf6e1\msfeedssync.exe
735e1f21---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.441_none_8b35096d6dc0d7cb\TiWorker.exe
739ecdbc---C:\\Windows\SysWOW64\RdpSaUacHelper.exe
739ecdbc---C:\\Windows\WinSxS\wow64_microsoft-windows-t..sionagent-uachelper_31bf3856ad364e35_10.0.19041.1_none_7aff9045397d4a4c\RdpSaUacHelper.exe
7476f87a---C:\\Windows\SysWOW64\ndadmin.exe
7476f87a---C:\\Windows\WinSxS\wow64_microsoft-windows-newdev_31bf3856ad364e35_10.0.19041.662_none_f9aa9d8ce3ecf3d2\ndadmin.exe
7476f87a---C:\\Windows\WinSxS\wow64_microsoft-windows-newdev_31bf3856ad364e35_10.0.19041.844_none_f9c241c4e3dae8ec\ndadmin.exe
74d5f198---C:\\Windows\SysWOW64\efsui.exe
74d5f198---C:\\Windows\WinSxS\wow64_microsoft-windows-efs-ui_31bf3856ad364e35_10.0.19041.1_none_b6ba7fd85b54c477\efsui.exe
7622b67d---C:\\Windows\SysWOW64\control.exe
7622b67d---C:\\Windows\WinSxS\wow64_microsoft-windows-control_31bf3856ad364e35_10.0.19041.423_none_81cc87a43da05fd1\control.exe
77c1a822---C:\\Windows\SysWOW64\SettingSyncHost.exe
77c1a822---C:\\Windows\WinSxS\wow64_microsoft-windows-settingsynchost_31bf3856ad364e35_10.0.19041.746_none_683121a9b659a0a5\SettingSyncHost.exe
78bdc865---C:\\Windows\SysWOW64\Speech_OneCore\Common\SpeechModelDownload.exe
78bdc865---C:\\Windows\WinSxS\wow64_microsoft-windows-speechcommon-onecore_31bf3856ad364e35_10.0.19041.789_none_5b7eccc1b111de7a\SpeechModelDownload.exe
792c044d---C:\\Windows\SysWOW64\verclsid.exe
792c044d---C:\\Windows\WinSxS\wow64_microsoft-windows-verclsid_31bf3856ad364e35_10.0.19041.1_none_7c2c890be7329496\verclsid.exe
79ae7ee9---C:\\Windows\SysWOW64\cmstp.exe
79ae7ee9---C:\\Windows\WinSxS\wow64_microsoft-windows-rasconnectionmanager_31bf3856ad364e35_10.0.19041.746_none_476e348ff3b593af\cmstp.exe
7b1917d7---C:\\Windows\WinSxS\wow64_windowssearchengine_31bf3856ad364e35_7.0.19041.789_none_95f122964122f629\SearchIndexer.exe
7c976793---C:\\Windows\SysWOW64\printui.exe
7c976793---C:\\Windows\WinSxS\wow64_microsoft-windows-p..installerandprintui_31bf3856ad364e35_10.0.19041.746_none_bea234be891c51ac\printui.exe
7d581933---C:\\Windows\SysWOW64\systeminfo.exe
7d581933---C:\\Windows\WinSxS\wow64_microsoft-windows-sysinfo_31bf3856ad364e35_10.0.19041.1_none_af9a68f0cc4d15fb\systeminfo.exe
7d96e027---C:\\Windows\SysWOW64\IME\SHARED\IMEWDBLD.EXE
7d96e027---C:\\Windows\WinSxS\wow64_microsoft-windows-d..-externaldictionary_31bf3856ad364e35_10.0.19041.1_none_fce141858c5d7f03\IMEWDBLD.EXE
7e71ac86---C:\\Windows\SysWOW64\wiaacmgr.exe
7e71ac86---C:\\Windows\WinSxS\wow64_microsoft-windows-w..sition-uicomponents_31bf3856ad364e35_10.0.19041.746_none_b7427474187b9cd4\wiaacmgr.exe
7e91ec46---C:\\Windows\SysWOW64\subst.exe
7e91ec46---C:\\Windows\WinSxS\wow64_microsoft-windows-m..ommandlineutilities_31bf3856ad364e35_10.0.19041.1_none_3d62a57d3b12dcf1\subst.exe
8013abad---C:\\Windows\SysWOW64\poqexec.exe
8013abad---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.441_none_8b35096d6dc0d7cb\poqexec.exe
8013abad---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.621_none_8b4aad116db09a37\poqexec.exe
8013abad---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.740_none_8b340ed56dc1b5e9\poqexec.exe
8013abad---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.860_none_8b1e70e36dd1eaf2\poqexec.exe
80d1bfff---C:\\Windows\System32\RemoteFXvGPUDisablement.exe
80d1bfff---C:\\Windows\WinSxS\amd64_microsoft-windows-r..s-regkeys-component_31bf3856ad364e35_10.0.19041.388_none_d85e13da5f0fe39b\RemoteFXvGPUDisablement.exe
80d59fd1---C:\\Windows\WinSxS\wow64_microsoft-windows-wordpad_31bf3856ad364e35_10.0.19041.1_none_ee00310940a3cd37\wordpad.exe
8129d953---C:\\Windows\WinSxS\x86_microsoft-windows-ieinstal_31bf3856ad364e35_11.0.19041.1_none_765fc5f6e37c509d\ieinstal.exe
81b47d18---C:\\Windows\SysWOW64\tracerpt.exe
81b47d18---C:\\Windows\WinSxS\wow64_microsoft-windows-p..ncetoolscommandline_31bf3856ad364e35_10.0.19041.546_none_49716c2392052aca\tracerpt.exe
82f89387---C:\\Windows\SysWOW64\w32tm.exe
82f89387---C:\\Windows\WinSxS\wow64_microsoft-windows-time-tool_31bf3856ad364e35_10.0.19041.1_none_ad4ed32c0facc27c\w32tm.exe
83126bca---C:\\Windows\SysWOW64\RmClient.exe
83126bca---C:\\Windows\WinSxS\wow64_microsoft-windows-restartmanager_31bf3856ad364e35_10.0.19041.1_none_407b1fa0f7dce496\RmClient.exe
8321c758---C:\\Windows\winhlp32.exe
8321c758---C:\\Windows\WinSxS\wow64_microsoft-windows-winhstb_31bf3856ad364e35_10.0.19041.1_none_e94bc62edd251a47\winhlp32.exe
848555e3---C:\\Windows\SysWOW64\certutil.exe
848555e3---C:\\Windows\WinSxS\wow64_microsoft-windows-certutil_31bf3856ad364e35_10.0.19041.746_none_9dd2fd0bc68c998c\certutil.exe
84dbe07f---C:\\Windows\SysWOW64\F12\IEChooser.exe
84dbe07f---C:\\Windows\WinSxS\x86_microsoft-windows-ie-iechooser_31bf3856ad364e35_11.0.19041.746_none_b60bd945ca2276e4\IEChooser.exe
84e4661d---C:\\Windows\SysWOW64\TCPSVCS.EXE
84e4661d---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip-utility_31bf3856ad364e35_10.0.19041.1_none_f30cab80229c6b29\TCPSVCS.EXE
8503aafd---C:\\Windows\SysWOW64\VsGraphicsDesktopEngine.exe
8503aafd---C:\\Windows\WinSxS\wow64_microsoft-windows-d..phics-tools-desktop_31bf3856ad364e35_10.0.19041.21_none_5418f8daf0b6efa0\VsGraphicsDesktopEngine.exe
85095c8d---C:\\Windows\SysWOW64\DpiScaling.exe
85095c8d---C:\\Windows\WinSxS\wow64_microsoft-windows-dpiscaling_31bf3856ad364e35_10.0.19041.1_none_3a8d8b0c2eae5eda\DpiScaling.exe
853858fe---C:\\Windows\WinSxS\wow64_microsoft-windows-wab-app_31bf3856ad364e35_10.0.19041.1_none_02ef1556ab50e6d8\wab.exe
85ef2f61---C:\\Windows\WinSxS\wow64_microsoft-windows-explorer_31bf3856ad364e35_10.0.19041.746_none_3a029c310cec757f\explorer.exe
8630d32f---C:\\Windows\SysWOW64\systray.exe
8630d32f---C:\\Windows\WinSxS\wow64_microsoft-windows-systray_31bf3856ad364e35_10.0.19041.1_none_b39734a8c9c85bd3\systray.exe
877c8332---C:\\Windows\WinSxS\wow64_microsoft-windows-t..acyinkingcomponents_31bf3856ad364e35_10.0.19041.1_none_023783a15d5391a7\pipanel.exe
877f852e---C:\\Windows\assembly\NativeImages_v4.0.30319_32\MSBuild\aaf49e79760e99399b311d067470bb98\MSBuild.ni.exe
890f7a0d---C:\\Windows\WinSxS\wow64_microsoft-windows-iis-legacysnapin_31bf3856ad364e35_10.0.19041.746_none_696ec9264536048a\InetMgr6.exe
895d9c4f---C:\\Windows\SysWOW64\stordiag.exe
895d9c4f---C:\\Windows\WinSxS\wow64_microsoft-windows-storage-diagnostics_31bf3856ad364e35_10.0.19041.1_none_34f70c73dc049744\stordiag.exe
898a559a---C:\\Windows\SysWOW64\ktmutil.exe
898a559a---C:\\Windows\WinSxS\wow64_microsoft-windows-ktmutil_31bf3856ad364e35_10.0.19041.1_none_48cfaff3d4e720e6\ktmutil.exe
89ad785c---C:\\Windows\assembly\NativeImages_v4.0.30319_32\MSBuildTaskHost\950b5de00724e977b0f3fa7fc320a019\MSBuildTaskHost.ni.exe
89c78319---C:\\Windows\SysWOW64\auditpol.exe
89c78319---C:\\Windows\WinSxS\wow64_microsoft-windows-msaudittools_31bf3856ad364e35_10.0.19041.546_none_ffd303094ff1fe66\auditpol.exe
8b211125---C:\\Windows\System32\UevTemplateBaselineGenerator.exe
8b211125---C:\\Windows\WinSxS\amd64_microsoft-windows-appmanagement-uevagent_31bf3856ad364e35_10.0.19041.746_none_daa4f03c43c9f201\UevTemplateBaselineGenerator.exe
8be63943---C:\\Windows\SysWOW64\RdpSa.exe
8be63943---C:\\Windows\WinSxS\wow64_microsoft-windows-t..rvices-sessionagent_31bf3856ad364e35_10.0.19041.1_none_3b97be772075a03a\RdpSa.exe
8c9fbcd3---C:\\Windows\SysWOW64\findstr.exe
8c9fbcd3---C:\\Windows\WinSxS\wow64_microsoft-windows-findstr_31bf3856ad364e35_10.0.19041.1_none_e77543382d72effa\findstr.exe
8ca01ece---C:\\Windows\SysWOW64\edpnotify.exe
8ca01ece---C:\\Windows\WinSxS\wow64_microsoft-windows-edp-notify_31bf3856ad364e35_10.0.19041.789_none_08f2eeebd3240c34\edpnotify.exe
8d4368a6---C:\\Windows\WinSxS\wow64_windowssearchengine_31bf3856ad364e35_7.0.19041.789_none_95f122964122f629\SearchFilterHost.exe
8d8023a9---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.1_none_6331d348ae4a8fa9\TiWorker.exe
8eb008d8---C:\\Windows\SysWOW64\cmdl32.exe
8eb008d8---C:\\Windows\WinSxS\wow64_microsoft-windows-rasconnectionmanager_31bf3856ad364e35_10.0.19041.746_none_476e348ff3b593af\cmdl32.exe
8f0e3f06---C:\\Windows\SysWOW64\netbtugc.exe
8f0e3f06---C:\\Windows\WinSxS\wow64_microsoft-windows-netbt_31bf3856ad364e35_10.0.19041.746_none_48b2bd808a742e25\netbtugc.exe
8f10512e---C:\\Windows\SysWOW64\prevhost.exe
8f10512e---C:\\Windows\WinSxS\wow64_microsoft-windows-shell-previewhost_31bf3856ad364e35_10.0.19041.746_none_2b8b5a41940eac9f\prevhost.exe
8f7a71cb---C:\\Windows\SysWOW64\sdiagnhost.exe
8f7a71cb---C:\\Windows\WinSxS\wow64_microsoft-windows-s..csengine-nativehost_31bf3856ad364e35_10.0.19041.1_none_da6b9c85304fbda8\sdiagnhost.exe
8fc34a68---C:\\Windows\SysWOW64\RdpSaProxy.exe
8fc34a68---C:\\Windows\WinSxS\wow64_microsoft-windows-t..onagent-proxyobject_31bf3856ad364e35_10.0.19041.1_none_23bb28d0952bcec8\RdpSaProxy.exe
8fe5778d---C:\\Windows\SysWOW64\SecEdit.exe
8fe5778d---C:\\Windows\WinSxS\wow64_microsoft-windows-security-secedit_31bf3856ad364e35_10.0.19041.1_none_6f2ce5f0857cd61a\SecEdit.exe
9007aefd---C:\\Windows\SysWOW64\gpscript.exe
9007aefd---C:\\Windows\WinSxS\wow64_microsoft-windows-grouppolicy-script_31bf3856ad364e35_10.0.19041.572_none_4d40b8e902f83dd6\gpscript.exe
909b0c11---C:\\Windows\SysWOW64\GameBarPresenceWriter.exe
909b0c11---C:\\Windows\WinSxS\wow64_microsoft-gaming-ga..rnal-presencewriter_31bf3856ad364e35_10.0.19041.746_none_ea74c36d85076c92\GameBarPresenceWriter.exe
90abf723---C:\\Windows\assembly\NativeImages_v4.0.30319_32\MSTest\7311faa3bb8f571d9b7446cef388feab\MSTest.ni.exe
90f14354---C:\\Windows\SysWOW64\dpapimig.exe
90f14354---C:\\Windows\WinSxS\wow64_microsoft-windows-dpapi-keys_31bf3856ad364e35_10.0.19041.1_none_3e188ad1a12f1c4d\dpapimig.exe
91932d7c---C:\\Windows\SysWOW64\EaseOfAccessDialog.exe
91932d7c---C:\\Windows\WinSxS\wow64_microsoft-windows-sethc_31bf3856ad364e35_10.0.19041.746_none_4b0e3418084b5511\EaseOfAccessDialog.exe
91ed7702---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTAgent32_40\3b9ab5988d066142fac65ebe7c358313\QTAgent32_40.ni.exe
9217d277---C:\\Windows\SysWOW64\IME\IMEJP\IMJPUEX.EXE
9217d277---C:\\Windows\WinSxS\wow64_microsoft-windows-d..-japanese-utilities_31bf3856ad364e35_10.0.19041.1_none_ad76f6bb45d8f232\IMJPUEX.EXE
92547609---C:\\Windows\SysWOW64\Robocopy.exe
92547609---C:\\Windows\WinSxS\wow64_microsoft-windows-robocopy_31bf3856ad364e35_10.0.19041.1_none_874ce756c022852f\Robocopy.exe
927b05ff---C:\\Windows\SysWOW64\SystemPropertiesRemote.exe
927b05ff---C:\\Windows\WinSxS\wow64_microsoft-windows-systempropertiesremote_31bf3856ad364e35_10.0.19041.1_none_551afa5edf8be30e\SystemPropertiesRemote.exe
9333c9ab---C:\\Windows\SysWOW64\CertEnrollCtrl.exe
9333c9ab---C:\\Windows\WinSxS\wow64_microsoft-windows-x..rtificateenrollment_31bf3856ad364e35_10.0.19041.746_none_dbe4ac1121d6e6d7\CertEnrollCtrl.exe
93ac084a---C:\\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy\XBox.TCUI.exe
93ac084a---C:\\Windows\WinSxS\amd64_microsoft-xbox-gamecallableui.appxmain_31bf3856ad364e35_10.0.19041.746_none_0119299746221375\XBox.TCUI.exe
93ae577b---C:\\Windows\SysWOW64\iscsicli.exe
93ae577b---C:\\Windows\WinSxS\wow64_microsoft-windows-i..i_initiator_service_31bf3856ad364e35_10.0.19041.1_none_9ab96313e8d638bb\iscsicli.exe
94769252---C:\\Windows\assembly\NativeImages_v4.0.30319_32\PSHOST\6120855f96a751f5855a459ecacb06ad\PSHOST.ni.exe
94f76940---C:\\Windows\SysWOW64\dllhst3g.exe
94f76940---C:\\Windows\WinSxS\wow64_microsoft-windows-com-surrogate_31bf3856ad364e35_10.0.19041.1_none_0469a68bc74049ec\dllhst3g.exe
95286d96---C:\\Windows\WinSxS\wow64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.0.19041.1_none_8ced8f07ec5dee21\iexplore.exe
9657fede---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.1_none_6331d348ae4a8fa9\poqexec.exe
96e82e51---C:\\Windows\SysWOW64\PasswordOnWakeSettingFlyout.exe
96e82e51---C:\\Windows\WinSxS\wow64_microsoft-windows-u..onwakesettingflyout_31bf3856ad364e35_10.0.19041.746_none_949b3f6674b404fa\PasswordOnWakeSettingFlyout.exe
980be893---C:\\Windows\WinSxS\wow64_microsoft-windows-mediaplayer-setup_31bf3856ad364e35_10.0.19041.746_none_9641bea069bae0ad\setup_wm.exe
983aee06---C:\\Windows\SysWOW64\Netplwiz.exe
983aee06---C:\\Windows\WinSxS\wow64_microsoft-windows-netplwiz-exe_31bf3856ad364e35_10.0.19041.1_none_ad9c6c9be4203192\Netplwiz.exe
984d145a---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net472.x86\035219c55c17259a1b1556876cd87f06\testhost.net472.x86.ni.exe
98637808---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTAgent\37b08db4e6c213ad9cf9045efbf6b2c9\QTAgent.ni.exe
9877005b---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTAgent_40\a9bc865fd9c626eb9c0931f93d7c88fa\QTAgent_40.ni.exe
987b6ebf---C:\\Windows\SysWOW64\driverquery.exe
987b6ebf---C:\\Windows\WinSxS\wow64_microsoft-windows-driverquery_31bf3856ad364e35_10.0.19041.1_none_5668834b68c7e852\driverquery.exe
99fb1ab5---C:\\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.S441824ef#\7bc5135d43bf0fd3a81c27d0f6f88bbb\Microsoft.ServiceHub.Controller.ni.exe
9a1bfb71---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.1_none_6331d348ae4a8fa9\TiFileFetcher.exe
9a5d5943---C:\\Windows\SysWOW64\perfhost.exe
9a5d5943---C:\\Windows\WinSxS\wow64_microsoft-windows-p..structure-minkernel_31bf3856ad364e35_10.0.19041.1_none_993ab95f8a87eead\perfhost.exe
9ab4279b---C:\\Windows\SysWOW64\regedit.exe
9ab4279b---C:\\Windows\WinSxS\wow64_microsoft-windows-registry-editor_31bf3856ad364e35_10.0.19041.746_none_dc7caa836f08ad57\regedit.exe
9b06e897---C:\\Windows\SysWOW64\TpmInit.exe
9b06e897---C:\\Windows\WinSxS\wow64_microsoft-windows-tpm-adminsnapin_31bf3856ad364e35_10.0.19041.1_none_37c2cec4b2ff6c9c\TpmInit.exe
9b187e04---C:\\Windows\SysWOW64\write.exe
9b187e04---C:\\Windows\WinSxS\wow64_microsoft-windows-write_31bf3856ad364e35_10.0.19041.1_none_1fc88a05b0d625c5\write.exe
9babe77e---C:\\Windows\SysWOW64\Windows.Media.BackgroundPlayback.exe
9babe77e---C:\\Windows\WinSxS\wow64_microsoft-windows-r..ckgroundmediaplayer_31bf3856ad364e35_10.0.19041.746_none_a433f7583d4f4aab\Windows.Media.BackgroundPlayback.exe
9c9f8646---C:\\Windows\SysWOW64\Dism\DismHost.exe
9c9f8646---C:\\Windows\WinSxS\x86_microsoft-windows-d..ing-management-core_31bf3856ad364e35_10.0.19041.746_none_ad0ed54dd130eec3\DismHost.exe
9ca22571---C:\\Windows\SysWOW64\WSManHTTPConfig.exe
9ca22571---C:\\Windows\WinSxS\wow64_microsoft-windows-w..for-management-core_31bf3856ad364e35_10.0.19041.844_none_b2b16bd040399d8e\WSManHTTPConfig.exe
9d1b76ae---C:\\Windows\SysWOW64\CheckNetIsolation.exe
9d1b76ae---C:\\Windows\WinSxS\wow64_networking-mpssvc-netsh_31bf3856ad364e35_10.0.19041.804_none_9767cb4c59c12186\CheckNetIsolation.exe
9f103314---C:\\Windows\SysWOW64\charmap.exe
9f103314---C:\\Windows\WinSxS\wow64_microsoft-windows-charmap_31bf3856ad364e35_10.0.19041.1_none_b29f753478196f5e\charmap.exe
9f50f0a4---C:\\Windows\SysWOW64\RMActivate_isv.exe
9f50f0a4---C:\\Windows\WinSxS\wow64_microsoft-windows-s..native-whitebox-isv_31bf3856ad364e35_10.0.19041.1_none_a99795d4c367fea1\RMActivate_isv.exe
9fa35f6c---C:\\Windows\SysWOW64\InputSwitchToastHandler.exe
9fa35f6c---C:\\Windows\WinSxS\wow64_microsoft-windows-i..switch-toasthandler_31bf3856ad364e35_10.0.19041.746_none_b2e64138c9682982\InputSwitchToastHandler.exe
9fd41e57---C:\\Windows\SysWOW64\ddodiag.exe
9fd41e57---C:\\Windows\WinSxS\wow64_microsoft-windows-ddodiag_31bf3856ad364e35_10.0.19041.1_none_f69c49e870acf520\ddodiag.exe
a07e6527---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTAgent_35\7a454331ae0416d9281206de45344e93\QTAgent_35.ni.exe
a1fb943b---C:\\Windows\SysWOW64\PATHPING.EXE
a1fb943b---C:\\Windows\WinSxS\wow64_microsoft-windows-ping-utilities_31bf3856ad364e35_10.0.19041.1_none_69775cdd639910cb\PATHPING.EXE
a321793b---C:\\Windows\SysWOW64\SystemPropertiesDataExecutionPrevention.exe
a321793b---C:\\Windows\WinSxS\wow64_microsoft-windows-s..executionprevention_31bf3856ad364e35_10.0.19041.1_none_8a292178f857b8d8\SystemPropertiesDataExecutionPrevention.exe
a32fa068---C:\\Windows\SysWOW64\attrib.exe
a32fa068---C:\\Windows\WinSxS\wow64_microsoft-windows-attrib_31bf3856ad364e35_10.0.19041.1_none_72d3d2875ff2c886\attrib.exe
a35a5e32---C:\\Windows\SysWOW64\setx.exe
a35a5e32---C:\\Windows\WinSxS\wow64_microsoft-windows-setx_31bf3856ad364e35_10.0.19041.1_none_6cbc8da4ecceab64\setx.exe
a39c6329---C:\\Windows\SysWOW64\dxdiag.exe
a39c6329---C:\\Windows\WinSxS\wow64_microsoft-windows-d..x-directxdiagnostic_31bf3856ad364e35_10.0.19041.1_none_e409500831824146\dxdiag.exe
a3c9e3e1---C:\\Windows\SysWOW64\wbem\WinMgmt.exe
a3c9e3e1---C:\\Windows\WinSxS\wow64_microsoft-windows-wmi-core-svc_31bf3856ad364e35_10.0.19041.1_none_60f873a5caaf6704\WinMgmt.exe
a3ec49fe---C:\\Windows\SysWOW64\wecutil.exe
a3ec49fe---C:\\Windows\WinSxS\wow64_microsoft-windows-eventcollector_31bf3856ad364e35_10.0.19041.662_none_e341f52007f6d1a8\wecutil.exe
a3f2b9f1---C:\\Windows\SysWOW64\perfmon.exe
a3f2b9f1---C:\\Windows\WinSxS\wow64_microsoft-windows-performancetoolsgui_31bf3856ad364e35_10.0.19041.746_none_8457b34a3423f6d0\perfmon.exe
a484be26---C:\\Windows\SysWOW64\grpconv.exe
a484be26---C:\\Windows\WinSxS\wow64_microsoft-windows-grpconv_31bf3856ad364e35_10.0.19041.1_none_62cddcb4116c2175\grpconv.exe
a49eb1e8---C:\\Windows\SysWOW64\esentutl.exe
a49eb1e8---C:\\Windows\WinSxS\wow64_microsoft-windows-e..ageengine-utilities_31bf3856ad364e35_10.0.19041.1_none_99d1a4d398ff69a3\esentutl.exe
a4fadd0b---C:\\Windows\SysWOW64\sc.exe
a4fadd0b---C:\\Windows\WinSxS\wow64_microsoft-windows-s..llercommandlinetool_31bf3856ad364e35_10.0.19041.1_none_34b3f2eea86afb06\sc.exe
a5351cdd---C:\\Windows\SysWOW64\hdwwiz.exe
a5351cdd---C:\\Windows\WinSxS\wow64_microsoft-windows-legacyhwui_31bf3856ad364e35_10.0.19041.1_none_a2b9da391bff31c4\hdwwiz.exe
a559c1b8---C:\\Windows\SysWOW64\tar.exe
a559c1b8---C:\\Windows\WinSxS\wow64_bsdtar_31bf3856ad364e35_10.0.19041.1_none_1673c4173fbf2169\tar.exe
a5ef24ae---C:\\Windows\SysWOW64\cttunesvr.exe
a5ef24ae---C:\\Windows\WinSxS\wow64_microsoft-windows-cttunesvr_31bf3856ad364e35_10.0.19041.746_none_d848cc62b1883bca\cttunesvr.exe
a6026368---C:\\Windows\SysWOW64\netiougc.exe
a6026368---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip_31bf3856ad364e35_10.0.19041.746_none_49d38afb2289b178\netiougc.exe
a642bd3a---C:\\Windows\SysWOW64\net.exe
a642bd3a---C:\\Windows\WinSxS\wow64_microsoft-windows-net-command-line-tool_31bf3856ad364e35_10.0.19041.1_none_1278095646355851\net.exe
a66c2a13---C:\\Windows\SysWOW64\wusa.exe
a66c2a13---C:\\Windows\WinSxS\wow64_microsoft-windows-wusa_31bf3856ad364e35_10.0.19041.1_none_6d464952ec5b23a2\wusa.exe
a6911da9---C:\\Windows\SysWOW64\OpenWith.exe
a6911da9---C:\\Windows\WinSxS\wow64_microsoft-windows-openwith_31bf3856ad364e35_10.0.19041.746_none_556ec3cb05e3ec5a\OpenWith.exe
a6c2f496---C:\\Windows\SysWOW64\colorcpl.exe
a6c2f496---C:\\Windows\WinSxS\wow64_microsoft-windows-icm-ui_31bf3856ad364e35_10.0.19041.746_none_22a6ac8933ff6d5e\colorcpl.exe
a788d823---C:\\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.A75fd271a#\db0867633fb0e5f95fa64d806aa67545\Microsoft.Alm.Shared.Remoting.RemoteContainer.ni.exe
a819c5c8---C:\\Windows\WinSxS\x86_microsoft-windows-ie-impexp-extexport_31bf3856ad364e35_11.0.19041.1_none_bbc1ad79155f896a\ExtExport.exe
a8d2fa8c---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTDCAgent\a033b17204877768329f795048d7e75f\QTDCAgent.ni.exe
a91e8aa2---C:\\Windows\SysWOW64\xcopy.exe
a91e8aa2---C:\\Windows\WinSxS\wow64_microsoft-windows-xcopy_31bf3856ad364e35_10.0.19041.1_none_233b627ec80a87f1\xcopy.exe
aa75b093---C:\\Windows\SysWOW64\EhStorAuthn.exe
aa75b093---C:\\Windows\WinSxS\wow64_microsoft-windows-es-authentication_31bf3856ad364e35_10.0.19041.1_none_02027476ea57232f\EhStorAuthn.exe
aa9563fe---C:\\Windows\SysWOW64\calc.exe
aa9563fe---C:\\Windows\WinSxS\wow64_microsoft-windows-calc_31bf3856ad364e35_10.0.19041.1_none_6a03b910ee7a4073\calc.exe
ab08e245---C:\\Windows\SysWOW64\dfrgui.exe
ab08e245---C:\\Windows\WinSxS\wow64_microsoft-windows-defrag-adminui_31bf3856ad364e35_10.0.19041.746_none_816403dd2374fa29\dfrgui.exe
ac386090---C:\\Windows\SysWOW64\ieUnatt.exe
ac386090---C:\\Windows\WinSxS\wow64_microsoft-windows-ie-internetexplorer_31bf3856ad364e35_11.0.19041.1_none_239932b75896a716\ieUnatt.exe
ad3b8ec1---C:\\Windows\SysWOW64\mshta.exe
ad3b8ec1---C:\\Windows\WinSxS\wow64_microsoft-windows-ie-htmlapplication_31bf3856ad364e35_11.0.19041.1_none_4d9121ef47f5b52d\mshta.exe
ad4bea88---C:\\Windows\SysWOW64\shrpubw.exe
ad4bea88---C:\\Windows\WinSxS\wow64_microsoft-windows-sharedfoldersui_31bf3856ad364e35_10.0.19041.746_none_a06b29f6c4bab99e\shrpubw.exe
ad61d079---C:\\Windows\SysWOW64\rdrleakdiag.exe
ad61d079---C:\\Windows\WinSxS\wow64_microsoft-windows-r..eak-diagnostic-core_31bf3856ad364e35_10.0.19041.1_none_1b575ad951209106\rdrleakdiag.exe
ad67b387---C:\\Windows\System32\Microsoft.Uev.SyncController.exe
ad67b387---C:\\Windows\WinSxS\amd64_microsoft-windows-appmanagement-uevagent_31bf3856ad364e35_10.0.19041.746_none_daa4f03c43c9f201\Microsoft.Uev.SyncController.exe
ad73d3dd---C:\\Windows\SysWOW64\tcmsetup.exe
ad73d3dd---C:\\Windows\WinSxS\wow64_microsoft-windows-optionaltsps_31bf3856ad364e35_10.0.19041.1_none_a241f61a9ca1102c\tcmsetup.exe
adcb9226---C:\\Windows\SysWOW64\PickerHost.exe
adcb9226---C:\\Windows\WinSxS\wow64_microsoft-windows-pickerhost_31bf3856ad364e35_10.0.19041.746_none_95fb6080e18b744e\PickerHost.exe
add1dc8c---C:\\Windows\WinSxS\wow64_microsoft-windows-wab-app_31bf3856ad364e35_10.0.19041.1_none_02ef1556ab50e6d8\wabmig.exe
b081bffc---C:\\Windows\SysWOW64\msra.exe
b081bffc---C:\\Windows\WinSxS\wow64_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_10.0.19041.746_none_1fa60c4a9515d507\msra.exe
b1c2eabb---C:\\Windows\SystemApps\Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy\SecureAssessmentBrowser.exe
b1c2eabb---C:\\Windows\WinSxS\amd64_microsoft-windows-m..nt-browser.appxmain_31bf3856ad364e35_10.0.19041.423_none_d9ffd9525b8e7879\SecureAssessmentBrowser.exe
b1c2eabb---C:\\Windows\WinSxS\amd64_microsoft-windows-m..nt-browser.appxmain_31bf3856ad364e35_10.0.19041.844_none_d9eb415c5b9dbe4e\SecureAssessmentBrowser.exe
b230d64f---C:\\Windows\SysWOW64\typeperf.exe
b230d64f---C:\\Windows\WinSxS\wow64_microsoft-windows-p..ncetoolscommandline_31bf3856ad364e35_10.0.19041.546_none_49716c2392052aca\typeperf.exe
b385629a---C:\\Windows\SysWOW64\doskey.exe
b385629a---C:\\Windows\WinSxS\wow64_microsoft-windows-m..ommandlineutilities_31bf3856ad364e35_10.0.19041.1_none_3d62a57d3b12dcf1\doskey.exe
b4dab2c3---C:\\Windows\SysWOW64\MRINFO.EXE
b4dab2c3---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip-utility_31bf3856ad364e35_10.0.19041.1_none_f30cab80229c6b29\MRINFO.EXE
b5287b6d---C:\\Windows\System32\UevAppMonitor.exe
b5287b6d---C:\\Windows\WinSxS\amd64_microsoft-windows-appmanagement-uevagent_31bf3856ad364e35_10.0.19041.746_none_daa4f03c43c9f201\UevAppMonitor.exe
b5662dfd---C:\\Windows\WinSxS\x86_microsoft-windows-d..ommandline-dsdbutil_31bf3856ad364e35_10.0.19041.844_none_c171e0be75e709de\dsdbutil.exe
b5d8a8a9---C:\\Windows\SysWOW64\finger.exe
b5d8a8a9---C:\\Windows\WinSxS\wow64_microsoft-windows-tcpip-utility_31bf3856ad364e35_10.0.19041.1_none_f30cab80229c6b29\finger.exe
b63ac213---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTDCAgent32\b64ef33b8d454735fb32a74c6b4e7cff\QTDCAgent32.ni.exe
b6d4cf3e---C:\\Windows\SysWOW64\fsutil.exe
b6d4cf3e---C:\\Windows\WinSxS\wow64_microsoft-windows-fsutil_31bf3856ad364e35_10.0.19041.1_none_8ca9cc4ec3aae4a7\fsutil.exe
b725956a---C:\\Windows\System32\UevAgentPolicyGenerator.exe
b725956a---C:\\Windows\WinSxS\amd64_microsoft-windows-appmanagement-uevagent_31bf3856ad364e35_10.0.19041.746_none_daa4f03c43c9f201\UevAgentPolicyGenerator.exe
b7a3cfaf---C:\\Windows\assembly\NativeImages_v4.0.30319_32\VcxprojReader\9e225d4f39d6a13fdeab3daa75ee9f58\VcxprojReader.ni.exe
b850de5d---C:\\Windows\SysWOW64\dllhost.exe
b850de5d---C:\\Windows\WinSxS\wow64_microsoft-windows-com-surrogate-core_31bf3856ad364e35_10.0.19041.546_none_1d38815769c81e5a\dllhost.exe
b966a01b---C:\\Windows\SysWOW64\NetCfgNotifyObjectHost.exe
b966a01b---C:\\Windows\WinSxS\wow64_microsoft-windows-n..setup-compatibility_31bf3856ad364e35_10.0.19041.746_none_58702f801199ce06\NetCfgNotifyObjectHost.exe
b9ea1646---C:\\Windows\assembly\NativeImages_v4.0.30319_32\VSWebHandler\7fb8d89b7955f947c4785fc33fa30cf6\VSWebHandler.ni.exe
ba1d6681---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net471.x86\fe59094f34ec55f3347ce9c2a6c31d40\testhost.net471.x86.ni.exe
bab31117---C:\\Windows\SysWOW64\choice.exe
bab31117---C:\\Windows\WinSxS\wow64_microsoft-windows-choice_31bf3856ad364e35_10.0.19041.1_none_83aca2e25f8134a1\choice.exe
bb7a5923---C:\\Windows\SysWOW64\eudcedit.exe
bb7a5923---C:\\Windows\WinSxS\wow64_microsoft-windows-eudcedit_31bf3856ad364e35_10.0.19041.1_none_19de3c7b933c6faf\eudcedit.exe
bc031386---C:\\Windows\assembly\NativeImages_v4.0.30319_32\csi\74ffbe98e3e0cc48fa921d6c6442f59e\csi.ni.exe
bc0fdf44---C:\\Windows\SysWOW64\sxstrace.exe
bc0fdf44---C:\\Windows\WinSxS\x86_microsoft-windows-sxs_31bf3856ad364e35_10.0.19041.746_none_30274b64fe158ec9\sxstrace.exe
bc3cd195---C:\\Windows\SysWOW64\label.exe
bc3cd195---C:\\Windows\WinSxS\wow64_microsoft-windows-label_31bf3856ad364e35_10.0.19041.1_none_1774c39d9e06c822\label.exe
bdb897ce---C:\\Windows\WinSxS\wow64_windowssearchengine_31bf3856ad364e35_7.0.19041.789_none_95f122964122f629\SearchProtocolHost.exe
bf77b3a2---C:\\Windows\SysWOW64\Utilman.exe
bf77b3a2---C:\\Windows\WinSxS\wow64_microsoft-windows-utilman_31bf3856ad364e35_10.0.19041.746_none_eaf7a50dc46d5592\Utilman.exe
c0013f23---C:\\Windows\SysWOW64\SystemPropertiesProtection.exe
c0013f23---C:\\Windows\WinSxS\wow64_microsoft-windows-s..ropertiesprotection_31bf3856ad364e35_10.0.19041.1_none_23f80ea3f041fc17\SystemPropertiesProtection.exe
c005aa5b---C:\\Windows\SysWOW64\secinit.exe
c005aa5b---C:\\Windows\WinSxS\wow64_microsoft-windows-secinit_31bf3856ad364e35_10.0.19041.1_none_47fda84da0bc8185\secinit.exe
c03a484d---C:\\Windows\SysWOW64\openfiles.exe
c03a484d---C:\\Windows\WinSxS\wow64_microsoft-windows-openfiles_31bf3856ad364e35_10.0.19041.1_none_a76c1ed6be227279\openfiles.exe
c0ae4c98---C:\\Windows\SysWOW64\PresentationHost.exe
c0ae4c98---C:\\Windows\WinSxS\x86_wpf-presentationhostexe_31bf3856ad364e35_10.0.19041.1_none_c9c6a551071df37e\PresentationHost.exe
c1102832---C:\\Windows\SysWOW64\mmgaserver.exe
c1102832---C:\\Windows\WinSxS\wow64_microsoft-windows-mapi-mmga_31bf3856ad364e35_10.0.19041.746_none_be98bb8265bc211a\mmgaserver.exe
c21605dc---C:\\Windows\SysWOW64\rrinstaller.exe
c21605dc---C:\\Windows\WinSxS\wow64_multimedia-rrinstaller_31bf3856ad364e35_10.0.19041.746_none_fb3ba1752084c5cf\rrinstaller.exe
c24149a1---C:\\Windows\SysWOW64\compact.exe
c24149a1---C:\\Windows\WinSxS\wow64_microsoft-windows-compact_31bf3856ad364e35_10.0.19041.1_none_ba3af2a08950d1cb\compact.exe
c291384a---C:\\Windows\SysWOW64\fltMC.exe
c291384a---C:\\Windows\WinSxS\wow64_microsoft-windows-filtermanager-utils_31bf3856ad364e35_10.0.19041.546_none_01dba454b887ba53\fltMC.exe
c2e1514c---C:\\Windows\System32\stordiag.exe
c2e1514c---C:\\Windows\WinSxS\amd64_microsoft-windows-storage-diagnostics_31bf3856ad364e35_10.0.19041.1_none_2aa26221a7a3d549\stordiag.exe
c3336efe---C:\\Windows\SysWOW64\ComputerDefaults.exe
c3336efe---C:\\Windows\WinSxS\wow64_microsoft-windows-computerdefaults_31bf3856ad364e35_10.0.19041.1_none_c6bc59819707b32b\ComputerDefaults.exe
c352e10d---C:\\Windows\SysWOW64\Com\comrepl.exe
c352e10d---C:\\Windows\WinSxS\wow64_microsoft-windows-c..mplus-admin-comrepl_31bf3856ad364e35_10.0.19041.1_none_aa4f3617632d6024\comrepl.exe
c47b1476---C:\\Windows\WinSxS\wow64_microsoft-windows-mediaplayer-core_31bf3856ad364e35_10.0.19041.746_none_f3b7b83de249c055\wmpshare.exe
c4b2fbe1---C:\\Windows\SysWOW64\fixmapi.exe
c4b2fbe1---C:\\Windows\WinSxS\wow64_microsoft-windows-mapi_31bf3856ad364e35_10.0.19041.423_none_93adcfb5ace23a89\fixmapi.exe
c503ee66---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net47.x86\4ad142079679efc0cb75b6ccd5e2e8c7\testhost.net47.x86.ni.exe
c5152c5d---C:\\Windows\SysWOW64\IME\SHARED\IMEPADSV.EXE
c5152c5d---C:\\Windows\WinSxS\wow64_microsoft-windows-d..ime-eashared-imepad_31bf3856ad364e35_10.0.19041.1_none_fad1fa0072ef4a3a\IMEPADSV.EXE
c521160a---C:\\Windows\assembly\NativeImages_v4.0.30319_32\vbc\e067333075d8ecca550810ff8e041922\vbc.ni.exe
c581787d---C:\\Windows\SysWOW64\getmac.exe
c581787d---C:\\Windows\WinSxS\wow64_microsoft-windows-getmac_31bf3856ad364e35_10.0.19041.1_none_cc444e9075b95adf\getmac.exe
c5c78ae4---C:\\Windows\assembly\NativeImages_v4.0.30319_32\InteractiveHost32\ad7ad063bdf6fb24f6a9f83b1edae6a1\InteractiveHost32.ni.exe
c5f740c1---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTAgent32\bf73a86fe1a8bead6d25ec201f62ecfb\QTAgent32.ni.exe
c69a5415---C:\\Windows\WinSxS\x86_microsoft-windows-ie-ielowutil_31bf3856ad364e35_11.0.19041.1_none_9439f8fec314ad47\ielowutil.exe
c756c3dc---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net46.x86\8125dcbf86c37637695f53f3d289029c\testhost.net46.x86.ni.exe
c75db1aa---C:\\Windows\SysWOW64\LaunchTM.exe
c75db1aa---C:\\Windows\WinSxS\wow64_microsoft-windows-advancedtaskmanager_31bf3856ad364e35_10.0.19041.844_none_9732d1507eb1227f\LaunchTM.exe
c7b54d7c---C:\\Windows\SysWOW64\rasdial.exe
c7b54d7c---C:\\Windows\WinSxS\wow64_microsoft-windows-rasclienttools_31bf3856ad364e35_10.0.19041.1_none_2f8c879e7c6f8b16\rasdial.exe
c8db0ac3---C:\\Windows\SysWOW64\raserver.exe
c8db0ac3---C:\\Windows\WinSxS\wow64_microsoft-windows-r..sistance-dcomserver_31bf3856ad364e35_10.0.19041.746_none_1841951208c2b40f\raserver.exe
c9158e70---C:\\Windows\SysWOW64\dplaysvr.exe
c9158e70---C:\\Windows\SysWOW64\dpnsvr.exe
c9158e70---C:\\Windows\WinSxS\x86_microsoft-windows-d..directplay4-payload_31bf3856ad364e35_1.0.19041.1_none_598949f46770a8b9\dplaysvr.exe
c9158e70---C:\\Windows\WinSxS\x86_microsoft-windows-d..directplay8-payload_31bf3856ad364e35_1.0.19041.1_none_fc9bfaeba32d6cd5\dpnsvr.exe
ca2b84c5---C:\\Windows\SysWOW64\IME\IMEJP\IMJPSET.EXE
ca2b84c5---C:\\Windows\WinSxS\wow64_microsoft-windows-d..me-japanese-setting_31bf3856ad364e35_10.0.19041.1_none_7275aff6509d3c66\IMJPSET.EXE
ca7f1f29---C:\\Windows\SysWOW64\d3dconfig.exe
ca7f1f29---C:\\Windows\WinSxS\wow64_microsoft-windows-directx-control-panel_31bf3856ad364e35_10.0.19041.1_none_b1eef62b237e5564\d3dconfig.exe
cb47e163---C:\\Windows\WinSxS\wow64_microsoft-windows-advancedtaskmanager_31bf3856ad364e35_10.0.19041.746_none_9734cffe7eaf5806\Taskmgr.exe
cbbcead1---C:\\Windows\SysWOW64\cscript.exe
cbbcead1---C:\\Windows\WinSxS\wow64_microsoft-windows-scripting_31bf3856ad364e35_10.0.19041.264_none_309e9e4a939c0bac\cscript.exe
d02779e1---C:\\Windows\System32\ScriptRunner.exe
d02779e1---C:\\Windows\WinSxS\amd64_microsoft-windows-a..nagement-appvclient_31bf3856ad364e35_10.0.19041.804_none_aa9502e926d79b91\ScriptRunner.exe
d02779e1---C:\\Windows\WinSxS\amd64_microsoft-windows-a..nagement-appvclient_31bf3856ad364e35_10.0.19041.867_none_aa57243f27058f3c\ScriptRunner.exe
d02e4199---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.621_none_8b4aad116db09a37\TiWorker.exe
d02e4199---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.740_none_8b340ed56dc1b5e9\TiWorker.exe
d02e4199---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.860_none_8b1e70e36dd1eaf2\TiWorker.exe
d0852699---C:\\Windows\SysWOW64\fsquirt.exe
d0852699---C:\\Windows\WinSxS\wow64_microsoft-windows-bth-user_31bf3856ad364e35_10.0.19041.746_none_4d67350a685e1a3a\fsquirt.exe
d127254d---C:\\Windows\SysWOW64\iscsicpl.exe
d127254d---C:\\Windows\WinSxS\wow64_microsoft-windows-iscsi_initiator_ui_31bf3856ad364e35_10.0.19041.1_none_9830e2872fd0279a\iscsicpl.exe
d2dac760---C:\\Windows\SysWOW64\replace.exe
d2dac760---C:\\Windows\WinSxS\wow64_microsoft-windows-m..ommandlineutilities_31bf3856ad364e35_10.0.19041.1_none_3d62a57d3b12dcf1\replace.exe
d39bb675---C:\\Windows\SysWOW64\IME\SHARED\IMESEARCH.EXE
d39bb675---C:\\Windows\WinSxS\wow64_microsoft-windows-d..d-searchintegration_31bf3856ad364e35_10.0.19041.746_none_6e05a6bb2291b4c6\IMESEARCH.EXE
d4bdb1fe---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net452.x86\0a1d48b39deb698320403a9c94bb2287\testhost.net452.x86.ni.exe
d5261ad7---C:\\Windows\System32\UevTemplateConfigItemGenerator.exe
d5261ad7---C:\\Windows\WinSxS\amd64_microsoft-windows-appmanagement-uevagent_31bf3856ad364e35_10.0.19041.746_none_daa4f03c43c9f201\UevTemplateConfigItemGenerator.exe
d553068a---C:\\Windows\SysWOW64\IME\SHARED\IMCCPHR.exe
d553068a---C:\\Windows\WinSxS\wow64_microsoft-windows-ime-eashared-ccshared_31bf3856ad364e35_10.0.19041.1_none_965fbcbe4df0916b\IMCCPHR.exe
d5e64eaf---C:\\Windows\WinSxS\wow64_microsoft-windows-tabletpc-inputpanel_31bf3856ad364e35_10.0.19041.1_none_d1d4cd9c4b409594\TabTip32.exe
d6221653---C:\\Windows\SysWOW64\cliconfg.exe
d6221653---C:\\Windows\WinSxS\wow64_microsoft-windows-m..ac-sql-cliconfg-exe_31bf3856ad364e35_10.0.19041.1_none_3062feae2a702d0a\cliconfg.exe
d626d0ee---C:\\Windows\SysWOW64\cleanmgr.exe
d626d0ee---C:\\Windows\WinSxS\wow64_microsoft-windows-cleanmgr_31bf3856ad364e35_10.0.19041.1_none_2d89ee37314a19a9\cleanmgr.exe
d66ddfdc---C:\\Windows\SysWOW64\tttracer.exe
d66ddfdc---C:\\Windows\WinSxS\wow64_microsoft-windows-t..eldebugger-recorder_31bf3856ad364e35_10.0.19041.746_none_4cb1ff2aa122b5dd\tttracer.exe
d7d7226f---C:\\Windows\SysWOW64\srdelayed.exe
d7d7226f---C:\\Windows\WinSxS\wow64_microsoft-windows-srdelayed_31bf3856ad364e35_10.0.19041.1_none_16a30fa92fe5e343\srdelayed.exe
d7dd25de---C:\\Windows\SysWOW64\msinfo32.exe
d7dd25de---C:\\Windows\WinSxS\wow64_microsoft-windows-msinfo32-exe-common_31bf3856ad364e35_10.0.19041.1_none_468ab6f0be9f26c6\msinfo32.exe
d7dd25de---C:\\Windows\WinSxS\wow64_microsoft-windows-msinfo32-exe_31bf3856ad364e35_10.0.19041.1_none_6c221eaccd6c91ae\msinfo32.exe
d9190e34---C:\\Windows\SysWOW64\mavinject.exe
d9190e34---C:\\Windows\WinSxS\wow64_microsoft-windows-appmanagement-appvwow_31bf3856ad364e35_10.0.19041.789_none_9b5f829485b487ac\mavinject.exe
d9190e34---C:\\Windows\WinSxS\wow64_microsoft-windows-appmanagement-appvwow_31bf3856ad364e35_10.0.19041.867_none_9b7323be85a61a43\mavinject.exe
d9d66afa---C:\\Windows\SysWOW64\logagent.exe
d9d66afa---C:\\Windows\WinSxS\wow64_microsoft-windows-mediaplayer-logagent_31bf3856ad364e35_10.0.19041.746_none_d38e81565538dedf\logagent.exe
dabd8419---C:\\Windows\SysWOW64\extrac32.exe
dabd8419---C:\\Windows\WinSxS\wow64_microsoft-windows-extrac32_31bf3856ad364e35_10.0.19041.1_none_9b6f5274d7a3ac24\extrac32.exe
db70bfdc---C:\\Windows\SysWOW64\chkntfs.exe
db70bfdc---C:\\Windows\WinSxS\wow64_microsoft-windows-autochkconfigurator_31bf3856ad364e35_10.0.19041.1_none_d908336e5b82be3e\chkntfs.exe
dba0a20d---C:\\Windows\SysWOW64\reg.exe
dba0a20d---C:\\Windows\WinSxS\wow64_microsoft-windows-r..-commandline-editor_31bf3856ad364e35_10.0.19041.1_none_f1d9ebd2fe6dc15b\reg.exe
dbbd7e92---C:\\Windows\SysWOW64\WPDShextAutoplay.exe
dbbd7e92---C:\\Windows\WinSxS\wow64_microsoft-windows-wpd-shellextension_31bf3856ad364e35_10.0.19041.746_none_f976e1c959f9b925\WPDShextAutoplay.exe
dc070c58---C:\\Windows\WinSxS\wow64_microsoft-windows-wmi-core_31bf3856ad364e35_10.0.19041.746_none_a1a1f833b2c8a6b3\WMIADAP.exe
dcf341bd---C:\\Windows\SysWOW64\wbem\WMIADAP.exe
dcf341bd---C:\\Windows\WinSxS\wow64_microsoft-windows-wmi-core_31bf3856ad364e35_10.0.19041.844_none_a19ff985b2ca712c\WMIADAP.exe
dd2bfc7b---C:\\Windows\WinSxS\wow64_microsoft-windows-w..for-management-core_31bf3856ad364e35_10.0.19041.746_none_b2b36a7e4037d315\WSManHTTPConfig.exe
dd376ae0---C:\\Windows\SysWOW64\tzutil.exe
dd376ae0---C:\\Windows\WinSxS\wow64_microsoft-windows-tzutil_31bf3856ad364e35_10.0.19041.1_none_f4898caed6e558be\tzutil.exe
dd549cd5---C:\\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell_ise.exe
dd549cd5---C:\\Windows\WinSxS\wow64_microsoft-windows-gpowershell-exe_31bf3856ad364e35_10.0.19041.1_none_f8d6d7787573666b\powershell_ise.exe
dd7a76a9---C:\\Windows\SysWOW64\eventvwr.exe
dd7a76a9---C:\\Windows\WinSxS\wow64_eventviewersettings_31bf3856ad364e35_10.0.19041.1_none_b53d8fdcd7716c78\eventvwr.exe
dfa75e45---C:\\Windows\assembly\NativeImages_v4.0.30319_32\csc\af57636a11cd3c309d05357a5f213874\csc.ni.exe
e065afee---C:\\Windows\SysWOW64\powercfg.exe
e065afee---C:\\Windows\WinSxS\wow64_microsoft-windows-p..nfiguration-cmdline_31bf3856ad364e35_10.0.19041.1_none_c9a1700d547d6cde\powercfg.exe
e06c999a---C:\\Windows\SysWOW64\TapiUnattend.exe
e06c999a---C:\\Windows\WinSxS\wow64_microsoft-windows-tapisetup_31bf3856ad364e35_10.0.19041.746_none_52411fe22e5a0ca1\TapiUnattend.exe
e07108c1---C:\\Windows\SysWOW64\DXCap.exe
e07108c1---C:\\Windows\WinSxS\wow64_microsoft-windows-directx-graphics-tools_31bf3856ad364e35_10.0.19041.789_none_17e4d520ef7e97b4\DXCap.exe
e0ec1d8b---C:\\Windows\SysWOW64\sdbinst.exe
e0ec1d8b---C:\\Windows\WinSxS\wow64_microsoft-windows-a..ence-infrastructure_31bf3856ad364e35_10.0.19041.572_none_bd3a8424e005d1ac\sdbinst.exe
e170f7b9---C:\\Windows\SysWOW64\SystemPropertiesPerformance.exe
e170f7b9---C:\\Windows\WinSxS\wow64_microsoft-windows-s..opertiesperformance_31bf3856ad364e35_10.0.19041.1_none_1b1c6505d69885a4\SystemPropertiesPerformance.exe
e29ae221---C:\\Windows\SysWOW64\mcbuilder.exe
e29ae221---C:\\Windows\WinSxS\wow64_microsoft-windows-muicachebuilder_31bf3856ad364e35_10.0.19041.1_none_da52541188969d5e\mcbuilder.exe
e2b909c2---C:\\Windows\SysWOW64\IME\SHARED\imecfmui.exe
e2b909c2---C:\\Windows\WinSxS\wow64_microsoft-windows-d..omerfeedbackmanager_31bf3856ad364e35_10.0.19041.844_none_c47fb20821633815\imecfmui.exe
e333d656---C:\\Windows\SysWOW64\wbem\WMIC.exe
e333d656---C:\\Windows\WinSxS\wow64_microsoft-windows-w..ommand-line-utility_31bf3856ad364e35_10.0.19041.1_none_61ef8d34a0953a91\WMIC.exe
e3a8876f---C:\\Windows\SysWOW64\eventcreate.exe
e3a8876f---C:\\Windows\WinSxS\wow64_microsoft-windows-eventcreate_31bf3856ad364e35_10.0.19041.1_none_95a8887a13522472\eventcreate.exe
e53400ce---C:\\Windows\SysWOW64\unregmp2.exe
e53400ce---C:\\Windows\WinSxS\wow64_microsoft-windows-mediaplayer-setup_31bf3856ad364e35_10.0.19041.746_none_9641bea069bae0ad\unregmp2.exe
e60fb4a3---C:\\Windows\SysWOW64\ftp.exe
e60fb4a3---C:\\Windows\WinSxS\wow64_microsoft-windows-ftp_31bf3856ad364e35_10.0.19041.1_none_6d3115c62c48462c\ftp.exe
e77b01ea---C:\\Windows\SysWOW64\netsh.exe
e77b01ea---C:\\Windows\WinSxS\wow64_microsoft-windows-netsh_31bf3856ad364e35_10.0.19041.1_none_1fe6ae13cb971ac8\netsh.exe
e782f446---C:\\Windows\WinSxS\x86_microsoft-windows-i..devicescontrolpanel_31bf3856ad364e35_10.0.19041.1_none_7e723dd43021c2d3\ImagingDevices.exe
e7a80b26---C:\\Windows\SysWOW64\dccw.exe
e7a80b26---C:\\Windows\WinSxS\wow64_microsoft-windows-icm-dccw_31bf3856ad364e35_10.0.19041.1_none_db3463b66241962d\dccw.exe
e7b696d5---C:\\Windows\WinSxS\wow64_microsoft-windows-advancedtaskmanager_31bf3856ad364e35_10.0.19041.746_none_9734cffe7eaf5806\LaunchTM.exe
e86e775c---C:\\Windows\WinSxS\wow64_microsoft-windows-m..player-shellpreview_31bf3856ad364e35_10.0.19041.746_none_a8ebc85006676770\wmprph.exe
ea2f7056---C:\\Windows\SysWOW64\SystemPropertiesComputerName.exe
ea2f7056---C:\\Windows\WinSxS\wow64_microsoft-windows-s..pertiescomputername_31bf3856ad364e35_10.0.19041.1_none_f0b8ea270ffc4674\SystemPropertiesComputerName.exe
ea3321f6---C:\\Windows\assembly\NativeImages_v4.0.30319_32\ServiceHub.d6c1bc22#\ea91c64abae8898a8ec40ea566fd5d7e\ServiceHub.Host.CLR.x86.ni.exe
eabbbe73---C:\\Windows\SysWOW64\CameraSettingsUIHost.exe
eabbbe73---C:\\Windows\WinSxS\wow64_microsoft-windows-webcamexperience_31bf3856ad364e35_10.0.19041.746_none_5536c5683efe1dad\CameraSettingsUIHost.exe
ec36566d---C:\\Windows\SysWOW64\VsGraphicsRemoteEngine.exe
ec36566d---C:\\Windows\WinSxS\wow64_microsoft-windows-directx-graphics-tools_31bf3856ad364e35_10.0.19041.789_none_17e4d520ef7e97b4\VsGraphicsRemoteEngine.exe
ecd9a4a2---C:\\Windows\SysWOW64\userinit.exe
ecd9a4a2---C:\\Windows\WinSxS\wow64_microsoft-windows-userinit_31bf3856ad364e35_10.0.19041.1_none_9c6e71eba56e4081\userinit.exe
ed2362b9---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net461.x86\de567e9e259ef2f410d83d643acea1f8\testhost.net461.x86.ni.exe
ee2c936a---C:\\Windows\SysWOW64\SearchFilterHost.exe
ee2c936a---C:\\Windows\WinSxS\wow64_windowssearchengine_31bf3856ad364e35_7.0.19041.844_none_962713d240fa8f79\SearchFilterHost.exe
ee3d4302---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.621_none_8b4aad116db09a37\TiFileFetcher.exe
ee3d4302---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.740_none_8b340ed56dc1b5e9\TiFileFetcher.exe
efb5e2c5---C:\\Windows\assembly\NativeImages_v4.0.30319_32\VBCSCompiler\91bd0638ebb4428a14cb6ae49b440827\VBCSCompiler.ni.exe
f0945329---C:\\Windows\SysWOW64\IME\IMETC\IMTCPROP.exe
f0945329---C:\\Windows\WinSxS\wow64_microsoft-windows-i..tional-chinese-core_31bf3856ad364e35_10.0.19041.1_none_19c9b562d4b65581\IMTCPROP.exe
f11b9b03---C:\\Windows\SysWOW64\winrshost.exe
f11b9b03---C:\\Windows\WinSxS\wow64_microsoft-windows-winrsplugins_31bf3856ad364e35_10.0.19041.1_none_d67c2e3d05659825\winrshost.exe
f11b9b03---C:\\Windows\WinSxS\wow64_microsoft-windows-winrsplugins_31bf3856ad364e35_10.0.19041.844_none_fe826cd7c4d920e8\winrshost.exe
f1245dff---C:\\Windows\SysWOW64\Magnify.exe
f1245dff---C:\\Windows\WinSxS\wow64_microsoft-windows-magnify_31bf3856ad364e35_10.0.19041.746_none_567bcc8b2bdfe683\Magnify.exe
f15c5b8b---C:\\Windows\SysWOW64\IME\IMETC\IMTCLNWZ.EXE
f15c5b8b---C:\\Windows\WinSxS\wow64_microsoft-windows-i..tional-chinese-core_31bf3856ad364e35_10.0.19041.1_none_19c9b562d4b65581\IMTCLNWZ.EXE
f1f19f23---C:\\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.860_none_8b1e70e36dd1eaf2\TiFileFetcher.exe
f1f7d162---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net48.x86\f45ce23801d779f424c70827af949830\testhost.net48.x86.ni.exe
f2365515---C:\\Windows\SysWOW64\credwiz.exe
f2365515---C:\\Windows\WinSxS\wow64_microsoft-windows-credwiz_31bf3856ad364e35_10.0.19041.1_none_602068813f9366fe\credwiz.exe
f272ec74---C:\\Windows\SysWOW64\odbcad32.exe
f272ec74---C:\\Windows\WinSxS\wow64_microsoft-windows-m..-odbc-administrator_31bf3856ad364e35_10.0.19041.1_none_04959f34117554a3\odbcad32.exe
f3d5b5e7---C:\\Windows\SysWOW64\SystemPropertiesAdvanced.exe
f3d5b5e7---C:\\Windows\WinSxS\wow64_microsoft-windows-s..mpropertiesadvanced_31bf3856ad364e35_10.0.19041.1_none_b78e3fadb804b45a\SystemPropertiesAdvanced.exe
f4e41c6d---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.x86\9087ba123211223956bdddadfe16f5a8\testhost.x86.ni.exe
f5d59855---C:\\Windows\SysWOW64\resmon.exe
f5d59855---C:\\Windows\WinSxS\wow64_microsoft-windows-performancetoolsgui_31bf3856ad364e35_10.0.19041.746_none_8457b34a3423f6d0\resmon.exe
f6c50466---C:\\Windows\WinSxS\wow64_microsoft-windows-mediaplayer-core_31bf3856ad364e35_10.0.19041.746_none_f3b7b83de249c055\wmpconfig.exe
f702da27---C:\\Windows\SysWOW64\agentactivationruntimestarter.exe
f702da27---C:\\Windows\WinSxS\wow64_microsoft-windows-aarsvc_31bf3856ad364e35_10.0.19041.789_none_4b1564d638a5e2bb\agentactivationruntimestarter.exe
f702da27---C:\\Windows\WinSxS\wow64_microsoft-windows-aarsvc_31bf3856ad364e35_10.0.19041.867_none_4b29060038977552\agentactivationruntimestarter.exe
f7211176---C:\\Windows\SysWOW64\Com\MigRegDB.exe
f7211176---C:\\Windows\WinSxS\wow64_microsoft-windows-c..plus-setup-migregdb_31bf3856ad364e35_10.0.19041.1_none_ed965939376efbbf\MigRegDB.exe
f825f201---C:\\Windows\assembly\NativeImages_v4.0.30319_32\testhost.net462.x86\92190dd8b849e5a315cb7ae662693b68\testhost.net462.x86.ni.exe
f8d87e17---C:\\Windows\SysWOW64\cmd.exe
f8d87e17---C:\\Windows\WinSxS\wow64_microsoft-windows-commandprompt_31bf3856ad364e35_10.0.19041.746_none_735abbdbad8c902f\cmd.exe
f905d2c2---C:\\Windows\SysWOW64\rekeywiz.exe
f905d2c2---C:\\Windows\WinSxS\wow64_microsoft-windows-efs-rekeywiz_31bf3856ad364e35_10.0.19041.1_none_c8306252df9627cb\rekeywiz.exe
f95e2f19---C:\\Windows\assembly\NativeImages_v4.0.30319_32\QTAgent32_35\f5b88f4aa8609e6d530e4a185429caf2\QTAgent32_35.ni.exe
f9740da9---C:\\Windows\SysWOW64\setupugc.exe
f9740da9---C:\\Windows\WinSxS\wow64_microsoft-windows-deployment_31bf3856ad364e35_10.0.19041.746_none_e43cebe9807e08e3\setupugc.exe
fab18388---C:\\Windows\SysWOW64\relog.exe
fab18388---C:\\Windows\WinSxS\wow64_microsoft-windows-p..ncetoolscommandline_31bf3856ad364e35_10.0.19041.546_none_49716c2392052aca\relog.exe
face86fb---C:\\Windows\SysWOW64\RMActivate_ssp.exe
face86fb---C:\\Windows\WinSxS\x86_microsoft-windows-s..or-native-serverbox_31bf3856ad364e35_10.0.19041.1_none_c991318e4b11e4cf\RMActivate_ssp.exe
fbe0389b---C:\\Windows\SysWOW64\ByteCodeGenerator.exe
fbe0389b---C:\\Windows\WinSxS\wow64_microsoft-windows-a..t-bytecodegenerator_31bf3856ad364e35_10.0.19041.746_none_c870e05327c56936\ByteCodeGenerator.exe
fd3f42cd---C:\\Windows\SysWOW64\RunLegacyCPLElevated.exe
fd3f42cd---C:\\Windows\WinSxS\wow64_microsoft-windows-runlegacycplelevated_31bf3856ad364e35_10.0.19041.1_none_d151c6f3c90b1e0b\RunLegacyCPLElevated.exe
fd9a1041---C:\\Windows\SysWOW64\certreq.exe
fd9a1041---C:\\Windows\WinSxS\wow64_microsoft-windows-certificaterequesttool_31bf3856ad364e35_10.0.19041.1_none_28564b59eb268cda\certreq.exe
fda6f87e---C:\\Windows\SysWOW64\UserAccountControlSettings.exe
fda6f87e---C:\\Windows\WinSxS\wow64_microsoft-windows-u..ountcontrolsettings_31bf3856ad364e35_10.0.19041.423_none_6c05a0526bbe14de\UserAccountControlSettings.exe
fe5a2489---C:\\Windows\SysWOW64\PING.EXE
fe5a2489---C:\\Windows\WinSxS\wow64_microsoft-windows-ping-utilities_31bf3856ad364e35_10.0.19041.1_none_69775cdd639910cb\PING.EXE
fede3af5---C:\\Windows\SysWOW64\sort.exe
fede3af5---C:\\Windows\WinSxS\wow64_microsoft-windows-sort_31bf3856ad364e35_10.0.19041.1_none_6c03db28ed4132dc\sort.exe
ff8cfcb1---C:\\Windows\SysWOW64\winver.exe
ff8cfcb1---C:\\Windows\WinSxS\wow64_microsoft-windows-winver_31bf3856ad364e35_10.0.19041.1_none_7697361270372205\winver.exe

FindWin10Old32ExE相关推荐

最新文章

  1. OpenCV入门系列(4):显示一张图片和一个视频
  2. 克莱门特公司在俄罗斯一个数据中心安装其新型冷却系统
  3. 如何在C语言中巧妙地避免使用if语句?
  4. 为什么在大型 Angular 应用里我们需要使用 ngrx
  5. 关于scanf和的问题
  6. 检测浏览器是否支持WebSocket
  7. 贴吧用html标签,html标签3(转载)
  8. 31个用来测试你网站各项性能的免费在线工具
  9. Java中如何跳出多重for循环
  10. 2021-0415梦笔记
  11. 软件测试第三次作业-worldCount
  12. matplotlib绘图(折线图,直方图,柱状图,饼图,散点图,三维,动图)
  13. 有哪些开源的小程序商城源码?
  14. 十二栋发布新品牌BC12 能否成衍生品市场黑马?
  15. 巴别时代2017校园招聘宣讲+笔试
  16. 禁用计算机外部设备,禁用扫描仪的多种方法
  17. 《数据结构与算法 Python语言实现》书评与学习心得
  18. imac pro m1芯片关闭sip方法
  19. 《程序员》10月刊推荐 LBS:签到背后的百亿市场
  20. 使用阿里百川和淘宝联盟进行私域用户管理授权(Android端)

热门文章

  1. android内存攻击,观点|Rowhammer:针对物理内存的攻击可以取得 Android 设备的 root 权限...
  2. 外观设计专利概念是什么
  3. 用Python爬取中国各省GDP数据
  4. FileInputFormat切片源码解析
  5. 深入理解物联网三大难点:(一)业务需求
  6. JavaSE 7 新特性介绍
  7. ThreadLocal 与 static 变量
  8. FindBugs 简介
  9. 虚拟网络主流架构(让虚拟机上网的三种方案)
  10. Hit the Target!