インストール直後のサービス等


  実行中サービス




インストール直後と言っても、ネットワークカード等のハードウェアのドライバのインストール終了後です
VBSCript で ADSI を使用して外部より一覧を取得しました

Messenger ・Task Scheduler は特に必要ありません。
Print Spooler は印刷処理をしないのであれば必要ありませんが、プレビュー等でアプリケーションが必要とする
場面も少なく無いので停止するかどうかは使用者の運用次第です。

Microsoft のサービス説明は こちら

表示名 StartType サービス名
1 Computer Browser 自動 Browser
2 DHCP Client 自動 Dhcp
3 Logical Disk Manager 自動 dmserver
4 DNS Client 自動 Dnscache
5 Event Log 自動 Eventlog
6 COM+ Event System 手動 EventSystem
7 Server 自動 lanmanserver
8 Workstation 自動 lanmanworkstation
9 TCP/IP NetBIOS Helper Service 自動 LmHosts
10 Messenger 自動 Messenger
11 Network Connections 手動 Netman
12 Removable Storage 自動 NtmsSvc
13 Plug and Play 自動 PlugPlay
14 IPSEC Policy Agent 自動 PolicyAgent
15 Protected Storage 自動 ProtectedStorage
16 Remote Registry Service 自動 RemoteRegistry
17 Remote Procedure Call (RPC) 自動 RpcSs
18 Security Accounts Manager 自動 SamSs
19 Task Scheduler 自動 Schedule
20 RunAs Service 自動 seclogon
21 System Event Notification 自動 SENS
22 Print Spooler 自動 Spooler
23 Telephony 手動 TapiSrv
24 Distributed Link Tracking Client 自動 TrkWks
25 Windows Management Instrumentation 自動 WinMgmt
26 Windows Management Instrumentation Driver Extensions 手動 Wmi







  停止中サービス




VBSCript で ADSI を使用して外部より一覧を取得しました

表示名 StartType サービス名
1 Alerter 手動 Alerter
2 Application Management 手動 AppMgmt
3 Indexing Service 手動 cisvc
4 ClipBook 手動 ClipSrv
5 Logical Disk Manager Administrative Service 手動 dmadmin
6 FAX Service 手動 Fax
7 NetMeeting Remote Desktop Sharing 手動 mnmsrvc
8 Distributed Transaction Coordinator 手動 MSDTC
9 Windows Installer 手動 MSIServer
10 Network DDE 手動 NetDDE
11 Network DDE DSDM 手動 NetDDEdsdm
12 Net Logon 手動 Netlogon
13 NT LM Security Support Provider 手動 NtLmSsp
14 Remote Access Auto Connection Manager 手動 RasAuto
15 Remote Access Connection Manager 手動 RasMan
16 Routing and Remote Access - RemoteAccess
17 Remote Procedure Call (RPC) Locator 手動 RpcLocator
18 QoS RSVP 手動 RSVP
19 Smart Card Helper 手動 SCardDrv
20 Smart Card 手動 SCardSvr
21 Internet Connection Sharing 手動 SharedAccess
22 Performance Logs and Alerts 手動 SysmonLog
23 Telnet 手動 TlntSvr
24 Uninterruptible Power Supply 手動 UPS
25 Utility Manager 手動 UtilMan
26 Windows Time 手動 W32Time

  OSのサービス一覧より

OS のサービス表示で外部より一覧を取得し、エクスポートしました
ログオンは、全てローカル システムです

名前 状態 スタートアップの種類
1 COM+ Event System 開始 手動
2 Computer Browser 開始 自動
3 DHCP Client 開始 自動
4 Distributed Link Tracking Client 開始 自動
5 DNS Client 開始 自動
6 Event Log 開始 自動
7 IPSEC Policy Agent 開始 自動
8 Logical Disk Manager 開始 自動
9 Messenger 開始 自動
10 Network Connections 開始 手動
11 Plug and Play 開始 自動
12 Print Spooler 開始 自動
13 Protected Storage 開始 自動
14 Remote Procedure Call (RPC) 開始 自動
15 Remote Registry Service 開始 自動
16 Removable Storage 開始 自動
17 RunAs Service 開始 自動
18 Security Accounts Manager 開始 自動
19 Server 開始 自動
20 System Event Notification 開始 自動
21 Task Scheduler 開始 自動
22 TCP/IP NetBIOS Helper Service 開始 自動
23 Telephony 開始 手動
24 Windows Management Instrumentation 開始 自動
25 Windows Management Instrumentation Driver Extensions 開始 手動
26 Workstation 開始 自動
27 Alerter   手動
28 Application Management   手動
29 ClipBook   手動
30 Distributed Transaction Coordinator   手動
31 FAX Service   手動
32 Indexing Service   手動
33 Internet Connection Sharing   手動
34 Logical Disk Manager Administrative Service   手動
35 Net Logon   手動
36 NetMeeting Remote Desktop Sharing   手動
37 Network DDE   手動
38 Network DDE DSDM   手動
39 NT LM Security Support Provider   手動
40 Performance Logs and Alerts   手動
41 QoS RSVP   手動
42 Remote Access Auto Connection Manager   手動
43 Remote Access Connection Manager   手動
44 Remote Procedure Call (RPC) Locator   手動
45 Routing and Remote Access   無効
46 Smart Card   手動
47 Smart Card Helper   手動
48 Telnet   手動
49 Uninterruptible Power Supply   手動
50 Utility Manager   手動
51 Windows Installer   手動
52 Windows Time   手動

  プロセス一覧

