Backtrack:  
 
showing posts tagged with 'windows'
edited by on March 27th 2013, at 16:31
Occassionally, Windows 7 has a tendency to automatically create an excessive amount of various tunnel adapters, ranging from isatap, 6to4 and Teredo. The result is a slowdown during startup because of all the interfaces, and ifconfig's output gets cluttered.

You can manually remove the interfaces through Device Manager. Start it up (run devmgmt.msc), then turn on hidden devices:



Under Network adapters, you'll find the whole list of adapters, starting with Microsoft 6to4 Adapter or Microsoft ISATAP Adapter, followed by a number. You can manually delete ("uninstall") all but the unnumbered adapters.

There are also ways to automatically uninstall these adapters, which is recommen  ...
edited by on March 25th 2013, at 12:54

When attempting to send and receive e-mail in Outlook 2010, you may get the error:

Error
Outlook data file cannot be accessed (0x8004010F)

This occurs when the Outlook profile is somehow corrupted.

You can attempt to resolve the issue by re-setting the delivery location in your Accounts, but sometimes this does not work, and the delivery location remains unset. In this case, you have to create a new Outlook profile, recreate your e-mail accounts in it, set the delivery location and reopen any other Outlook data files.

edited by on March 22nd 2013, at 14:36
If you've lost the password to the Trend Micro OfficeScan web console, you can attempt to reset it to something known by editing a certain file using notepad.

Find the file C:\Program Files\Trend Micro\Officescan\PCCSRV\Private\ofcserver.ini. Open it with notepad and look for the parameter master_pwd. Change its value so the parameter reads:

master_pwd="!CRYPT!523F7DC2E525044E2800FCDEA7E5D78B70C0A4165387060525E3EE66D5D2D2F460EA361E712B5F871FD473C7A6C"

Using this hash changes the root password to trendmicro. Restart the OfficeScan Master service (via Services) to apply the new password.

With newer versions (10.0), you may also have to edit the file C:\Program Files\Trend Micro\O  ...
edited by on March 22nd 2013, at 12:25

If you don't know the password of your Trend Micro OfficeScan client, you can still do the uninstallation by changing a value in the registry.

  1. As an elevated user, start up regedit.
  2. Navigate to the key HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc.
  3. Find the value Allow Uninstall and set it to 1.

You should be able to uninstall the client without a password prompt.

edited by on March 20th 2013, at 11:52

Almost forgot about these, and as I've never posted their links before, there they are:

  • XPize is a GUI enhancer for XP
  • Vize is a GUI enhancer for Vista

Both run on the same engine. These tools can almost completely change the appearance and visual styles of XP and Vista.

edited by on March 20th 2013, at 09:34

Starting from Windows 7, there's a folder %systemroot%\WinSxS which is part of the Windows Side-by-Side system. Incidentally, this folder can become quite large, usually because installing updates or new applications often installs new versions of components in the WinSxS folder while keeping the old versions. There is a way to clean up these old versions by running the command:

dism /online /cleanup-image /spsuperseded

Additionally you can also use the disk cleanup tool to remove old service pack backup files.

edited by on March 19th 2013, at 10:25
The Computer Maintenance service in Windows 7 sometimes has a tendency to automatically remove desktop shortcuts to network locations, which can be really annoying. You can turn off this service locally or via GPO to prevent the shortcuts from being removed automatically.

Through Control Panel → Troubleshooting. On the left, select Change Settings, then choose to disable Computer Maintenance.

The policy setting is located at Computer Configuration\Administrative Templates\system\Troubleshooting and Diagnostics\Scheduled maintenance. Set the policy setting Configure Scheduled Maintenance Behavior to disabled.

