suchunta工作問題與解決

2023年10月16日 星期一

以下針對windows批次轉成服務型態及每月1日更換密碼使用chatgpt所生成的,程式未驗證

›
 1.如何將windows批次程式轉為服務型態 你好,透過Windows的服務管理器,你可以將批次程式轉換為Windows服務。以下是一些步驟: 1. 開啟命令提示字元或PowerShell,輸入`sc create ServiceName binPath= "C:\P...
2023年9月14日 星期四

wsl 如何修改root密碼?

›
1.開啟終端機(系統管理員),鍵入 ubuntu2204 config --default-user root 2.開啟wsl安裝的版本,列如ubuntu 22.04 3.鍵入whoami,應該會顯示root 4.鍵入passwd root去修改密碼即可 ------------...
2023年8月31日 星期四

利用python將docx中將一些文字修改成另一文字

›
 import os from docx import Document from docx.shared import Pt from docx.oxml.ns import qn def replace_text_in_docx(file_path, old_text, ne...
2023年8月25日 星期五

windows 11 hyper-v nested(巢狀虛擬化)

›
  1.Open  Start . 2.Search for  PowerShell , right-click the top result, and select the  Run as administrator  option. 3.Type the following ...

Windows Hper-v install ESXi, stop on "Relocating modules and starting up the kernel"

›
開機時在畫面倒數時按住SHIFT+O,鍵入   ignoreHeadless = TRUE 再按ENTER即可

找出在 Windows 系統上使用 6680 端口的軟體

›
 要找出在 Windows 系統上使用 6680 端口的軟體,你可以使用一些網絡工具來進行端口掃描和識別。一個常用的工具是 "netstat" 命令列工具。以下是在 Windows 上使用 netstat 來查找使用 6680 端口的程式的步驟: 1. 開啟命...
2023年8月17日 星期四

在 LibreOffice Writer 中製作一個按鈕,使其在按下後會在滑鼠位置顯示 "Hello 您好"

›
 在 LibreOffice Writer 中製作一個按鈕,使其在按下後會在滑鼠位置顯示 "Hello 您好",可以按照以下步驟進行: 1. **建立按鈕**:    - 開啟 LibreOffice Writer。    - 在選單列中,選擇 `檢視` ...
‹
›
首頁
查看網路版
技術提供:Blogger.