download zip of files only
Mon Jun 20 01:31:33 GMT 2016
From /weblog/microsoft
How to use code to turn off LCD: SendMessage(FindWindow(Nothing, Nothing).ToInt32, Me.WM_SYSCOMMAND, Me.SC_MONITORPOWER, 2) http://www.dreamincode.net/forums/showtopic148684.htm http://www.blogsdna.com[..]easeus-partition-master-professional.htm Control Windows Service C:\Documents and Settings\carfield>sc DESCRIPTION: SC is a command line program used for communicating with the NT Service Controller and services.
see http://discuss.joelonsoftware.com/default.asp?design.4.329534 How to check process start time: wmic process get caption,creationdate http://serverfault.com[..]0369/run-time-of-a-process-in-windows-xp The overview of NT kernal - http://research.microsoft.com[..]nd/events/wincore2010/Dave_Probert_1.pdf "I Contribute to the Windows Kernel. We Are Slower Than Other Operating Systems. Here Is Why." - http://blog.zorinaq.com/?e=74 The GetTempFileName method will raise an IOException if it is used to create more than 65535 files without deleting previous temporary files. - https://msdn.microsoft.com[..]rary/system.io.path.gettempfilename.aspx Look like it is useful to record all keys we use, but first we need to find out our pattern - https://www.autohotkey.com/ http://www.thegeekstuff.com[..]for-windows-productivity-tip2-for-geeks/ http://www.thegeekstuff.com/2016/03/alt-tab-autohotkey/
(google search)
(amazon search)
Mon May 28 15:15:08 GMT 2012
From /weblog/microsoft
My friend have a webapp cannot run. The problem is MS sql server service cannot start, and the error message is: "cannot found path specify". The only hint I have is the database fail to start after scandisk. When I look into the installation path, it is show as: "d:\progra~1\micros~2\mssql", but it should be d:\progra~1\micros~1\mssql. Thus, scandisk in fact may re-generate the 8 characters path for windows file system which will may break some services or programs. === Sometime DLL cannot be loaded because there is strong name setting, we can disable it using "sn -Vr" - http://msdn.microsoft.com/en-us/library/k5b5tt23(v=vs.80).aspx
(google search)
(amazon search)
Mon May 28 15:13:59 GMT 2012
From /weblog/microsoft
A very useful document of how to do more secure access to VNC and may be other SSH server - http://docs.cs.byu.edu/docs/sshtunnels/3.php Don't login as ADMIN - http://www.codinghorror.com/blog/archives/000891.html#comments
(google search)
(amazon search)
Sat May 28 17:16:01 GMT 2011
From /weblog/microsoft
Having file name with unicode in a zip file often causing zip file cannot be decompressed. Someone say that winrar able to handle that: http://discuss.joelonsoftware.com/default.asp?joel.3.354545
(google search)
(amazon search)
Mon Sep 14 14:38:41 GMT 2009
From /weblog/microsoft
How to let cygwin xwindow work with dual monitor : XWin -multiwindow -multiplemonitors -screen 0 2560x1024 -clipboard -silent-dup-error & The single greatest resource of cygwin, simple and cover most needed resource - http://www.weiqigao.com[..]steps_to_higher_cygwin_productivity.html [weiqi@gao] $ head -1 ChangeLog > /dev/clipboard - http://www.weiqigao.com/blog/2004/08/24/1093391695000.html Open bash at explorer - http://www.weiqigao.com/blog/2004/10/17/1098020474000.html X server access deny [$ AUDIT: Fri Sep 14 11:06:29 2007: 4108 XWin: client 1 rejected from IP 10.152.209.19] , solution: [xhost +] How to setup sshd, basically 1) set CYGWIN=binmode tty ntsec 2) ssh-host-config (should done all setup) 2) cygrunsrv -I sshd -P /usr/sbin/sshd (if you like to manually add service) http://ncyoung.com/entry/389 Cygwin X tutorial - http://jura.wi.mit.edu/bio/education/docs/cygwin_setup.html
(google search)
(amazon search)
Thu Feb 21 11:54:59 GMT 2008
From /weblog/microsoft
Increase or Decrease font size - http://www.zeigen.com/shortcuts/2007/06/28/font-size/ Divide in Excel - http://spreadsheets.about.com/od/tipsandfaqs/qt/divide_excel.htm Default to paste unformatted - http://office.microsoft.com/en-us/help/HA010429611033.aspx Reference of MS office file type and format - http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx Background of why MS office are so complicate to work with, with some solutions 1) Call office as external service , few details mentioned in the articles 2) Use other format that office support http://www.joelonsoftware.com/items/2008/02/19.html
(google search)
(amazon search)
Wed Aug 23 03:30:36 GMT 2006
From /weblog/microsoft
One of the complicate issue of windows is there are so many way to put startup running task, this is a nice article that explain all ot those http://www.windowsdevcenter.com[..]8/22/how-to-remove-startup-programs.html
(google search)
(amazon search)
Thu Aug 17 06:50:16 GMT 2006
From /weblog/microsoft
The path is c:\WINDOWS\system32\drivers\etc>
(google search)
(amazon search)
|