You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version
Solution : http://support.microsoft.com/kb/896861
You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or a later version
Solution : http://support.microsoft.com/kb/896861
When you install Officescan 10 on a Windows 2008 R2 server you get 2 errors:
You can fix this problem by change the NTFS rights (Everyone/modify) on the maps.
C:\Program Files (x86)\Trend Micro\OfficeScan\PCCSRV\TEMP
C:\Program Files (x86)\Trend Micro\OfficeScan\PCCSRV\Web_OSCE\Web_console
Please TrendMicro fix your installer!
After you removed the C:\users\someprofile\ you get the error “your user profile was not loaded correctly”. To fix this start regedit go to: HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList search the currupted profile and remove the key.
There is a new Crap Cleaner version released. You can download it here so you don’t have to install something on your pc.
How longer you use firefox how slower the automatic search will be. There is a plugin thats defragment the search database.
Quote Vacuum Places Improved 1:
Defragments your Firefox “Places” database (history/bookmarks)
This greatly reduces the lag while typing in the address bar and the start-up time.
This extension features configurable automatic cleaning, periodic reminder, and internationalization.
Set objRootDSE = GetObject(“LDAP://rootDSE“)
‘ Schema Master
Set objSchema = GetObject(“LDAP://” &_
objRootDSE.Get(“schemaNamingContext”))
strSchemaMaster = objSchema.Get(“fSMORoleOwner”)
Set objNtds = GetObject(“LDAP://” & strSchemaMaster)
Set objComputer = GetObject(objNtds.Parent)
WScript.Echo “Forest-wide Schema Master FSMO: ” &_
objComputer.NameSet objNtds = Nothing
Set objComputer = Nothing‘ Domain Naming Master
Set objPartitions = GetObject(“LDAP://CN=Partitions,” & _
objRootDSE.Get(“configurationNamingContext”))
strDomainNamingMaster = objPartitions.Get(“fSMORoleOwner”)
Set objNtds = GetObject(“LDAP://” & strDomainNamingMaster)
Set objComputer = GetObject(objNtds.Parent)
WScript.Echo “Forest-wide Domain Naming Master FSMO: ” &_
objComputer.NameSet objNtds = Nothing
Set objComputer = Nothing‘ PDC Emulator
Set objDomain = GetObject(“LDAP://” &_
objRootDSE.Get(“defaultNamingContext”))
strPdcEmulator = objDomain.Get(“fSMORoleOwner”)
Set objNtds = GetObject(“LDAP://” & strPdcEmulator)
Set objComputer = GetObject(objNtds.Parent)
WScript.Echo “Domain’s PDC Emulator FSMO: ” & objComputer.NameSet objNtds = Nothing
Set objComputer = Nothing‘ RID Master
Set objRidManager = GetObject(“LDAP://CN=RID Manager$,CN=System,” & _
objRootDSE.Get(“defaultNamingContext”))
strRidMaster = objRidManager.Get(“fSMORoleOwner”)
Set objNtds = GetObject(“LDAP://” & strRidMaster)
Set objComputer = GetObject(objNtds.Parent)
WScript.Echo “Domain’s RID Master FSMO: ” & objComputer.NameSet objNtds = Nothing
Set objComputer = Nothing‘ Infrastructure Master
Set objInfrastructure = GetObject(“LDAP://CN=Infrastructure,” & _
objRootDSE.Get(“defaultNamingContext”))
strInfrastructureMaster = objInfrastructure.Get(“fSMORoleOwner”)
Set objNtds = GetObject(“LDAP://” & strInfrastructureMaster)
Set objComputer = GetObject(objNtds.Parent)
WScript.Echo “Domain’s Infrastructure Master FSMO: ” & objComputer.Name
Source: http://www.thevortex.nl/index.php?option=com_content&task=view&id=48&Itemid=29
hive:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
HKEY_LOCAL_MACHINE \SOFTWARE\TrendMicro
or
HKEY_LOCAL_MACHINE \SOFTWARE \Wow6432Node\TrendMicro (in 64-bit Windows operating system)
HKEY_LOCAL_MACHINE \SOFTWARE \Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Above steps work for OfficeScan 7.x client in Windows 2003/XP/2000/NT/Vista/2008 machine. For Trend Micro OfficeScan Corporate Edition (OSCE) – 5.58, OfficeScan Corporate Edition (OSCE) – 6.5, Client / Server / Messaging Suite for SMB – 2.0, follow these manual uninstallation steps instead.
HKEY_LOCAL_MACHINE\Software\TrendMicro
, click Manage and then select Device Manager.
There is a nice small program from XP to resize a picture very easy. The problem with the microsoft powertoy is that it works Windows XP only.
Now someone have built a nice clone you can download @ sourceforge http://sourceforge.net/projects/phototoysclone/

Have fun
What you need
- PeToUSB
- Copy of Windows XP
- 1GB USB flash
1: Put your Windows disc in your drive.
2: Insert your USB flash.
3: Load PeToUSB
4: Configure it with your sources and destination like this

5: Click start
6: Once it’s finished remove the USB flash and insert it into your EEE PC. Set the BIOS to boot from the USB flash.
7: Watch it install!
Ps. @ Windows7 you must manually format the stick to FAT32 and run the software as aministrator
Source: http://netbooks.modaco.com/content/msi/261632/installing-xp-via-a-usb-stick/
Many terminalservers have an memory problem. You easily can write a fix for it with a simple but powerful Windows 2003 server resource kit tool.
Example batch file:
@echo off
c:\scripts\freemem\empty.exe iexplore.exe
c:\scripts\freemem\empty.exe outlook.exe
c:\scripts\freemem\empty.exe winword.exe
Run this script every 30 minutes en you have al lot of extra memory to spent
Also add the /PAE to your boot.ini to get 700mb extra (if you have 4 gig of ram). See this support article
Good luck!