★★★常用檔案下載★★★
TeamViewer 連線軟體
●Intel® 驅動程式更新公用程式
●Ratool 禁用 USB、光碟機、軟碟機…外接儲存裝置
微軟最新版 Windows, Office 安裝檔 ISO 下載器(Windows ISO Downloader v7.11)
或去官網 => https://www.heidoc.net/joomla/technology-science/microsoft/67-microsoft-windows-and-office-iso-download-tool
更新(KB4461627)後,Excel 2010 閃退當機
Windows 10
- 移至 [開始],在 [搜尋 Windows] 方塊中輸入「檢視已安裝的更新」,然後按下 Enter。
- 在更新清單中,找出並選取KB4461627,,然後選取解除安裝。
Windows 8 和 Windows 8.1
- 從螢幕右邊邊緣向內撥動,然後選取 [搜尋]。 如果您使用滑鼠,請指向螢幕右下角,然後選取 [搜尋]。
- 輸入 windows update,選取 [Windows Update],然後選取 [已安裝的更新]。
- 在更新清單中,找出並選取KB4461627,,然後選取解除安裝。
Windows 7
- 移至 [開始],輸入「執行」,然後選取 [執行]。
- 輸入 Appwiz.cpl,然後選取 [確定]。
- 選取 [檢視安裝的更新]。
- 在更新清單中,找出並選取KB4461627,,然後選取解除安裝。
Guest access in SMB2 disabled by default in Windows 10
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
“AllowInsecureGuestAuth” = 1 (DWORD)
映像劫持(IFEO) :
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe]
netsh advfirewall firewall add rule name=sshd dir=in action=allow protocol=TCP localport=22
移除 RDP 用戶端的 Terminal Server 使用權
刪除HKEY_LOCAL_MACHINE\Software\Microsoft\MSLicensing 下所有機碼
遠端電腦: xx.xx.xx.xx 這可能是因為 CredSSP 加密 Oracle:
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters" /f /v AllowEncryptionOracle /t REG_DWORD /d 2
網路芳鄰WIN10 與XP 能連線的方法
①系統管理員權限的命令提示字元底下輸入
- sc.exe config lanmanworkstation depend=bowser/mrxsmb10/nsi
- sc.exe config mrxsmb20 start=disabled
②【開始】->【控制台】->【程式集】->【開啟或關閉windows功能】
新增Windows功能,將 SMB 1.0/CIFS 伺服器打勾
③
☆https://www.microsoft.com/en-us/wdsi/defenderupdates
cd %ProgramFiles%\Windows Defender MpCmdRun.exe -removedefinitions -dynamicsignatures MpCmdRun.exe -SignatureUpdate
開啟 Windows XP SP3 網路層級驗證的操作步驟
開始 > 執行 > 開啟「regedit」> 啟用「登錄編輯程式」,裡面有兩個項目要加入設定值。
找到「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa」的「Security Packages」加入「tspkg」。
以及將「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders」的「SecurityProviders」數值資料最後再加入「,credssp.dll」
重新開機
從 Windows 10 降級回到原來的系統
想要降級,可能要自擔風險,和升級Windows10相同,降級也會有風險,如果降級失敗,可能系統或資料都有可能遺失,操作時請先做好資料的備份,把風險降到最低
永久移除Windows10提醒免費升級訊息方法
taskkill /f /im GWX.exe
taskkill /f /im GWXUX.exe
cd/d C:\Windows\System32
takeown /f GWX
cacls GWX /e /g everyone:f
rd/q/s GWX