Notice
Note that you need the Windows 7 (ADMX) Templates (download: http://w  ...
edited by on March 18th 2013, at 11:15
Windows Fax has some shortcomings concerning how address lists are being used. The original design was to allow the Windows Fax client to use Outlook's address lists whenever Outlook was installed. However, due to incompatibilities between 32-bit and 64-bit, there are some issues where the fax client would not use Outlook, even though Outlook has been installed properly. Unfortunately, if such is the case, there's no real solution, other than switching the architecture of the OS or upgrading to a newer OS. I've jotted down a short and simple matrix of OS and Office versions to indicate which combination is known to work properly with Outlook's address lists.

table.compatma  ...
edited by on March 18th 2013, at 09:28
If Windows Server backup occassionally gives you a timeout, and you get the following error:

Error
The shared protection point operation failed with error 0x81000101.

This error is caused when the volume shadow copy is taking more than 10 minutes and is timing out. You can try to increase the timeout value to fix this issue. This is done by adding a registry key:

Fire up regedit.

Navigate to key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\SPP.

Create a new DWORD value with name CreateTimeout, set its value to the number of millis.
For 20 minutes this would be decimal 12000000 (20·60·1000).

Try re-running the backup. The timeout should no longer occur.   ...
edited by on March 14th 2013, at 12:16

When you're planning on configuring Fax Services on Server 2008, 2008R2, and their SBS counterparts (SBS 2008 and SBS 2011), it's strongly recommended to install these hotfixes as they resolve intermittent crashes with the Fax Server services.

It's highly recommended to install both hotfixes. On the link above, select the proper hotfix for your version of Windows Server. For SBS-users, select these:

  • SBS 2008 → 2008
  • SBS 2011 → 2008R2
edited by on March 14th 2013, at 10:51
The SBS 2011 Fax printer 32-bit drivers currently shipped with SBS 2011 are not compatible with Windows XP. They only work with Vista and newer. Attempting to send a fax on an XP machine with these settings does nothing and no error messages are displayed.

To solve, you can use the driver from SBS 2003 SP2, as these are compatible with the SBS 2011 Fax system. They can be found inside the Windows 2003 SP2 download (see below for detailed instructions), or directly from an SBS 2003 (located in c:\windows\system32\spool\drivers\w32x86\3. The files you need are these:

FXSAPI.DLL

FXSDRV.DLL

FXSRES.DLL

FXSTIFF.DLL

FXSUI.DLL

FXSWZRD.DLL

Most people won't have an SBS 2003 with SP2 anymore.   ...
edited by on February 23rd 2013, at 11:13
Windows SBS has a nasty habbit of taking forever to shutdown/restart. This is because there's a built-in waiting mechanism to allow enough time for the Exchange-services to shutdown. Unfortunately this delay is usually a whole lot longer than it normally would take if you were to stop the Exchange-services yourself. Because the delay does no longer occur when the Exchange-services are already stopped manually, I usually tend to stop Exchange first, then do the shutdown/restart.

Because Exchange consists of many services, at work, we wrote some helper scripts to stop all Exchange-services with only a mouse click, allowing for a quicker shutdown/restart of a server. I've decided to share thes  ...
edited by on February 23rd 2013, at 11:02

It's possible for Synology devices running DSM 3 or higher to enable support for NTFS ACL's. This allows Windows-users to set up Security through Windows Explorer itself. Most of the ACL types are supported.

NTFS ACL's have to be enabled for a share through the web-interface:

edited by on January 18th 2013, at 13:10

OpenVPN is finally available on Apple iOS!

This means you will now be able to connect through OpenVPN via your iPhone and iPad devices. It is available through the AppStore:

https://itunes.apple.com/us/app/openvpn-connect/id590379981

More info about OpenVPN on pfSense: http://blog.pfsense.org/?p=684

edited by on January 16th 2013, at 17:57

To get this done, you need to install the proper update, downloaded from http://support.microsoft.com/kb/917607.

Then, in the application that uses HTML Help, set its compatibility to Windows 98 / Windows Me.

edited by on January 10th 2013, at 17:53

You can disable SSL in fetchmail by adding this line to your rc file:

sslproto ssl23

This restricts fetchmail to only use SSLv2 and SSLv3, disabling TLSv1. Note that this will cause the connection to be unencrypted, unless you use a proper SSL plugin, or SSL is requested explicitly.

edited by on January 8th 2013, at 17:33

If you're missing one of the required Windows Update services, you can use the attached registry fixes to re-register the services in Windows.

Notice
Be sure to check the proper architecture (32/64 bits) and OS version when downloading the registry fixes. Use only as a last resort.
edited by on December 19th 2012, at 16:27

You may get error 8024A000 when checking for updates with Windows Update.

If you have recently changed your partition layout (resizing) or put in a new HD, you may get this error. The solution that seemed to work in my case, is to download and install the latest Intel Rapid Storage Technology driver (I know, what has this got to do with Windows Update, right?). After installation, Windows redetects the disks and, for some reason, Windows Update suddenly comes to life again.

edited by on December 10th 2012, at 13:19

It's very easy to stop the currently running backup of Windows Server Backup. Run this at a command prompt:

wbadmin stop job

You can add -quiet to disable the prompt.

edited by on November 28th 2012, at 13:02

An Asterisk TAPI driver, which is actually usable on Terminal Server:

http://www.xtelsio.com/en/products/ast_tsp/tapi_for_asterisk.htm

It's not freeware, but is absolutely affordable, and is usable on Terminal Server (multi-user profiles).

showing posts tagged with 'windows'
 
 
« June 2023»
SunMonTueWedThuFriSat
    123
45678910
11121314151617
18192021222324
252627282930
 
Links
 
Quote
« I needed a password with eight characters so I picked Snow White and the Seven Dwarves. »