Browse by Tags

AutoCorrect Common Microsoft Brand Names with this Script and Word
Tuesday, May 11, 2010 9:46 PM
Inspired by this post: http://on10.net/blogs/sarahintampa/Is-it-NET-Net-or-net/ Here is a script to add the common misspellings of Microsoft brands to Word AutoCorrect. Copy and paste this into a file with a .JS extension and run it from your local computer. Then launch Word and try typing Powerpoint and notice that it automatically changes to PowerPoint. //... Read More...
by wkriebel | 1 comment(s)
Filed under: , ,
Simple Trick for making an existing web part async
Friday, February 05, 2010 3:10 PM
This is one of my favorite stupid SharePoint tricks. If you have a situation where there is a web part (or any web page component) that is slow, and it is slowing the page render time for your page this is a handy trick. Here is the summary: Create another web part page and add the slow loading web part. Look at the source code for the render page and get the... Read More...
by wkriebel | with no comments
Locking Your Computer with a Script
Thursday, July 10, 2008 11:42 AM
For humans: ÿ -L For computers: % windir %\System32\rundll32.exe user32.dll,LockWorkStation So cool. Command line source: Shutting Down Computers and Logging Off Users: TechNet Read More...
by wkriebel | with no comments
Filed under:
More Posts