發表文章

目前顯示的是 2月, 2021的文章

Executing Sysprep on Windows has error message

圖片
系統複製後,要使用sysprep重置SID( Windows 重置 SID (3ctipsmemo.blogspot.com) ,發生如下錯誤   暫時允許勒索軟體防護的隔離停止 1. windows安全性 -> 病毒 與威脅防護-> 勒索軟體防護-> 封鎖歷程記錄 -> 允許裝置

Windows 10 disable Fast User Switching

圖片
1. search -> cmd.exe -> run as administrator 2. gpedit.msc 3. enable Hide entry points for Fast User Switching references https://www.askvg.com/how-to-disable-switch-user-option-in-windows-vista-and-7/ https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsLogon::HideFastUserSwitching&Language=zh-tw

Windows 10 掛載 NFS 網路磁碟

圖片
1. 控制台 -> 程式集 -> 程式和功能 -> 開啟或關閉功能 2. 選取  Services for NFS  Client for NFS and 系統管理工具 3. 開啟命令提示字元  showmount NFS_IP    # NFS_IP is xxx.xxx.xxx.xxx for ipv4 mount /help      mount -o anon \\NFS_IP\NFS_share   References https://docs.microsoft.com/zh-tw/windows-server/administration/windows-commands/services-for-network-file-system-command-reference https://social.technet.microsoft.com/Forums/zh-TW/d91d2b21-5955-4217-8e86-963f7685c269/windows-10-nfs-client?forum=win10itprosetup

Test POP3 on CentOS

圖片
1. open terminal 2. telnet IP pop3 or telnet   user username pass password list  . . quit