Forum
Bildirimler
Hepsini Temizle
Windows Server
2
Yazılar
2
Üyeler
0
Reactions
938
Görüntüleme
Konu başlatıcı
Merhaba arkadaşlar terminal serverdan bağlanmaya çalışırken, aşağıdaki hatayı alıyorum. Yardımıcı olabilirmisiniz
Windows size oturum açamaz çünkü profiliniz yüklenemez. Ağa bağlı olduğunuza denetleyin veya ağın doğru çalıştığını doğrulayın. Bu sorun devam ederse, ağ yöneticinize başvuru.
Ayrıntı-istenen hizmeti tamamlamak için yeterli sistem kaynağı yok.
Gönderildi : 27/12/2011 14:08
To resolve this problem, modify the registry to increase the PoolUsageMaximum value and the PagedPoolSize value. To do this, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
- On the Edit menu, point to New, and then click DWORD Value.
- In the New Value #1 box, type PoolUsageMaximum, and then press ENTER.
- Right-click PoolUsageMaximum, and then click Modify.
- In the Value data box, type 60, click Decimal, and then click OK.
- If the PagedPoolSize registry entry exists, go to step 8. If the PagedPoolSize registry entry does not exist, create it. To do this, follow these steps:
- On the Edit menu, point to New, and then click DWORD Value.
- In the New Value #1 box, type PagedPoolSize, and then press ENTER.
- Right-click PagedPoolSize, and then click Modify.
- In the Value data box, type ffffffff, and then click OK.
- Exit Registry Editor, and then restart the computer.
Gönderildi : 27/12/2011 14:45