Steam Support Wiki
 
 

Game regularly lags for several seconds

 
 

هذه الصفحة تحت الإنشاء. نرجو الذهاب إلى موقع الدعم الفنى لجميع مواضيع الدعم الفنى المتاحة باللغة الإنجليزية

يتم مراجعة محتويات هذه الصفحة من قبل فريق دعم ستيم و مجتمع مستخدمي ستيم. لذا، عليك أن تتعامل بحذر مع أى روابط لمواقع خارجية.

إعلم أن فريق دعم ستيم لن يقوم بطلب كلمة المرور الخاصة بحسابك لأى سبب كان ولن يطلب منك أبداً إدخالها في أى إستمارة على هذا الموقع.

ولاتوجد نسخة مترجمة لهذا التحديث هنا فى الوقت الحالى. 10:12, ٢٧ سبتمبر ٢٠٠٧ (PDT) لقد تم تحديث هذه المقالة بموقع موسوعة الدعم الإنجليزية لـ ستيم بتاريخ

لمراجعة النسخة المحدثة لهذه المقالة بالإنجليزية Game Problem: Game regularly lags for several seconds نرجو زيارة موضوع

Updated formatting and instructions

This issue is caused by Windows XP's Wireless Zero Configuration Service (WZC) when the service suspends the current connection list while it scans for available connections.

Please see the instructions below to disable WZC or to create a batch script which can turn the service off and on quickly.

Disable WZC

Note: Disabling WZC will prevent your system from establishing a wireless connection. If you must connect over a wireless connection, please use a batch script to disable WZC on demand.

  1. Click the Start button and open the Control Panel
  2. Open Administrative Tools
  3. From the Administrative Tools window, open Services
  4. Right-click on the Wireless Zero Configuration service and select Properties
  5. Select Disabled from the Startup type drop-down menu
  6. Click Apply and then click OK to save your settings


Write batch scripts to start and stop WZC

You will need to create two batch files: one to stop the WZC service after it loads when Windows starts, and one to restart the WZC service if necessary.

StopWZC.bat

  • Open Notepad
  • Type or copy net stop wzcsvc into the file.
  • Save the file as StopWZC.bat


StartWZC.bat

  • Open Notepad
  • Type or copy net start wzcsvc into the file.
  • Save the file as StartWZC.bat


Once the StopWZC.bat and StartWZC.bat files have been created, you can start and stop the WZC service by opening the appropriate file.