2017年2月21日 星期二
HP DL380G9-使用Windows Server 2012建置的虛擬機網路會無預警中斷
當你建置的Hyper-V在Windows 2012或Windows 2012 R2系統上,且網卡是用Broadcom NetXtreme 1-gigabit,就可能發生虛擬機網路不通的問題。
解決方法:
方法一:
更新Broadcom driver
方法二:
至Device Manager\Network adapters,開啟網路卡內容,切換至Advanced頁面,將Virtual Machine Queue的值改為Disable
參考資料:
https://support.microsoft.com/zh-tw/help/2986895/virtual-machines-lose-network-connectivity-when-you-use-broadcom-netxtreme-1-gigabit-network-adapters
2017年2月20日 星期一
2017年2月19日 星期日
Outlook-輕鬆備份及移轉Outlook Profile
平常更換電腦或者是重灌電腦時,除了資料的移轉外,Outlook也需要重新設定設定檔,若個人資料夾(.pst)有多個的話,還必須一個一個新增,這樣做下來得花費一些時間,所以這邊要提供一個方法可以快速又準確的備份及移轉Outlook Profile設定檔。
1. 先在舊電腦上備份Outlook Profile,執行「Regedit」
2. 進入到,Profiles路徑,Profiles底下的資料夾就是Outlook內的設定檔(有幾個設定檔就會有幾個資料夾,設定檔預設為Outlook)
在Outlook 2003.2007.2010,Profiles儲放在
"HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles"
在Outlook 2013,Profiles改至
"HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles"
在Outlook 2016,Profiles改至
"HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles"
3. 在「Profiles」上方按下「右鍵」,選取「匯出」,並選取一個存放登錄檔的路徑及檔名。
4. 在新電腦上執行剛匯出的登錄檔,就可快速的將Outlook Profile匯入進來。
或者直接下command指令匯出
Outlook版本為2003.2007.2010,輸入
regedit /e D:\MailProfile.reg "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles"
Outlook版本為 2013,輸入
regedit /e D:\mail\mail.reg "HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles"
Outlook版本為 2016,輸入
regedit /e D:\mail\mail.reg "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles"
1. 先在舊電腦上備份Outlook Profile,執行「Regedit」
2. 進入到,Profiles路徑,Profiles底下的資料夾就是Outlook內的設定檔(有幾個設定檔就會有幾個資料夾,設定檔預設為Outlook)
在Outlook 2003.2007.2010,Profiles儲放在
"HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles"
在Outlook 2013,Profiles改至
"HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles"
在Outlook 2016,Profiles改至
"HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles"
3. 在「Profiles」上方按下「右鍵」,選取「匯出」,並選取一個存放登錄檔的路徑及檔名。
4. 在新電腦上執行剛匯出的登錄檔,就可快速的將Outlook Profile匯入進來。
或者直接下command指令匯出
Outlook版本為2003.2007.2010,輸入
regedit /e D:\MailProfile.reg "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles"
Outlook版本為 2013,輸入
regedit /e D:\mail\mail.reg "HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles"
Outlook版本為 2016,輸入
regedit /e D:\mail\mail.reg "HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Profiles"
GPO-關閉IE內的Flash Player功能 (Disable IE Adobe Flash Player)
使用cmd指令新增或移除網路印表機
可寫一個批次檔「.bat」,把要新增或移除的網路印表機指令先打好,就可以迅速新增或移除網路印表機了。
◾新增網路印表機:
rundll32 printui.dll,PrintUIEntry /in /q /n \\(伺服器名稱)\(印表機分享名稱)
◾將網路印表機設定為「預設印表機」:
rundll32 printui.dll,PrintUIEntry /y /q /n \\(伺服器名稱)\(印表機分享名稱)
◾刪除網路印表機:
rundll32 printui.dll,PrintUIEntry /dn /n \\(伺服器名稱)\(印表機分享名稱)
◾移除本機印表機:
cscript C:\Windows\System32\Printing_Admin_Scripts\zh-TW\prnmngr.vbs -d -p "印表機名稱"
2017年2月18日 星期六
用指令建立指定大小之空白檔案
1.開啟「命令提示字元」
2.輸入fsutil file createnew <filename> <length>
<filename>輸入檔名 or 資料夾路徑與檔名
<length>檔案大小(單位Byte)
例如 :
要建立1KB檔案輸入 fsutil file createnew D:\fileABC.txt 1024
要建立1MB檔案輸入 fsutil file createnew D:\fileABC.txt 1048576
要建立1GB檔案輸入 fsutil file createnew D:\fileABC.txt 1073741824
2.輸入fsutil file createnew <filename> <length>
<filename>輸入檔名 or 資料夾路徑與檔名
<length>檔案大小(單位Byte)
例如 :
要建立1KB檔案輸入 fsutil file createnew D:\fileABC.txt 1024
要建立1MB檔案輸入 fsutil file createnew D:\fileABC.txt 1048576
要建立1GB檔案輸入 fsutil file createnew D:\fileABC.txt 1073741824
訂閱:
文章 (Atom)