Skip to main content

MT-Consulting

Go Search
Home
About MTC
  

Other Blogs
There are no items in this list.
Problem installing Zune 4.0 Software?
I have 2 machines running Windows 7 RTM and both had Zune software on them and when I went to upgrade to 4.0 this morning they seemed to hang at downloading components... I tried making sure updates were current but that did notresolve the issue.
 
My Fix was download the Zune 4.0 Client from this link and setup ran fine... http://www.microsoft.com/downloads/details.aspx?FamilyID=6136349f-2b32-4946-83b5-a09775531ef4&displaylang=en
Getting Failed to Register Error when installing Adobe Flash Player?
Check out this page, last post worked for me. Hope this saves someone else a few hours...
 
Ever Needed to Reset a Lost Password for the Domain Administrator Account

One of my fellow employees successfully reset the domain administrator account without having any way to logon to the DC Server beforehand. Someone changed the domain admin account password and nobody would admit to it.

He used the links below to get it done.

http://www.petri.co.il/reset_domain_admin_password_in_windows_server_2003_ad.htm

http://www.petri.co.il/forgot_administrator_password.htm

Configuring Smarthost with Exchange 2k3 for AT&T
On the Connector tell it to use smtpauth.sbcglobal.net as the smarthost and configure the security to logon with your SBCGlobal Email Account and Password.
Configure ISA to use a different port for SSL
Need to connect to SSL on a different port then 443. Read this article
 
 
I used the Script method. The link in the article was wrong but the script can be found here.
 
 
Restart the services when your done.
Free AV Products
I found a business this week who and 20% of there PC infected with Virus and wanted to know even after they clean them why they keep coming back.
 
They were truely surprised when I told them they were getting what they paid for. Most Free AV products are not as effective as Fee Based Products. What is that old saying... You often get what you pay for...
 
If you are considering using Free AV Products in your business please do a little research and at least make an informed decision.
Connect to WSUS with SQL Management Studio
Need to Connect to WSUS from the Management Studio interface try this connection string
 
\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query
Configure Memory for MSDE

a(1). Firstly, we need to use the steps below to identify what instance is using the most memory: In Task Manager, click Select Columns in the View menu, and make sure that PID (Process Identifier) is checked. Then find out the sqlservr.exe process that is using the most of the RAM and note its PID. Once you have the PID run the following from a command prompt:

tasklist /svc

This should give you the instance associated with the PID you identified in the previous step. And then you can configure a maximum amount of memory to the instance.

(2). Then, use max server memory to prevent SQL Server from using more that the specified amount of memory (we can also use min server memory to guarantee a minimum amount of memory to an instance of SQL Server). To do so, open a command prompt and run the following command:

osql -E -S <SBS server name>\<instance name>

You will enter the osql command prompt. Run the commends below (replace <xxx> with the maximum and minimum amount of memory respectively):

1> EXEC sp_configure 'show advanced options', 1
2> reconfigure
3> go

1> EXEC sp_configure 'min server memory', <xxx>
2> reconfigure
3> go

1> EXEC sp_configure 'max server memory', <xxx>
2> reconfigure
3> go

After doing the above steps, you may run the commands to check the configured memory usage:

1> EXEC sp_configure
2> go

Remove the Symantec Uninstall Password

Open Regedit and Navigae to this location

HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion\Administrator Only\Security\

Open Key "UseVPUninstallPassword"

Change Value from a 1 to 0

Need to Reset SAV Console password

Open Regedit and navigate to the following location

HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion

Look for a value named "ConsolePassword" (Type RegSZ). Delete this value (do not set the value to an empty string but delete the value "ConsolePassword").

Now open SSC and try to unlock the the server group with the default password 'symantec' (without the quotes).

1 - 10 Next

 ‭(Hidden)‬ Admin Links