顯示具有 Windows 標籤的文章。 顯示所有文章
顯示具有 Windows 標籤的文章。 顯示所有文章

2015年8月22日 星期六

Windows simulate shutdown event to process

http://download.microsoft.com/download/d/2/5/d2522ce4-a441-459d-8302-be8f3321823c/LogoToolsv1.0.msi

> "C:\Program Files (x86)\Microsoft Corporation\Logo Testing Tools fo
r Windows\Restart Manager\AMD64\RMTool.exe" -p [PID] -S




References :
c# - How to simulate Windows shutdown for debugging? - Stack Overflow

2014年4月15日 星期二

2014年3月17日 星期一

資料外洩防護 DLP 軟體

Windows 查詢資料是否被復制:

  • USB 型號記錄 (Registry)

  • 第三方軟體:

檔案操作記錄:
Windows Explorer Tracker

存取限制:
資料夾護衛 Folder Guard

2014年2月13日 星期四

Windows 記錄登入失敗

Windows 的系統安全性記錄預設只會記錄遠端桌面登入成功的事件

控制台 -> 系統管理工具 -> 本機安全性原則
本機原則 -> 稽核原則 -> 稽核帳戶登入事件 -> 成功、失敗均打勾


快速更新「群組原則」
> gpupdate /force




References :
古之技術必有師古之技術必有師。: S小魚仔S Windows Server 2008 R2 稽核機制 

2013年12月10日 星期二

0xC004C020

通常發生於使用零售版(或OEM版)作業系統試圖進行KMS認證,或者於安裝作業系統後曾經使用MAK序號,或安裝完後未進行認證導致。

slmgr /dlv
slmgr /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH


References :
微軟授權下載認證服務 - Windows
Appendix A: KMS Client Setup Keys

2013年11月25日 星期一

Windows mount network drives for all users

網路磁碟機是個別user的設定,不是全系統通用的。


You can put a simple command in the registry.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\
Create a new String I call it “DriveMap” then for the Value Data put “net use H: \\ComputerName\Sharename”



  1. @echo off
    net use * /delete /yes
    net use x: \\server_name\shared_directory_name
  2. Active Directory Users and Computers
  3. Right click domain name at top left and click Properties > Group Policy > Edit > User Configuration > Windows Settings > Scripts (Logon/Logoff) > Logon > Add..



Reference :
How to map network drives for all users in Windows 7 - Microsoft Community
Automatically Map Network Drives on Domain Login for All Users, Certain Users, or Certain Groups
How can I map a drive/port for all new users on a machine without scripts etc? | Systems Management content from Windows IT Pro

2013年11月13日 星期三

2013年10月1日 星期二

Windows 搜尋檔案存取日期

檢視存取日期 

* 有進行檔案拷貝的動作也會修改檔案存取的時間

* Windows 內建的搜尋只能搜尋修改日期, 用了一個第三方的軟體 SearchMyFiles

SearchMyFiles


* Windows 7 記錄檔案存取日期的功能預設是關閉的,需要將它開啟
1. cmd
> fsutil behavior set disablelastaccess 0
2. 重開機




Reference :
How-To Enable Last Access Time Stamp For Files and Folder In Windows 7

2013年9月30日 星期一

Windows search files bu access time

SearchMyFiles v2.40 - Alternative to 'Search For Files And Folders' module of Windows + Duplicates Search

2013年9月25日 星期三

遠端安裝服務 Remote Installation Service,RIS

要遠端安裝 Windows 的那台電腦要有支援網路開機 (Boot from LAN) 另外還要架一台 RIS Server



RIS Server 步驟
1. 安裝一台Windows 2000 or Windows 2003 Server (P.S. 一定要是Server 不能是Professional)
2. 架設DNS Service
3. 架設DHCP Service
4. 架設Active Directory
5. 架設Remote Install Service
6. 放入Windows XP 安裝光碟 製作映像目錄
7. 調整參數
8. 終於可以遠端安裝了




Tags : 遠端重灌

Reference :
如何使用遠端安裝服務在遠端電腦上安裝 Windows Server 2003
電腦QA網 :: 討論區

2013年4月1日 星期一

Windows XP MTP 驅動

1. Windows XP 需更新至 SP3

2.下載安裝 Media Transfer Protocol Porting Kit 或升級 Windows Media Player 到11版

* 若是辨認不到裝置則手動修改 C:\WINDOWS\inf\wpdmtp.inf,新增裝置的 VID 和 PID

原來的:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP

[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP

修改後:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4E42&MI_00

[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4E42&MI_00



* 查看裝置 VID 和 PID 的方法:

裝置管理員 -> 對著此裝置按右鍵 ->  內容 -> 詳細資料 -> 硬體識別碼







Reference :
解決Nexus 7使用USB無法和Windows XP連線問題 - Carlos' Life Book
Garmin 部落格. » 使用Windows XP 無法連結 nuvi3595解決方式

2013年3月29日 星期五

Windows 無法使用 Crtl+Shift 切換輸入法

Start -> Run -> regedit

HKEY_CURRENT_USER\Keyboard Layout\Toggle
Language Hotkey = 1



Value
Meaning
1
Key Sequence for Toggle enabled: LEFT ALT+SHIFT is set (standard value)
2
Key Sequence for Toggle enabled: CTRL+SHIFT.
3
Key Sequences disabled.
4
When default locale is Thai the accent grave key is set for toggle, otherwise it’s disabled.





Reference :
How-to add Keyboard layouts to the language bar. | RES Software Blog

Windows 顯示電腦資訊

我的電腦 -> 內容
sysdm.cpl


dxdiag


msinfo32

2013年3月15日 星期五