Cisco
Mobile
Software
Twikini
WSUS Certification (3)
Cisco (1)
Database (3)
Development (1)
Digital Photography (1)
Freeware (2)
General (9)
MCSE (3)
Microsoft (4)
Network (4)
Oracle (2)
scripting (2)
Security Threats (1)
SEO (1)
Software (2)
Spyware (1)
Training (1)
Utilities (1)
Virus (1)
Web Development (2)
Word Press (1)
WP-Theme (1)
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Recent Posts
Shut Down WSUS March 2nd, 2010
You can stop the service “Update Services” from the console.
Or from cmd use “net stop wsusservice”
Twikini June 13th, 2009
Twikini is by far the best Twitter app for Pocket PC based phones. It is easy and very fast. You couldn’t ask for more features. It is the best for viewing Twitter and posting tweets.  URL shortening and Twitpic integration are key for smartphone posts. Snapping a picture with your phone and posting it in a tweet takes about two minutes. Pair it with WordPress and Twitter Tools for WordPress, and photos can be added to you web page from anywhere in minutes. Point Facebook to your Twitter account, and you can use this tool to post to Twitter, Facebook, and a WordPress site within one interface.
Best of all, it is 5 bucks to license a copy for your Smart Phone.
Outlook 2003 Out Of Office Assistant ‘command not available’ June 8th, 2009
To resolve the problem…
- Open Outlook.
- Click on Help menu.
- Click on About Microsoft Office Outlook.
- Click on the Disabled Items button.
You will see a Disabled Items window open, with the following information within it:
The items below were disabled because they prevented Outlook from functioning correctly.
Please note that you may have to restart Outlook for these changes to take place.
Select the ones you wish to re-enable.
If you see “Addin: outex.dll (outex.dll)” listed, click on it to highlight it and then click on the Enable button. Then click on the Close button. Then click on the OK button to close the About Microsoft Office Outlook window.
Remembering Windows 2000 May 28th, 2009
Someone brought me a Windows 2000 PC to clean up. Usual spyware/virus problems. Some crappy program says the PC is infected. If you buy the cleaning program, it will “remove” the infections that it created. Booted into Safe Mode. Installed Spybot and AVG 7.5. Scan and clean. Booted normally. Updated 2000 to the most “current” updates. Ran the SP4 w. update rollup patch. bumped the AVG up to 8.5. Set everything to run nightly scans.
The PC is a P4 w. 512MB RAM and a 40GB hard drive. If you don’t over stress it, W2K runs pretty well.
It is amazing how ancient and archaic Windows 2000 feels. But you know, it is like riding a bicycle…
Recover lost password in XP November 17th, 2008
These links will help you recover the password for a local account in NT/2K/XP/Vista.
http://www.petri.co.il/forgot_administrator_password.htm
http://home.eunet.no/pnordahl/ntpasswd/
Add an icon to your web site with favicon.ico July 2nd, 2008
The custom icons that appear with websites are set using a file called favicon.ico. It is a 16×16 or 32×32 icon file that is loaded to the root of your website. More info here…
http://msdn.microsoft.com/en-us/library/ms537656(VS.85).aspx
http://www.w3.org/2005/10/howto-favicon
Icon editing freeware here…
Disable Offline File Sync with Group Policy May 5th, 2008
You can disable offline files using Group Policy. Computer Config\Admin Templates\Network\Offline Files
Allow or disallow use of offline files feature: Disabled
Prohibit user config: Enabled
Sync all offline files when logging on: Disabled
Sync all offline files before logging off: Disabled
Sync offline files before suspend: Disabled
Remove ‘Make offline’: Enabled
Prevent use of Offline Files folder: Enabled
Microsoft: We Built UAC into Vista to Annoy Users May 1st, 2008
Confirmed…
Like Microsoft Bob and Clippy, UAC was built to annoy users,
See for yourself on CNET…
http://www.news.com/Microsoft-Vista-feature-designed-to-annoy-users/2100-1016_3-6237191.html
Javascript to redirect to a page with ‘&’ arguments April 17th, 2008
Use unescape(“%26″) to put an ampersand (&) in redirection URLs with javascript…
<script type=”text/javascript”>
var myURL = “http://del.icio.us/cwilmire?setcount=100″ + unescape(“%26″) + “settagview=cloud”;
window.location = myURL;
</script>
