Microsoft Windows
(Redirected from Windows)
- See also: Category:Microsoft Windows
This page is for general notes on Microsoft Windows.
Contents |
Random Parts of Programs Disappearing
File:GDI Issue 01.png
Where did my tabs go?
Fix
Open the Registry Editor and navigate to
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems.
Open the string called Windows. Contents:
%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
Locate SharedSection=1024,3072,512 and change 3072 to 8192.
Defaults
A comment in the weblogs.asp.net link above lists the default values:
XP Vista x86 3 MB (3072) 12 MB (12288) x64 20 MB (20480) 20 MB (20480)
svchost.exe using 100% CPU
Stop svchost.exe from stealing CPU cycles
Changing "Registered To" Name/Organization
This is a registry edit. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version and look for RegisteredOwner and RegisteredOrganization.
[1]
Fax Service Refuses to Install
This article is written for Windows Small Business Server 2003 but the same fix seems to work for Windows XP.
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then click the following subkey in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List
- Right-click the CountryListVersion entry, and then click Modify.
- Type 0 the Value data box, and then click OK.
- Quit Registry Editor, and then restart the computer.
After this, you should be able to install and use the fax service.