Soporte tecnico Swann: (todos los países)
tech@swannsecurity.com
USA (SIN COSTO)
1800-627-2799
Dom, 14:00-20:00
Cambios y devoluciones:
562-777-2551
Link:
http://www.mediafire.com/file/67s1b8rpcvy19mj/netviewer.zip
Soluciones para tu computadora o laptop, cualquier consulta al siguiente correo: soportetecnicosmp@gmail.com
viernes, 29 de diciembre de 2017
Converting .264 files to .avi for D1 DVRs
Converting .264 files to .avi for D1 DVRs
Conversor de archivo/extensión 264 a avi:
Download here / Descargarlo aquí:
Converting .264 files to .avi for D1 DVRs PDF:
MANUAL:
http://www.mediafire.com/file/ryj6xjfmgybosjc/Converting_a_H264_Recording_to_AVI_format_D1.pdf
Tomado de:
http://support.swann.com/customer/portal/articles/1705150-dvrx--2550-dvrx-2600---how-to-convert-264-video-files-to-avi-format-
MANUAL:
http://www.mediafire.com/file/ryj6xjfmgybosjc/Converting_a_H264_Recording_to_AVI_format_D1.pdf
Tomado de:
http://support.swann.com/customer/portal/articles/1705150-dvrx--2550-dvrx-2600---how-to-convert-264-video-files-to-avi-format-
miércoles, 27 de diciembre de 2017
Error 503 Service desk y cómo solucionarlo
Deseas la solución del caso, en este blog te enseñamos que debes realizar para solucionar el problema:
1) Ingresar al IIS (Internet Information Services )
2) Desplegar la opción Grupos de aplicaciones:

3)Verificar que el programa de tickets NETSUPPORT SERVICE DESK está detenido, de ser así ver el punto 4.
1) Ingresar al IIS (Internet Information Services )
2) Desplegar la opción Grupos de aplicaciones:

3)Verificar que el programa de tickets NETSUPPORT SERVICE DESK está detenido, de ser así ver el punto 4.
4) Iniciar el Servicio Netsupport
martes, 19 de diciembre de 2017
viernes, 1 de diciembre de 2017
Solucion a rtkngui64 out of memory
Solucion a rtkngui64 out of memory
Les paso la solución de MICROSOFT, pero si gustan saber como lo solucioné déjenme un comentario y compartan la publicación.
Les paso la solución de MICROSOFT, pero si gustan saber como lo solucioné déjenme un comentario y compartan la publicación.
Symptoms
When you run a large number of Windows-based programs, "Out Of Memory" error messages appear when you attempt to start new programs or try to use programs that are already running, even though you still have plenty of physical and pagefile memory available.
Cause
This behavior can occur if the desktop heap in the WIN32 subsystem is depleted.
Note This problem occurs more often under Windows NT 3.5 as the default size of the desktop heap is 512K. Under Windows NT 3.1 the default value is 3072K. The default was reduced to increase performance.
Note This problem occurs more often under Windows NT 3.5 as the default size of the desktop heap is 512K. Under Windows NT 3.1 the default value is 3072K. The default was reduced to increase performance.
Resolution
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
To correct this problem, increase the size of the desktop heap:- Run Registry Editor (Regedt32.exe).
- From the HKEY_LOCAL_MACHINE subtree, go to the following key:
\System\CurrentControlSet\Control\Session Manager\SubSystems - Select the Windows value.
- From the Edit menu, choose String.
- Increase the SharedSection parameter.
For Windows NT:
SharedSection specifies the system and desktop heaps using the following format:SharedSection=xxxx,yyyyAdd ",256" or ",512" after the yyyy number.
For Windows 2000, Windows XP, and Windows Server 2003:
SharedSection uses the following format to specify the system and desktop heaps:SharedSection=xxxx,yyyy,zzzzFor 32-bit operating systems, increase the yyyy value to "12288";
Increase the zzzz value to "1024".
For 64-bit operating systems, increase the yyyy value to "20480";
Increase the zzzz value to "1024".
More Information
Windows NT uses a special memory heap for all Windows-based programs running on the desktop. The desktop heap is used for all objects (windows, menus, pens, icons, etc.). When a large number of Windows-based programs are running, this heap may run out of memory. When there is not enough memory to satisfy an allocation request, the system normally returns an error and notifies the user that they are running low on memory. Some programs do not handle the failure gracefully, and in some cases there may not be enough memory to create the error message dialog box. As a result, the requested operation fails without any indication.
The SharedSection key is a long string when viewed using Registry Editor. The default value for this key is as follows.
The first SharedSection value (1024) defines the heap size common to all desktops. This includes the global handle table (Window handles are unique machine wide) and shared system settings (such as SystemMetrics). It is unlikely you would ever need to change this value.
The second SharedSection value (3072) controls the size of the desktop heap that is associated with an interactive window station (used for Windows objects). This static value is used to prevent ill- behaved applications from consuming too many resources. Because the desktop heap is mapped into each process' address space, this value should not be set to an arbitrarily high value (as it would decrease performance), but should only be increased sufficiently to allow all the desired applications to run.
The third SharedSection value (512) controls the size of the desktop heap for each desktop that is associated with a "non-interactive" window station. If this value is not present, the size of the desktop heap for non-interactive window stations will be same as the size specified for interactive window stations (the second SharedSection value).
The SharedSection key is a long string when viewed using Registry Editor. The default value for this key is as follows.
%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:GdiServerDllInitialization,4 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
The first SharedSection value (1024) defines the heap size common to all desktops. This includes the global handle table (Window handles are unique machine wide) and shared system settings (such as SystemMetrics). It is unlikely you would ever need to change this value.
The second SharedSection value (3072) controls the size of the desktop heap that is associated with an interactive window station (used for Windows objects). This static value is used to prevent ill- behaved applications from consuming too many resources. Because the desktop heap is mapped into each process' address space, this value should not be set to an arbitrarily high value (as it would decrease performance), but should only be increased sufficiently to allow all the desired applications to run.
The third SharedSection value (512) controls the size of the desktop heap for each desktop that is associated with a "non-interactive" window station. If this value is not present, the size of the desktop heap for non-interactive window stations will be same as the size specified for interactive window stations (the second SharedSection value).
Properties
Article ID: 126962 - Last Review: Aug 5, 2016 - Revision: 1
Microsoft Windows 2000 Server, Microsoft Windows 2000 Advanced Server, Microsoft Windows 2000 Professional Edition, Microsoft Windows NT Workstation 3.5, Microsoft Windows NT Workstation 3.51, Microsoft Windows NT Workstation 4.0 Developer Edition, Microsoft Windows NT Server 3.51, Microsoft Windows NT Server 4.0 Standard Edition, Microsoft Windows NT Advanced Server 3.1, Microsoft Windows XP Home Edition, Microsoft Windows XP Professional, Microsoft Windows Server 2003, Datacenter Edition (32-bit x86), Microsoft Windows Server 2003, Enterprise Edition (32-bit x86), Microsoft Windows Server 2003, Standard Edition (32-bit x86), Microsoft Windows Server 2003, Web Edition
Suscribirse a:
Entradas (Atom)
SIGUENOS EN FACEBOOK
Copyright 2011 - 2013
Soporte Técnico - Perú
Cualquier consulta o sugerencia haznosla llegar.
soportesmp@gmail.com
Soporte Técnico - Perú
Cualquier consulta o sugerencia haznosla llegar.
soportesmp@gmail.com
Contador:
Lectores en Linea
Contador Total de Visitas
Contador Total de Visitas