分類彙整:windows

winserver 2019 移除 Windows-Defender

#適用有GUI 1. Remove-WindowsFeature Windows-Defender,Windows-Defender-GUI # SERVER 用 2. Remove-WindowsFeature Windows-Defender

發表於 windows | 已標籤 | 發表迴響

win10 取消 右下角未啟用

系統管理員 開啟cmd bcdedit -set TESTSIGNING OFF

發表於 windows | 發表迴響

windows route restart

netsh int ip reset

發表於 Network, windows | 發表迴響

powershelle 查看 電腦 規格

Get-Computerinfo Get-Computerinfo -Property "Os" 命令提示字元 systeminfo

發表於 windows | 發表迴響

xfreerdp 指令

win7 xfreerdp /v:win_ip /u:username /p:password /h:768 /w:1300 /h:768 /w:1300 /tls-seclevel:0 /video /nsc /jpeg /bpp:32 /clipboard /sound:latency:400 /disp /drive:/tmp -wallpaper -fonts -themes -aero +bitmap-cache +offscreen-cache

發表於 linux, windows | 迴響已關閉

無法存取OUTLOOK資料檔,發生 0x8004010F 錯誤 (pst 檔移動過位置)

1. 打開 "登錄檔編輯器" (開始> 執行 > 輸入 "Regedit") 2. 找到機碼的位置 電腦 (位置因電腦版本而異) \HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles\Outlook\9375CFF0413111d3B88A00104B2A6676\00000004 (15.0) 這數字會依版本不一樣 3. 在每一個帳號裡面找到的 “Delivery Folder EntryID" 和 “Delivery Store EntryID",然後按右鍵>刪除,刪掉他們。

發表於 windows | 發表迴響

windows 10 拿掉浮水印

regedit 電腦\HKEY_CURRENT_USER\Control Panel\Desktop PaintDesktopVersion =0

發表於 windows | 發表迴響

windows 新增印表機出現 0x0000011b解決 共用印表機無法連線

分享的主機上 前往路徑「電腦\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print」, 新增一個「DWORD (32-位元) 值」,名稱為「RpcAuthnLevelPrivacyEnabled」16進位並設為0 不用重開

發表於 windows | 發表迴響

win11 延長更新時間

1.regedit 2.電腦\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings\ 右邊新增 (DWORD-32) , 名稱 FlightSettingsMaxPauseDays 十進位 36500

發表於 windows | 發表迴響

Windows 指定主要ip

Windows server 在還沒有啟用 SNMP 之前已先加入1 ~ 2個 IP ,啟用後會以數字較大的 IP 當 SNMP 來源 IP ex: 2 個 IP 分別是 1.1.1.1 與 1.1.1.2,會以 1.1.1.2 為來源 IP 但需求 1.1.1.1 才是我們要 GET 的 IP ,所以我們要取消 1.1.1.2 成為主要的 IP 指令如下 netsh int ipv4 delete … 繼續閱讀 →

發表於 windows | 發表迴響