2023年12月15日 星期五

instruction set stm8 assembly code mcu hex file format stm8s103f3p sch

 http://www.elproducts.com/understanding-hex-files.html

algorithms 3d model rotate copy vases. 3d model rotate copy vases cad

 Mathematics | Free Full-Text | Geometric Modeling Using New Cubic Trigonometric B-Spline Functions with Shape Parameter

How to Easily Model a Vase | SelfCAD : 11 Steps - Instructables

Spline Sketch  vase shape Thickness Rotate Revolve Around Edge  vertical smoother

https://www.javatpoint.com/autocad-revolve
Rotate Revolve Around Edge autocad

virus tool kill services net stop skill task kill sc how to: manually force a service to stop if not responding

 https://forums.ivanti.com/s/article/How-To-Manually-Force-a-service-to-stop-if-not-responding?language=en_US
https://forums.ivanti.com/s/question/0D54O00007QIQhOSAX/how-to-stop-and-disable-some-windows-services-such-as-sysmain-on-endpoints-from-ivanti-management-console?language=en_US


  How To: Manually Force a service to stop if not responding

 Once found, open a command prompt. Type sc queryex [servicename].
        For EDS Server       type: sc queryex “EDS Server”
 In the same command prompt type taskkill /pid [pid number] /f
        In my example I would type: taskkill /pid 5476 /f


https://4it.com.au/kb/article/how-to-kill-a-windows-service-which-is-stuck-at-stopping/





https://svc.011.idv.tw/CodeHelper/Windows/WindowsCommand.html

How can I stop a service from the command line? - ITPro Today

net stop "<service name>"
    Stop.
    Start.
    Restart.
,e.g. net stop "spooler". Some services will ask you to enter a y to confirm, and for these just add /y to the end.
https://ss64.com/nt/net-service.html
https://www.itprotoday.com/windows-78/how-can-i-stop-service-command-line

microsoft  windows  指令 停止  服務

使用命令提示字元

    若要啟動服務,請輸入: net startServiceName.
    若要停止服務,請輸入: net stopServiceName.
    若要暫停服務,請輸入: net pauseServiceName.
    若要繼續服務,請輸入: net continueServiceName.


https://learn.microsoft.com/zh-tw/windows-server/administration/windows-commands/rundll32
rundll32
 
載入並執行 32 位動態連結程式庫 (DLL)。 Rundll32 沒有可設定的設定。 會針對您使用 rundll32 命令執行 的特定 DLL 提供說明資訊。

https://learn.microsoft.com/zh-tw/windows-server/administration/windows-commands/windows-commands
https://learn.microsoft.com/zh-tw/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc754599(v=ws.11)

https://learn.microsoft.com/zh-tw/windows-server/administration/windows-commands/tskill


https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process?view=powershell-7.4
PowerShell: Stop-Service Killprocess  taskkill /F /PID <PID>  Stop-Process

https://learn.microsoft.com/zh-tw/windows-hardware/drivers/debugger/kill-tool

終止工具- Windows drivers
Microsoft Learn
https://learn.microsoft.com › ... › Windows 驅動程式
2023年4月13日 — Kill 工具kill.exe終止一或多個進程及其所有線程。 此工具僅適用于在本機電腦上執行的進程。 何處可取得Kill Tool.
 Kill.exe包含在 Windows 的偵錯工具中。
 drivers/debugger/kill-tool
https://learn.microsoft.com/zh-tw/windows-hardware/drivers/debugger/