發表文章

目前顯示的是有「Windows Server」標籤的文章

Windwos 2019 更新時區,無權限 change time zone not have permission

圖片
已使用adminstrator權限開啟更新時區(change time zone) 回覆無權限更新 在命令列打上: timedate.cpl  並按右鍵使用管理者權限打開即可

net use 系統發生 1219 錯誤

使用 net use 功能連結 net use X: \\ServerIP\backupdata\ /user:backup xxxxxx 返回結果: 系統發生 1219 錯誤。 但先前並沒有連線 請先使用查詢功能 C:\>net use 可以發現其實有連到ipc$ 只要執行: net use \\ServerIP /del 將該連線刪除即可連線

[IIS]沒有 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET File 的寫入權限

圖片
錯誤: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET File 的寫入權限 此狀況通常發生於重灌或是更新.net Framework 解決方案如下: 請先到C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET File目錄 並給予畫面上顯示該帳號的寫入權限 如果沒有Temporary ASP.NET File 資料夾,請手動建立一個 並寫給予寫入權限即可

Where is the IIS Express configuration / metabase file

 IIS Express 要設定 configuration / metabase file  等等,需設定config 檔案通常放置於此(可能會依電腦不用有異)  My Documents > IIS Express > config usually (not always) one of these paths will work  %userprofile%\documents\iisexpress\config\applicationhost.config %userprofile%\my documents\iisexpress\config\applicationhost.config

[Windows] 遠端桌面 重開機

遠端桌面 重新開機指令 在 開始 執行 或命令提示字元 輸入 shutdown /r /t 1 即立即重新開機 參數說明  /r 重新開機  /t  1 下指令後 1 秒 就執行重開

[Windows][Linux] 查詢連線數量(connections & sessions)

Linux: 看全部: netstat -aunt | wc -l 只看 TCP: netstat -ant | wc -l 只看 UDP: netstat -aut | wa -l Windows: 只看TCP: netstat -an | find "TCP" /c 只看UDP: netstat -an | find "UDP" /c

清除暫存的 DNS Cache

圖片
執行→ cmd ipconfig /flushdns 顯示清除成功,如下畫面 在Windows環境下,清除cache的指令如下: ipconfig /flushdns 在Mac OSX環境下,清除cache的指令如下: dscacheutil -flushcache 在Linux環境下,清除cache的指令如下: /etc/init.d/nscd restart

[Windows Server 2012] IIS HTTP Error 404.17 - Not Found (.NET 3.5)

Windows Server 2012 iis8 與.NET 3.5 iis安裝好,一開始並沒有安裝.NET 3.5 (但是.NET CLR VERSION卻又可以選擇2.0) 所以發生了IIS HTTP Error 404.17 - Not Found 這個錯誤 直接去找連結下載3.5的安裝包是不可行的 所以,必須要去介面將.NET 3.5 增加 以下內容節錄至msdn To install .NET 3.5 on Windows Server 2012 or Windows 8 On the  Start  screen, right-click the  Command Prompt  tile, and then click  Run as administrator . At the command prompt, type the following:  dism /online /enable-feature /featurename:netfx3 Wait for the command to complete. It could take several minutes. Close the command prompt window. To install IIS and ASP.NET modules on Windows Server 2012 using the UI On the  Start  page, click the  Server Manager  tile, and then click  OK . In  Server Manager , select  Dashboard , and click  Add roles and features . In the  Add Roles and Features Wizard , on the  Before you begin  page, click  Next . On the  Select ...

[Windows]密碼複雜性需求 停用密碼複雜度

圖片
「適用:Windows 2008 Server、window 7、windows 8」 密碼必須符合複雜性需求 如果啟用了此原則,則密碼必須符合下列最小需求: 不包含使用者的帳戶名稱全名中,超過兩個以上的連續字元 長度至少為 6 個字元 包含下列四種字元中的三種: 英文大寫字元 (A 到 Z) 英文小寫字元 (a 到 z) 10 進位數字 (0 到 9) 非英文字母字元 (例如: !、$、#、%) 建立或變更密碼時會強制執行複雜性需求。 如果要停用密碼複雜度 方法一 -------------------------------------------------------------------------------------------------- .在搜尋程式的地方輸入   secpol.msc  .選擇:帳戶原則   .選擇:密碼原則

系統自動關機排程 Windows 8,Windows 7,Windows Server 2008, Windows XP, Windows Server 2003,

圖片
使用狀況:如遇可預警停電,可讓系統正常關機 使用windows內建的排定的工作(工作排程器) 選取程式及設定參數(如附圖) C:\windows\system32\shutdown.exe