tag:blogger.com,1999:blog-43358349388611860982009-02-23T16:09:56.262-08:00spencerkam.comSpencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.comBlogger137125tag:blogger.com,1999:blog-4335834938861186098.post-88782739749737025382008-10-14T13:25:00.000-07:002008-10-14T14:54:11.027-07:00How to Delete Files with Trailing PeriodsFor a while, I'd had interesting experiences with my Mac users creating folders with a trailing period in the folder name. They'd create folders with names like <span style="font-weight: bold;">Spencer K.</span> Why they'd do that? I don't know. But, it's a real pain in the butt to clean up.<br /><br />I've found a solution to delete these folders, fortunately.<br /><br />In the command prompt, navigate to where the folder is located.<br /><br />Type in the command<span style="font-weight: bold;"><br />dir /x<br /></span><br />This will provide you with the short name of the folder. In the case of <span style="font-weight: bold;">Spencer K.</span> the result will be <span style="font-weight: bold;">spencerk~1</span>. <br /><br />To remove the file, you would type the following command.<br /><br /><span style="font-weight: bold;">rd spencerk~1 /s</span><br /><br />The /s switch in the rd command will force the rd command to delete its files and folders within the main folder.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-8878273974973702538?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-57846850608880866072008-09-02T23:21:00.000-07:002008-09-02T23:24:11.049-07:00Disable Firefox's Session Restore FeatureFirefox periodically saves you session so that if it crashes, it can restore your tabs for you. While this is a useful feature, I could see how it could bother some users. Disabling this feature is quite easy however.<br /><br />In the Firefox URL bar, type <span style="font-weight: bold;">about:config</span>.<br />Click <span style="font-weight: bold;">I'll be careful, I promise!</span><br />Search for the key <span style="font-weight: bold;">browser.sessionstore.enabled</span><br />Change this key's value to <span style="font-weight: bold;">False</span>.<br /><br />After you make this change, Firefox will no longer save your sessions.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-5784685060888086607?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-11723890837043092452008-09-01T10:17:00.000-07:002008-09-01T10:23:04.337-07:00Recover Lost CD Keys and Serial NumbersEver install a game, but later lose the CD key or serial number? Worry no more. You can recover your lost CD keys and serial numbers with a freeware called Game Key Revealer and SoftKey Revealer. Game Key Revealer and SoftKey Revealer search for which products you have installed and also finds the CD key and serial numbers required to install your favorite games. This freeware is available for download at <a href="http://cakirbey.googlepages.com/">http://cakirbey.googlepages.com/</a> .<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://cakirbey.googlepages.com/ssgkr.JPG/ssgkr-full;init:.JPG"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://cakirbey.googlepages.com/ssgkr.JPG/ssgkr-full;init:.JPG" alt="" border="0" /></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-1172389083704309245?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com2tag:blogger.com,1999:blog-4335834938861186098.post-23317990269723107832008-08-26T20:56:00.000-07:002008-08-26T21:00:23.683-07:00Turn Off Firefox 3 Auto Suggest Feature for URL BarIf you don't like Firefox 3 suggesting the URL for you as you type, you can turn this off. By default, it suggests 12 sites. This is also a good way to trim down the number of sites that are displayed as you type.<br /><br />In the Firefox URL bar, type <span style="font-weight: bold;">about:config</span>.<br />Click <span style="font-weight: bold;">I'll be careful, I promise!</span><br />Search for the key <span style="font-weight: bold;">browser.urlbar.maxRichResults</span>.<br />Edit this value and change it to as many sites as you'd like Firefox to suggest. To turn it off, set it to 0. But you could jest as easily set it to 3 or whatever number tickles your fancy (integers only please!)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-2331799026972310783?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-12607683759699898752008-08-24T11:00:00.000-07:002008-08-24T11:40:22.906-07:00Recover Dead Hard Drives with Knoppix LinuxA few months ago, I was using a Linksys NAS200 to backup my data. While fiddling around with it, the hard drive that I had inside of the unit suddenly stopped working. For some of the data on the drive, I had a copy on my primary hard drive. But for some of the data, the copy on my NAS200 was my only copy.<br /><br />I tried to take the hard drive out of the NAS200 and put it directly into my main system. I knew that the NAS used Linux to setup the different shares, so I had a hunch that I wouldn't be able to simply move the hard drive and access it right away. As expected, Windows wasn't able to recognize the drive and wanted to format it.<br /><br />Since Linux was used to format the drive and create the shares to begin with, I downloaded a copy of <a href="http://www.knoppix.net/">Knoppix Linux</a>. Knoppix is a Linux LiveCD, which means it will load Linux on your system without any complications of really installing Linux on your system. The entire OS will load on a temporary partition on a hard drive, and the applications will run from the CD/DVD. I figured that this would be my best shot. I popped the Knoppix disk in and in a few minutes, Linux loaded on my system. I was able to see the all of my hard drives, including the one that I wasn't able to access earlier. I immediately copied the data on the dead drive to a portable USB hard drive. All my data was available and copied over successfully.<br /><br />Knoppix undoubtably saved all of my data. It's definiately a very useful tool. Even if you only use it once in a long while, it definitely comes in handy when required. Best of all, its free and downloadable on their website.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-1260768375969989875?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-81611870381861408762008-08-14T17:18:00.000-07:002008-08-14T17:34:30.584-07:00Syslogd Process Hogging Up CPU ResourcesToday, I had switched a user to one of our new systems with Leopard. Upon switching her out, she quickly called complaining that her new computer was painfully slow. I took a look at the Activity Monitor and saw that she had a syslogd process that was taking up 100% of the cpu cycles.<br /><br />The fix that I found was relatively simple.<br /><br /><ul><li>Disable Time Machine. Go to the System Preferences, click on Time Machine, and turn it off.</li><li>Launch Activity Monitor (found under Applications/Utilities) and force quit the process syslogd.</li><li>Reenable Time Machine</li></ul>Once you kill syslogd, a new process will spawn under the same name, but its CPU cycles will be very much lower.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-8161187038186140876?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-8078231456581595662008-07-02T15:51:00.000-07:002008-07-24T12:10:08.436-07:00Build a Windows Server Update Services(WSUS) Server<ol><li>Install Internet Information Services<br />To verify that IIS was installed, open a web browser, and navigate to http://127.0.0.1/. You should receive an Under Construction page if IIS is installed successfully.</li><li>Install Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1<br />http://go.microsoft.com/fwlink/?LinkID=47251</li><li>Install .NET Framework Version 2.0 Redistributable Package<br />http://go.microsoft.com/fwlink/?LinkID=68935</li><li>Install Report Viewer Redistributable 2005<br />http://go.microsoft.com/fwlink/?LinkID=70410</li><li>Install Microsoft Management Console 3.0<br />http://go.microsoft.com/fslink/?LinkID=70412</li><li>Give Read permissions to Network Service on the root of the drive where the updates will be stored. In this case, it will be E:.</li><li>Install WSUS<br />a. Set the location to store updates.<br />b. Create the WSUS database<br />c. Configure the update site.<br />d. Set Product and Classification download settings.<br /></li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-807823145658159566?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-75178049606834378332008-07-01T22:59:00.000-07:002008-07-01T23:19:50.394-07:00Plantronics Discovery 665 ReviewToday I'll be reviewing the <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FPlantronics-Discovery-Bluetooth-Headset-Packaged%2Fdp%2FB000M92GLK%3Fie%3DUTF8%26s%3Dwireless%26qid%3D1214977986%26sr%3D8-5&tag=spencerkamcom-20&linkCode=ur2&camp=1789&creative=9325">Plantronics Discovery 665</a><img src="http://www.assoc-amazon.com/e/ir?t=spencerkamcom-20&l=ur2&o=1" alt="" style="border: medium none ! important; margin: 0px ! important;" width="1" border="0" height="1" />. This is one of a few bluetooth headsets that I've used, but this one is probably my favorite.<br /><br /><div style="text-align: center;"><img src="http://www.plantronics.com/images/catalog/product_fullsize/discovery665.jpg" alt="Plantronics" discovery="" 665="" /><br /></div><br />The Discovery 665 is very light and weighs in at only 9 grams. The headset is an in-ear design, much like headphones, but there is an optional stabilizing loop that hooks to your ear. It comes with different gel ear pieces to accommodate for people with larger or smaller ears.<br /><br />The sound quality of this headset is much better than headsets that I've used in the past. Voice sounds clear to me during conversations and I haven't had anyone tell me that the quality on the receiving end was poor.<br /><br />What really makes this headset stand out is it's charger. Rather than a traditional wall charger, this headset comes with a vehicle charger that you plug into the cigarette lighter. This feature practically sold the headset to me, since I'd be using this headset nearly 100% of the time while driving around Southern California.<br /><br /><div style="text-align: center;"><img src="http://www.plantronics.com/images/catalog/product_fullsize/discovery665_A.jpg" alt="Plantronics" discovery="" 665="" with="" vehicle="" charger="" /><br /></div><br /><br />This headset also comes with a USB charger, so you could alternatively charge this headset on your computer. Alternatively, you could purchase this traditional <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FPLANTRONICS-OEM-320-510-CHARGER%2Fdp%2FB000S6GDK2%3Fie%3DUTF8%26s%3Dwireless%26qid%3D1214979334%26sr%3D1-1&tag=spencerkamcom-20&linkCode=ur2&camp=1789&creative=9325">Plantronics Charger</a><img src="http://www.assoc-amazon.com/e/ir?t=spencerkamcom-20&l=ur2&o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> if you wanted to charge your headset in a more traditional manner.<br /><br />The one gripe that I do have about this headset are the buttons to adjust the volume or to answer/hang up. The buttons feel very stiff and while you're wearing the headset, it feels like you're trying to mash it through your skull.<br /><br />Overall, I would recommend this headset. It's simplistic interface, comfort to wear, and unique vehicle charger make this headset a keeper.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-7517804960683437833?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-79533573826961677202008-06-27T17:14:00.000-07:002008-06-27T17:28:30.117-07:00New User Account Not Showing Up on Login Screen in OSX 10.5Macs in a predominately Windows environment don't play well. We all know that. But here's another reason that they don't play well. With OS X 10.5 systems, when you bind the computer to the domain, when new users log into the system, their account will be created but the account will not show up on the login screen. When creating local accounts, I've found that OS X 10.5 has no problem also displaying on the login screen. However, when a network account was logged into the machine, their account would not show up on the login screen. In Tiger, I didn't have problems, but since this is our first Leopard build, we're having all kinds of fun. The fix is simple, however.<br /><br /><ol><li>Launch <span style="font-weight: bold;">Directory Utility</span>, which can be found in the <span style="font-weight: bold;">Applications\Utilities</span> folder.</li><li>On the <span style="font-weight: bold;">Directory Servers</span> tab, click <span style="font-weight: bold;">+ </span>to bind it to the domain.</li><li>Click the <span style="font-weight: bold;">Services </span>tab.</li><li>Double-click where it says <span style="font-weight: bold;">Active Directory</span>.</li><li>Show the <span style="font-weight: bold;">Advanced Options</span>.</li><li>In the <span style="font-weight: bold;">User Experience</span> tab, right below, tick the box that says <span style="font-weight: bold;">Create mobile account at login</span>.</li><li><span style="font-weight: bold;">Reboot </span>the system.</li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-7953357382696167720?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-58447134907822124612008-06-20T12:42:00.000-07:002008-06-20T12:47:52.897-07:00Recover Deleted Emails in OutlookEver get that weird feeling in your stomach after you delete something and realize that you need it? We all do. In Microsoft Outlook, you can recover your deleted emails quite easily.<br /><br /><ol><li>Open the folder where the email was located.</li><li>Click on <span style="font-weight: bold;">Tools </span>-> <span style="font-weight: bold;">Recover Deleted Items</span>.</li><li>In there, you'll see a list of your emails that you recently deleted. <span style="font-weight: bold;">Highlight</span> the emails that you want recovered, and click <span style="font-weight: bold;">Recover Selected Items</span>.</li><li>You emails will then be recovered back to its original folder.<br /></li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-5844713490782212461?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com2tag:blogger.com,1999:blog-4335834938861186098.post-2055193675879556402008-06-19T10:06:00.000-07:002008-06-19T10:11:28.169-07:00Hide Contacts from Showing Up in GALIn certain environments, you may have created contacts which you don't want to show up in your Global Address List (GAL).<br /><br />To hide these certain contacts,<br /><ol><li>Open <span style="font-weight: bold;">Active Directory Users and Computers</span>.</li><li>Locate the contact that you want to be hidden.</li><li>Open their <span style="font-weight: bold;">properties</span> and go to the <span style="font-weight: bold;">Exchange Advanced tab</span>.</li><li>Tick the box that reads "<span style="font-weight: bold;">Hide from Exchange address lists</span>".</li></ol>In my case, it took about 5 minutes for the contact to be hidden in the GAL. If you're using Outlook in cache mode, it may take up to 24 hours for this change to take effect.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-205519367587955640?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-24771295568618637222008-06-17T15:52:00.000-07:002008-06-17T15:55:20.648-07:00Force Empty Trash in OSXIf you put files that are in use in your trash, OSX will prevent you from emptying the trash can. To force deletion, hold down <span style="font-weight: bold;">Option</span> then <span style="font-weight: bold;">Empty Trash</span>.<br /><br />This was useful to me today when apparently, I had 50GB of data that was sitting in the Trash but couldn't be deleted. Somewhat of a pain.<span style="font-weight: bold;"></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-2477129556861863722?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-46387221026182222342008-06-17T15:17:00.001-07:002008-06-17T15:55:55.007-07:00Recreate a Show Desktop ShortcutIts so easy to accidentally delete your Show Desktop shortcut on your Quick Launch bar in Windows XP and Windows Vista. However, it is also easy to recreate this shortcut if you accidentally delete it.<br /><br />Here's what you need to do to recreate a Show Desktop shortcut.<br /><ol><li>Create a new text document in <span style="font-weight: bold;">Notepad</span>.</li><li>Type in the following lines.<br /><span style="font-weight: bold;">[Shell]</span><br /><span style="font-weight: bold;"> Command=2</span><br /><span style="font-weight: bold;"> IconFile=explorer.exe,3</span><br /><span style="font-weight: bold;"> [Taskbar]</span><br /><span style="font-weight: bold;"> Command=ToggleDesktop </span></li><li>Save the file as <span style="font-weight: bold;">Show Desktop.scf</span>.</li><li>Move this file to your <span style="font-weight: bold;">Quick Launch</span> toolbar.</li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-4638722102618222234?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-33216083711048812712008-06-10T11:02:00.000-07:002008-06-10T17:40:45.547-07:00How to Free Up BlackBerry Device Memory<span style="font-weight: bold;">Delete Old Email</span><br />Keep a tidy inbox. I like to delete my emails on my BlackBerry once I've read them. I don't feel that I really go back to them once I've read them, and if I did need to go back, I could always check back to my email client at my desk. I only try to keep any emails that are absolutely necessary.<br /><br />You can also choose to only keep messages for a certain period of time. To do this, open your <span style="font-weight: bold;">Inbox</span>, press the <span style="font-weight: bold;">BlackBerry Menu</span> button, select <span style="font-weight: bold;">Options</span>, then <span style="font-weight: bold;">General Options</span>. If you scroll down, you'll see an option for <span style="font-weight: bold;">Keep Messages</span>, you can adjust this. The minimum is 15 days, but you could if you wanted to keep the messages forever.<br /><br /><span style="font-weight: bold;">Keep A Clean Calendar</span><br />Calendar is pretty much similar to inbox. No need to keep old appointments unless you can somehow look at your old appointments then close your eyes and relive the past. To clear your old appointments, open your <span style="font-weight: bold;">Calendar</span>, click the <span style="font-weight: bold;">BlackBerry Menu </span>button, select <span style="font-weight: bold;">Options</span>. Scroll down and find<span style="font-weight: bold;"> Keep Appointments</span>. Like your inbox, the minimum is 15, and you can keep appointments forever.<br /><br /><span style="font-weight: bold;">Move Media Files to a MicroSD Card</span><br />Do you really need your MP3 collection on your BlackBerry's internal memory? Purchase a MicroSD card and store your media there.<br /><br /><span style="font-weight: bold;">Delete Unused Applications</span><br />Why keep applications that you never use? Free them up by going into <span style="font-weight: bold;">Options </span>-> <span style="font-weight: bold;">Advanced</span> <span style="font-weight: bold;">Options </span>-> <span style="font-weight: bold;">Applications</span>. You can then press the <span style="font-weight: bold;">BlackBerry Menu </span>button and select <span style="font-weight: bold;">Delete</span>.<br /><br /><span style="font-weight: bold;">Clear Event Logs</span><br />The BlackBerry actually stores logs of every action that was performed on your device. To view and clear the even log, press <span style="font-weight: bold;">ALT</span>, then type in <span style="font-weight: bold;">LGLG</span>. This will bring up the event log. To clear it, press the <span style="font-weight: bold;">Blackberry Menu</span> button and select <span style="font-weight: bold;">Clear Log</span>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-3321608371104881271?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-71442739478830293662008-06-09T17:24:00.000-07:002008-06-17T15:56:32.045-07:00Propogate Exchange Public Folder PermissionsWork hard, but don't do hard work. This applies to so many things, but never more appropriate than doing tedious and repetitive work. Changing the permissions on a few folders is no problem, but what if there are thousands. Here's how to change permissions on all subfolders for Exchange Public Folders.<br /><ol><li>Launch <span style="font-weight: bold;">Exchange System Manager</span></li><li>Drill Down to <span style="font-weight: bold;">Administrative Groups -> [Your Org] -> Folders -> Public Folders.</span></li><li><span style="font-weight: bold;">Right-click</span> on the <span style="font-weight: bold;">parent folder</span> that has the permissions that you want to push down to the children.</li><li>Select <span style="font-weight: bold;">All Tasks</span> then <span style="font-weight: bold;">Manage Settings</span>.</li><li>Select <span style="font-weight: bold;">Overwrite Settings</span>.</li><li>Select the <span style="font-weight: bold;">settings </span>that you want to overwrite on the children.</li><li>Click Finish to confirm your changes.</li></ol>The changes may take a while if you have many subfolders under the parent.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-7144273947883029366?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-12001577976714456762008-06-02T17:14:00.000-07:002008-06-02T17:20:49.072-07:00Error when Running Exmerge.exeToday, I had a difficult time launching <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=429163ec-dcdf-47dc-96da-1c12d67327d5&displaylang=en">Exmerge</a>, which is a cool little tool I might add. On lauch, I would receive an error message which read <span style="font-style: italic;">"This application has failed to start because EXCHMEM.dll was not found</span>."<br /><br />When you download Exmerge from Microsoft's site, you can extract the files anywhere you'd like. However, you can only extract it in one location for this tool to launch successfully. You'll want to extract the Exmerge files to <span style="font-weight: bold;">C:\Program Files\exchsrvr\bin\</span>. Any other location will generate the error message above.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-1200157797671445676?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-75800606694053226112008-06-02T15:18:00.000-07:002008-06-02T16:04:13.907-07:00Prevent Windows Messenger from Starting at LaunchThe other day, I noticed that Windows Messenger started launching again when I logged onto my computer at home. Playing around in Group Policy, I found a setting that would prevent it from starting up.<br /><br /><ol><li>Open the Local Group Policy Editor. You can do this by clicking <span style="font-weight: bold;">Start </span>-> <span style="font-weight: bold;">Run </span>-> type in '<span style="font-weight: bold;">gpedit.msc</span>' -> click <span style="font-weight: bold;">OK</span>.</li><li>Navigate to <span style="font-weight: bold;">Local Computer Policy</span> -> <span style="font-weight: bold;">Computer Configuration</span> -> <span style="font-weight: bold;">Administrative Templates</span> -> <span style="font-weight: bold;">Windows Components</span> -> <span style="font-weight: bold;">Windows Messenger</span>.</li><li>Right click on the setting that reads '<span style="font-weight: bold;">Do not automatically start Windows Messenger initially</span>' -> Select <span style="font-weight: bold;">Properties </span>-> <span style="font-weight: bold;">Enabled </span>-> <span style="font-weight: bold;">OK</span>.</li><li>Restart your computer.<br /></li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-7580060669405322611?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-18429418361238990192008-05-28T09:20:00.000-07:002008-05-28T10:54:38.429-07:00Office 2007: Initializing the Places BarIn Office applications, when you initiate a Save As command, you may experience a window that pops up and says "Initializing the Places Bar". During this time, it can take a a few seconds to a few minutes to bring up the Save As window that you're expecting to see.<br /><br />What is happening is the Office application, whether it be Word, Excel, or PowerPoint, is trying to find any network drives that you have mapped. If it can find the network drives, then this process will be fast. However, if it can't find the network path, then the process have to time out and then the Save As dialog box will come up. If you have multiple network drives that can't be reached, this can take a very frustratingly long time to time out and complete.<br /><br />To correct this:<br /><ul><li>Make sure that all of your network drives are able to be accessed. If they can't be accessed, you'll want to disconnect the drive or make sure that it's accessible.<br /></li><li>If you have group policy in place, then you'll want to review your policies and make sure that there are no places bar locations that can't be accessed. You'll need to have your systems administrator, or whoever manages your group policy look at this, but it can be found in the <span style="font-weight: bold;">Group Policy Management Editor</span> under <span style="font-weight: bold;">User Configuration > Administrative Templates > Classic Administrative Templates > Microsoft Office 2007 system > File Open/Save dialog box > Places Bar Locations</span>.</li></ul>In my environment, we had an entry in group policy for the Places Bar Location that pointed to a server that no longer existed. Once that key was disabled and the changes were reflected on all of the domain controllers, I rebooted my system and the Save As command ran lightning fast.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-1842941836123899019?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com4tag:blogger.com,1999:blog-4335834938861186098.post-29060916416054552912008-05-22T11:22:00.000-07:002008-05-22T11:26:43.880-07:00Clear Outlook AutoComplete CacheThis tip is especially useful if you've sent an email to someone, but accidentally misspelled their email address. Clearing the cache will delete this entry and allow you to create another entry that is correct.<br /><ol><li>Quit <span style="font-weight: bold;">Microsoft Outlook</span>.<br /></li><li>Click on <span style="font-weight: bold;">Start </span>-> <span style="font-weight: bold;">Run</span></li><li>Type in <span style="font-weight: bold;">%appdata%\microsoft\outlook</span>.</li><li>Delete the file <span style="font-weight: bold;">[profile name].n2k</span>.</li><li>Relaunch Outlook.</li></ol>Outlook will then create a new .n2k file to store your cache.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-2906091641605455291?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-72036068627127294922008-05-19T10:59:00.000-07:002008-05-19T11:00:34.207-07:00Linux: Whats the Super Button?In the Linux world, the super button will be your Windows key on your keyboard.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-7203606862712729492?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-3417511186427926302008-05-18T21:25:00.000-07:002008-05-18T21:33:50.784-07:00Setup Windows Machines as Media Servers for Playstation 3If you want to play your MP3 collection that you have stored on your computer on your Playstation 3, you can setup your Windows machine to act as a media server. This will allow you to access all of your MP3, so that you can play them on your TV through your Playstation 3. You will be able to view your pictures and videos on your computer as well. The setup is really simple, and literally takes about 2 minutes.<br /><br /><ol><li>Launch <span style="font-weight: bold;">Windows Media Player 11</span>.</li><li>Right Click on the <span style="font-weight: bold;">Library </span>tab and select <span style="font-weight: bold;">Media Sharing</span>.</li><li>Check the option <span style="font-weight: bold;">Share My Media.</span></li><li>On your <span style="font-weight: bold;">Playstation 3</span>,under <span style="font-weight: bold;">Photos</span>, <span style="font-weight: bold;">Music</span>, or <span style="font-weight: bold;">Video</span>, select <span style="font-weight: bold;">Search for Media Servers</span>.</li><li>Go back to your PC, you should see a screen that says that an unknown device is trying to connect. <span style="font-weight: bold;">Allow </span>the device, and you should now be able to play your files on your Playstation.<br /></li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-341751118642792630?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-83876247169466302252008-05-13T09:21:00.000-07:002008-05-13T09:25:17.313-07:00Disable Firefox Extension Install TimerWhenever you install an extension for Firefox, Firefox makes you wait for about 5 seconds before you can click the install button. Its somewhat of a mechanism to protect you from malicious websites...and in some cases protect you from yourself.<br /><br />You can disable this timer, but remember to be very careful.<br /><ul><li>In the URL field, type in <span style="font-weight: bold;">about:config</span> and press <span style="font-weight: bold;">enter</span>.</li><li>Search for <span style="font-weight: bold;">security.dialog_enable_delay</span>.</li><li>Double click on this entry, and set its value to <span style="font-weight: bold;">0</span>.<span style="font-weight: bold;"></span></li></ul>You then can install extensions without having to wait.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-8387624716946630225?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-43476783277303638772008-05-11T22:56:00.000-07:002008-05-11T23:04:48.491-07:00Video Games aren't ToysYup. That's right. According to Best Buy, video games aren't toys. My mom gave me a coupon for Best Buy which was good for 10% off any single item. This coupon was only good for items in certain categories. The coupon had a variety of categories that it was good for. While it didn't explicitly say that video games were included, it didn't explicitly say that they weren't included. They did list "Toys" as being eligible. With that, I did a search for "Toy" on <a href="http://www.bestbuy.com/site/olspage.jsp;jsessionid=LFBHE5O0H1KOBKC4D3JFAHI?_dyncharset=ISO-8859-1&id=pcat17071&type=page&st=toy&sc=Global&cp=1&nrp=15&sp=&qp=&list=n&iht=y&usc=All+Categories&ks=960">Best Buy's website</a>. What I came up with was a list of video games.<br /><br />I do know that someone else had the same experience a few months ago, and I wasn't quite sure if I was going to have the same experience that they did, so I gave it a shot. I should have known better that even though someone else had the same experience a few months ago that Best Buy wouldn't have done anything to correct this issue. To me, its a bit deceitful, but hey, thats the Best Buy quality of service that we've all come to expect.<br /><br />Well, Best Buy, one less customer for you for good.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-4347678327730363877?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0tag:blogger.com,1999:blog-4335834938861186098.post-13135511464003025352008-05-10T14:15:00.000-07:002008-05-10T14:18:00.591-07:00VMware Infrastructure Client could not establish the initial connectionAfter upgrading VMWare Virtual Center to version 2.5, I received a message that read<br /><ul><li>VMWare Infrastructure Client could not establish the initial connection</li></ul>To correct this error, you would need to log onto the VirtualCenter server and make sure that <span style="font-weight: bold;">VMWare VirtualCenter Service</span> is running. After I started this service, I was able to connect to the VirtualCenter Server to maintain my guest OSes.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-1313551146400302535?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com2tag:blogger.com,1999:blog-4335834938861186098.post-26721513623798395432008-05-06T11:52:00.000-07:002008-05-06T14:14:07.793-07:00Delete Files that are in Use in WindowsIf you try to delete a file, but the file is in use, you will likely get an error message that reads<br /><blockquote><span style="font-weight: bold;">The action can't be completed because the file is open in another program.</span><br /></blockquote>What this boils down to is that you need to figure out which process is using the file. A good utility to figure this out is called <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a>. Process Explorer is basically Task Manager, but all juiced up on steroids.<br /><br />Process Explorer is really a powerful tool, but figuring out which process is using a file is actually quite simple.<br /><ol><li>Click the <span style="font-weight: bold;">Find </span>menu at the top and select <span style="font-weight: bold;">Find Handle or DLL</span>.</li><li>In the windows that opens up, type in the name of the file that you want to delete and then click <span style="font-weight: bold;">Search</span>.</li><li>Below, a list will show which processes are using that particular file.</li><li>You can then close that particular application/process and try the delete again.</li><li>Optionally, you can find the process in the process list, kill that process tree, then delete the file.<br /></li></ol><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4335834938861186098-2672151362379839543?l=www.spencerkam.com'/></div>Spencerhttp://www.blogger.com/profile/11670966934760288929noreply@blogger.com0