(下一代微軟視窗系統的相關問題)Add custom tiles in MCE start menu -- 幫你的程式在MCE(Microsoft Media Center) 在主選單上面加上捷徑~

步驟: (Step) 新增一個XML~~ 以下是範例: <application title="Custom Music Application" id="{PUT_GUID1_HERE}">   <entrypoint id="{PUT_GUID2_HERE}"               addin="Microsoft.MediaCenter.Hosting.WebAddIn,Microsoft.MediaCenter"               title="Custom Music Entry Point"               description="Custom Music Entry Point Description"               context="http://play.mediacentersandbox.com/mcml/rc1/helix.mcml">     <category category="Services\Audio"/>   </entrypoint> </application> 利用MCE 裡面的小程式  registermceapp.exe去跑 %windir%\ehome\registermceapp.exe /allusers myXMLFile.xml...
由 Evan 發表於 04:47 PM | 迴響 (1) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)在Vista的Right Click menu 加上 open command prompt Here

  Here is registry file, copy it and save to file which name is “Add.reg”. Double click “Add.reg” Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt] @="Open Command Prompt Here" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt\command] @="Cmd.exe /k pushd %L"...
由 Evan 發表於 09:30 AM | 迴響 (0) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)Multiple-touch Microsoft

Please refer http://channel9.msdn.com/pdc2008/PC03/ for more detail. API analysis: GOOD (MultiTouchScratchPadRTS) It cold migrate into WPF. It also the row data no such Gesture API for using. Just like some raw data for WMTouch. MS Sample:  下載  Better (MultiTouchGesture) Only work...
由 Evan 發表於 10:06 AM | 迴響 (0) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)About Power Plan on Vista

  I study Power schema part recently. I found there are something different with XP/VISTA. Example: ReadProcessorPwrScheme (http://msdn.microsoft.com/en-us/library/aa373190(VS.85).aspx) But I found it failed in VISTA, but Microsoft RD replay under MSDN http://social.msdn.microsoft.com/forums/en-US/windowsgeneraldevelopmentissues/thread/c0a6e824-851c-436b-bda9-b5dd5a99a1ac/ We should using new implement PowerEnumerate  under...
由 Evan 發表於 05:27 PM | 迴響 (0) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)好用小工具--替換MCE/WMP 的 Video decoder (影像解碼器)

  Vista MCE(Meida Center)是一個相當強大而好用的全螢幕播放程式(也跟XBOX360裡面一樣)。他雖然好用~ 但是MS的影像解碼器一樣只是夠用就好,如果想要讓你的MCE效率更好、畫面更漂亮。通常的選擇是去換一套撥放軟體(WINDVD或是POWERDVD)但是~~~ Vista MediaCenter Decoder Utility是一個相當好用的小軟體,可以讓你很快速的替換掉他的VIDEO Decoder(影像解碼器)。 這樣一來你就不需要換軟體就可以有更高的效能與支援。 Download http://www.whittakermoore.com/VMCD.exe Detail description: http://tdnj.pixnet.net/blog/post/13748926     《說明》如何讓 Microsoft Media Player 使用不同的 MPEG Decoder (資料來源) http://www.zhe-feng.com.tw/forum/archiver/?tid-601.html  一般我們在使用 Media Player 時, 它會自動去抓取系統中可用的 MPEG Decoder, 雖然這樣很簡單又方便, 但是遇到這個 Decoder 表現不好, 例如去交錯做不好或者沒有做, 或者...
由 Evan 發表於 06:20 PM | 迴響 (0) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)About Window autoplay on Vista

CD-ROM Does Not Run Automatically When Inserted http://support.microsoft.com/kb/177880/en-us 當插入 CD - ROM 不會自動執行 http://support.microsoft.com/kb/q177880/ Windows Media Player Does Not Play Audio CD-ROMs Automatically http://support.microsoft.com/kb/279614/en-us Audio CD Auto Play http://forums.techguy.org/multimedia/37294-audio-cd-auto-play.html CD Autorun http://www.vista-xp.co.uk/forums/faqs-tips-tricks/147-cd-autorun.html Edit the registry : look for: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdromon...
由 Evan 發表於 01:56 PM | 迴響 (0) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)How to change and find Autoplay setting?

(Application Picker dialog from XP) Application Picker is a dialog which will show-up when you insert DVD title or new medium in your computer. It show all playable application and let you to choose one from the list. One day,...
由 Evan 發表於 08:45 PM | 迴響 (0) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)Some interest thing about UAC

There are some interesting thing which I tried to understand the different UAC behavior with Vista verion #5XXX with RTM version. How to not store file in virtual store when UAC is turn on?Ans: Use trust info in your manifest...
由 Evan 發表於 08:22 PM | 迴響 (0) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)Microsoft Gadget

There is some resource about How to write a Gadget in VS2005.Sidebar Gadget开发教程(1) Sidebar Gadget开发教程(2) Sidebar Gadget开发教程(3) 译文:Sidebar安全性探讨 For SDK of MS Gadget, You can refer this site for more detail, or go to Gadget Blog....
由 Evan 發表於 04:25 AM | 迴響 (0) |引用 AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)Turn on/off "Aero glass" in Vista

"Aero Glass" is a new feature which allows Vista to show aero effect like the snapshot. How to turn on or turn off it?[My Computer]--> [Advance Setting] --> [Performance Setting] --> [Video Effect] --> [Enable Desktop Composition].Or[Ctrl+ Shift+ F9]How to...
由 Evan 發表於 08:29 PM | 迴響 (0) |引用 AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)How to login as Administrator in Windows XP and Vista?

In Vista:First you must to enable "Administrator" account in your OS. My Computer (right click) --> [Manage] --> [Users and Groups] --> Users --> Administrator --> Properties. Then do the same thing as WinXP do.In WinXP:Method 1: Using TweakUI Power Toy...
由 Evan 發表於 03:04 PM | 迴響 (0) |引用 AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)How to register COM DLL when UAC is on under vista

UAC (User Account Control)  is complicate as I disussed before. Even you are a "Administrators" (Yes~~ it has 's', in Vista you only have one "Administrator" but much "Administrators"), you can not register the COM component. There is a way...
由 Evan 發表於 06:11 PM | 迴響 (0) |引用 AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)Solve can't not install VC6 and SP5 under Vista.

Please refer the article (Re: Visual Studio 6.0 SP5 setup on Vista Beta 2 (5384)? )http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=518043&SiteID=1...
由 Evan 發表於 12:21 PM | 迴響 (0) |引用 AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)Turn off UAC in VISTA beta 2 #5384.

UAC (User Account Control) is a new architecture under Vista which end users can run as standard users (not administrators) and still be productive. It got a little complicated to register DLL by RegSvr32.exe. When register your DLL via RegSvr32.exe it will failed by...
由 Evan 發表於 01:59 PM | 迴響 (1) AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)Working arount to VISTA beta 2 #5384.

It seens Vista can't install VC6 at all (Failed in SP5). But it can remote debug in VC6. Some related problem about the component registered as follow:Fix vista DLL register problem 0x8002801c . Fix get 0x80070005 when register DLL....
由 Evan 發表於 01:35 PM | 迴響 (0) |引用 AddToD.png AddToF.png

(下一代微軟視窗系統的相關問題)How to intstall Vista related SDK to your computer

If you want to develop and run WinFX applications: Make sure your OS is higher than WinXP SP2.Install WinFX Run Time Component 3.0[Optional] Visual Studio - You can use either a full version (available in the MSDN Subscribers Download section)...
由 Evan 發表於 06:36 PM | 迴響 (0) |引用 AddToD.png AddToF.png