×
Skip to content
Kuzba Blog

© Kuzba Blog • Theme: Mk by Level9themes

Kuzba Blog
Technology tidbits from my adventures in Technology!
  • Atari 7800
  • Sega Game Gear
  • Sega Master System
  • Gallery

Windows Vista/7: Changing default program to open files

The removed the file types thing from Vista / 7.  I.E. you cannot associate files and have them run with

Posted in Uncategorized
0

Exchange 2003/2007/2010: What is my build number?

Useful to know for what SP a server is running: http://support.microsoft.com/kb/158530  

Posted in Uncategorized
0

Exchange 2003: Making OWA working with Internet Explorer 8

You receive an error message when you try to perform any editing tasks, or you must click to enable the compose

Posted in Uncategorized
0

Exchange 2007/2010: Managing your own mobile device when syncing stops working

I have a windows mobile phone and it stopped syncing with Exchange.  No reason.  Usually rebooting the phone fixes it

Posted in Uncategorized
0

Scripting: Ever need to rename alot of files at one?

Like take spaces out of a bunch of files and replace them with something like a hyphon?  How about just

Posted in Uncategorized
0

Scripting: Email via Visual Basic Script – VBS

Const cdoSendUsingPickup = 1 Const cdoSendUsingPort = 2 Const cdoDSNDefault = 0 ‘None Const cdoDSNNever = 1 ‘None Const cdoDSNFailure

Posted in Uncategorized
1

SQL 2000/2005/2008: Where is the default backup folder?

http://www.mssqltips.com/tip.asp?tip=1583 Helpful if you have all SQL backup jobs using the default folder.  This way all future jobs will use

Posted in Uncategorized
0

SQL 2000/2005/2008: Need to figure out where all the database files are?

Run this Query: SELECT name, physical_name AS current_file_location FROM sys.master_files Gives you all the databases and their database file location

Posted in Uncategorized
0

Internet Explorer: How to stop the anoying alert bar!

I do not by any means recommend doing this.  Do so at your own risk as I have had users

Posted in Uncategorized
0

iPhone: Setting your iPhone with Microsoft Exchange Server

Helpful support article from apple site: http://support.apple.com/kb/ht2480

Posted in Uncategorized
0
Page 3 of 6 « 1 2 3 4 5 6 »