VBSCript で WMI を使用して外部より一覧を取得しました

Priority Name
1 0 System Idle Process
2 8 System
3 11 smss.exe
4 13 csrss.exe
5 13 winlogon.exe
6 9 services.exe
7 9 lsass.exe
8 8 svchost.exe
9 8 SPOOLSV.EXE
10 8 svchost.exe
11 8 regsvc.exe
12 8 mstask.exe
13 8 winmgmt.exe
14 8 explorer.exe
15 8 imejpmgr.exe
16 8 igfxtray.exe
17 8 hkcmd.exe
18 8 internat.exe

  レジストリの RUN キー

Dドライブに追加インストールしています

  

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Synchronization Manager"="mobsync.exe /logon"
"IgfxTray"="D:\\WINNT\\System32\\igfxtray.exe"
"HotKeysCmds"="D:\\WINNT\\System32\\hkcmd.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"Internat.exe"="Internat.exe"
  

igfxtray.exeとhkcmd.exeはオンボード・ビデオ用ドライバー




yahoo  google  MSDN  MSDN(us)  WinFAQ  Win Howto  tohoho  ie_DHTML  vector  wdic  辞書  天気 


[aw2kinst]
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
24/04/19 22:56:45
InfoBoard Version 1.00 : Language=Perl

1 BatchHelper COMprog CommonSpec Cprog CprogBase CprogSAMPLE CprogSTD CprogSTD2 CprogWinsock Cygwin GameScript HTML HTMLcss InstallShield InstallShieldFunc JScript JScriptSAMPLE Jsfuncs LLINK OldProg OracleGold OracleSilver PRO PRObrowser PROc PROconePOINT PROcontrol PROftpclient PROjscript PROmailer PROperl PROperlCHAT PROphp PROphpLesson PROphpLesson2 PROphpLesson3 PROphpfunction PROphpfunctionArray PROphpfunctionMisc PROphpfunctionString PROsql PROvb PROvbFunction PROvbString PROvbdbmtn PROvbonepoint PROwebapp PROwin1POINT PROwinSYSTEM PROwinYOROZU PROwindows ProjectBoard RealPHP ScriptAPP ScriptMaster VBRealtime Vsfuncs a1root access accreq adsi ajax amazon argus asp aspSample aspVarious aspdotnet aw2kinst cappvariety centura ckeyword classStyle cmaterial cmbin cmdbapp cmenum cmlang cmlistbox cmstd cmstdseed cmtxt cs daz3d db dbCommon dbaccess dnettool dos download flex2 flex3 flex4 framemtn framereq freeWorld freesoft gimp ginpro giodownload google hdml home hta htmlDom ie9svg install java javaSwing javascript jetsql jquery jsp jspTest jspVarious lightbox listasp listmsapi listmsie listmsiis listmsnt listmspatch listmsscript listmsvb listmsvc memo ms msde mysql netbeans oraPlsql oracle oracleWiper oraclehelper orafunc other panoramio pear perl personal pgdojo pgdojo_cal pgdojo_holiday pgdojo_idx pgdojo_ref pgdojo_req php phpVarious phpguide plsql postgres ps r205 realC realwebapp regex rgaki ruby rule sboard sc scprint scquest sdb sdbquest seesaa setup sh_Imagick sh_canvas sh_dotnet sh_google sh_tool sh_web shadowbox shgm shjquery shvbs shweb sjscript skadai skywalker smalltech sperl sqlq src systemdoc tcpip tegaki three toolbox twitter typeface usb useXML vb vbdb vbsfunc vbsguide vbsrc vpc wcsignup webanymind webappgen webclass webparts webtool webwsh win8 winofsql wmi work wp youtube