2016年12月12日 星期一
2016年12月6日 星期二
pingloop.cmd
@ECHO OFF
:LOOPSTART
echo %time% >> c:\Temp\filename.txt
ping 191.1.1.181 -n 4 >> c:\Temp\filename.txt
sleep -m 3000
GOTO LOOPSTART
:LOOPSTART
echo %time% >> c:\Temp\filename.txt
ping 191.1.1.181 -n 4 >> c:\Temp\filename.txt
sleep -m 3000
GOTO LOOPSTART
2016年11月15日 星期二
電腦無法開機,出現「WINDOWS無法啟動,最近的硬體或軟體變更可能是原因所在」?
http://changyang319.com/archives/5012
要解決這樣的問題,需要一個工具,就是「Windows 安裝光碟」,實際上,在windows無法啟動的錯誤畫面中,就有告訴我們修正問題的方法,第一步就是要插入windows安裝光碟,然後重新啟動您的電腦,如果您沒有此光碟,請連絡您的系統管理員或電腦製造商,以尋求協助。
所以,若你沒有Windows安裝光碟的話,就請參考這篇文章「在沒有WINDOWS 7安裝光碟的狀況下,要如何修復WINDOWS 7?」,來製作出一片「Windows修復光碟」。
Step 1. 將windows光碟放入光碟機中,並將光碟機設為第一優先開機,設定方式如這篇文章「如何設定BIOS開機順序?」,在光碟開機之後,會出現「安裝windows」的對話盒,這時請點擊〔下一步〕,如下圖:
網路機器人Web Bot、Web Spider
網路機器人、網路蜘蛛與網路爬蟲 第二版:PHP/cURL程式設計指南」
2016年11月11日 星期五
DataCaptor to Access and Log
NOT WORK Due to Guidebook already using first pre input credential for Log who open a folder
Auditing User Access of Files, Folders, and Printers
The audit log appears in the Security log in Event Viewer. To enable this feature:- Click Start, click Control Panel, click Performance and Maintenance, and then click Administrative Tools.
- Double-click Local Security Policy.
- In the left pane, double-click Local Policies to expand it.
- In the left pane, click Audit Policy to display the individual policy settings in the right pane.
- Double-click Audit object access.
- To audit successful access of specified files, folders and printers, select the Success check box.
- To audit unsuccessful access to these objects, select the Failure check box.
- To enable auditing of both, select both check boxes.
- Click OK
2016年11月10日 星期四
完整備份之差異備份 (Differential backup)
差異備份與累積備份有點類似,也是需要進行第一次的完整備份後才能夠進行。只是差異備份指的是:每次的備份都是與原始的完整備份比較的結果。所以系統運作的越久,離完整備份時間越長, 那麼該次的差異備份資料可能就會越大!差異備份的示意圖如下所示:
圖 2.2.1、 差異備份 (differential backup) 操作示意圖
差異備份常用的工具與累積備份差不多!因為都需要完整備份嘛!如果使用 dump 來備份的話,那麼每次備份的等級 (level) 就都會是 level 1 的意思啦!當然啦,你也可以透過 tar 的 -N 選項來備份喔!如下所示:
https://blog.jamesbayley.com/2014/02/24/the-best-acronis-backup-scheme/
2016年11月7日 星期一
How to Deploy Printers through a GPO and set multiple default printers based on Groups
1First, open up Group Policy Management, and create your "Printer" GPO.
I create all my GPO's in Group Policy Objects, then link them to OU's from there.
I create all my GPO's in Group Policy Objects, then link them to OU's from there.
2 Navigate to:
User Configuration > Preferences > Control Panel Settings > Printers
User Configuration > Preferences > Control Panel Settings > Printers
Type in: RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n "printer"
for example:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n "HP Officejet Pro 8500"
2016年11月2日 星期三
訂閱:
文章 (Atom)

