?> Windows - 2/2 - Matt Gibson

Archive for the 'Windows' Category



Adding Sharepoint WSP templates on SBS 2003

Here’s a quick list so you don’t have to type in all those CLI lines.. This will add the 20 application templates to Sharepoint 3 on your SBS or other Sharepoint server.. stsadm –o addsolution –filename AbsenceVacationSchedule.wsp stsadm -o deploysolution -name AbsenceVacationSchedule.wsp -allowgacdeployment -immediate stsadm –o addsolution –filename BudgetingTrackingMultipleProjects.wsp stsadm –o deploysolution –name BudgetingTrackingMultipleProjects.wsp -allowgacdeployment [...]

SBS 2003 Disable Sync of Certain Offline Files like .PST or .MDB

Today I was noticing that some clients on the network were experiencing errors when users logged out and windows synced for them. In order to fix this, I had to do the following: TS to SBS Server Navigate to \\SBS\netlogon Edit the SBS_LOGIN_SCRIPT.bat file in this directory. It should look like: \\SBS\Clients\Setup\setup.exe /s SBS Change [...]

Replace Notepad with Notepad2 on Windows XP SP2

I noticed yesterday that there was a new Notepad2 release. If you’re not aware, notepad2 is a fantastic replacement for the regular notepad that comes with your windows installation. Check out notepad2 here. In the past it’s been a bit of a pain in the ass to replace notepad with notepad2 on your windows xp [...]