Recent Posts
Welcome, Guest. Please login or register.
September 07, 2010, 03:21:17 am

Login with username, password and session length
News: SMF - Just Installed!
* Home Help Search Login Register
+  Users-Exchange from ASG Consulting
|-+  Recent Posts
Pages: [1] 2

 1 
 on: April 07, 2010, 09:17:36 am 
Started by Steve - Last post by Steve
How to reset or remove Trend Micro OfficeScan password to default

To remove / reset the uninstall password for Trend Micro OfficeScan
       1.  Edit Ofcscan.ini file.
               A. On Windows.95/98 machines it is usually in C:\Windows\Ofcscan.ini
               B. On Windows.NT/2K machines it is usually in C:\WINNT\Ofcscan.ini
               C. May also be in C:\Program Files\...
       2. Open the Ofcscan.ini file using notepad search for the [INI_CLIENT_SECTION]
       3. Find the line reading Uninstall_Pwd= and type a # at the beginning of the line to comment it out.
       4. Insert a new line saying Uninstall_Pwd=70
       5. Save the Ofcscan.ini file and retry the uninstall. When it prompts you for a password, enter a '1'.


 2 
 on: April 07, 2010, 09:15:17 am 
Started by Steve - Last post by Steve
When an older piece of software (like Peachtree) is installed that utilizes an older version of .net (like 1.1) and upon it’s uninstall, certain MMC snap-ins fail to load with the error message “MMC cannot start the snap-in, it may not be installed correctly” the following will resolve the issue.

In the Windows\System32 folder there may be a file “mmc.exe.config” that calls for the old version of .net – and if you are on Windows Server 2008, that version may not be fully functional with the MMC snap ins.

Renaming the mmc.exe.config file to “mmc.exe.config.bak” removes those apps from accessing the file and restores the functionality of the snap in components.

 3 
 on: April 07, 2010, 09:13:52 am 
Started by Steve - Last post by Steve
You can find it here:  C:\Users\{username}\AppData\Roaming\Microsoft\Outlook

 4 
 on: April 07, 2010, 09:12:53 am 
Started by Steve - Last post by Steve
Kill processes:
                Tsc.exe
                Csc.exe

Delete Registry values:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Cyber Security
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run “1FD92E3F7C34799BFB075C41DA05D1FE

Unregister DLLs:  (regsvr32 /u <filename>.dll)
                Winsource.dll
                Iehelpmod.dll

Delete files:
                Tsc.exe
                Csc.exe
                Iehelpmod.dll
                Winsource.dll
                Help.lnk
                Registration.lnk
                Cyber Security.lnk

Delete directory:
                C:\program files\CS

 5 
 on: April 07, 2010, 09:11:58 am 
Started by Steve - Last post by Steve
Is your RDP session slow to refresh?  This simple change will speed things up when connecting to a Windows Server 2003 box.

Open a command prompt.

Enter "netsh interface tcp set global rss=disabled"
Enter "netsh interface tcp set global autotuninglevel=disabled"

Close the command prompt.

-----------

Check your DNS settings on the Vista client. In particular if you are using "Append these DNS suffixes (in order):" make sure the internal domain is in the list and at the top. At a command prompt you should be able to resolve the server name without a DNS suffix (e.g. nslookup servername).

 6 
 on: March 08, 2010, 01:33:38 pm 
Started by Support - Last post by Support
1.   Open Outlook and right click on the Public Calendar you want to have in a side by side view.
2.   Choose “Add to Favorites”.
3.   Click on the Calendar icon in the bottom left.
4.   Click on the Outlook Calendar check box and the newly added Public Folder calendar check box.  Both will appear side by side.

 7 
 on: March 08, 2010, 01:23:58 pm 
Started by Support - Last post by Support
Exchange 2003 ships with a limit of 16 GB (and for SP2 the default was increased to 18GB), but the maximum you can set is a whopping 75GB.  So, here's how...

To configure the database size limit for a database:
1.   On the computer running Exchange Server, start Regedit.exe.
2.   Open one of the following registry keys:
•   To configure the database size limit on a mailbox store, use the following registry key:  HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Server name\Private-Mailbox Store GUID
•   To configure the database size limit on a public store, use the following registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Server name\Public-Public Store GUID
 
In order to view this value you should use a tool like LDP.exe or ADSIEDIT.msc (both can be found in the Windows Server 2003 Reskit Tools - Download Windows 2003 Reskit Tools).

Navigate to the following DN: CN=Mailbox Store (servername),CN=First Storage Group,CN=InformationStore,CN=servername,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=Organization name,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
 
Note the objectGUID attribute of each store, then find the appropriate value in the registry path mentioned in step #2.
 
3.   Create a new DWORD entry called "Database Size Limit in Gb" and give it the appropriate value for maximum database size in GB.
For Exchange Server 2003 Standard Edition type a value between 1 and 75 (the default is 18 GB).
For Exchange Server 2003 Enterprise Edition type a value between 1 and 8000 (the default is 8000 GB). Click OK.
Note: Entries should be in decimal format.
Note: The setting in Exchange Server 2003 Enterprise Edition is useful when you want to limit the store size, mostly due to hardware restrictions.
4.   Create a new DWORD entry called "Database Size Buffer in Percentage" and give it the appropriate value between 1 and 100 to specify when you want events to be logged in the application log in Event Viewer to warn you that you are nearing the maximum size for a database.
The default value of 10 (i.e. 10%) will result in warning events to be logged when you have 10 percent capacity left before you reach the maximum size for that database.
5.   Create a new DWORD entry called "Database Size Check Start Time in Hours From Midnight" and give it the appropriate value between 0 and 23 to specify when you want Exchange to check the database size.
The default value of 5 results in Exchange Server checking the database size 5 hours after midnight (i.e. 5:00 AM).
6.   Close Registry Editor.

You should dismount and mount your stores, or restart the Information Store service for this mod to take affect.

 8 
 on: March 08, 2010, 01:16:39 pm 
Started by Support - Last post by Support
Windows 2008 server now has utilities in Disk Management to Extend and Shrink a volume. Important note, in order to increase the size of a primary partition, you must delete the extended partition and the extended volume as well. This will allow the space to become unallocated space, which is what a primary partition is looking for when extending.

 9 
 on: March 08, 2010, 01:12:45 pm 
Started by Steve - Last post by Steve
Would you like to see your pages open almost instantly?  Who wouldn't, right?  You can get there by installing the latest version of Mozilla Firefox -- and then making these tweaks.

1.  Open Firefox and in the address bar type "about:config" and press Enter (as always, don't use the quotations)
2.  Scroll or search to find "Network.http.pipelining", then double click this option to turn it on
3.  Then scroll or search to find "network.http.pipelining.maxrequests" and double click this option and change the value to 30
4.  Finally, right click an open space and choose "New>Integer". Name it "Nglayout.initialpaint.delay" and set the value to 0.
5.  Close and re-open Firefox.

That's a fast browser!  Enjoy!

 10 
 on: March 08, 2010, 12:14:20 pm 
Started by Steve - Last post by Steve
Want to see your Windows 7 desktop as fast as you can?  Make these tweaks to improve your performance:

1.  Go to Start | Run and enter "msconfig" (omit the quotes of course)
2.  Choose "Boot" tab
3.  Choose "Advanced Options"

Then put a check mark in the Number of Processors check box and change the drop down selection to match your installed processor count (i.e. a single dual core processor is '2').
4.  Click OK, then OK to exit.
5.  Reboot

Count the seconds to the launch.

Pages: [1] 2
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Loon Designed by Mystica
Updated by Runic Warrior