Friday, January 31, 2014

Stop Codes

On no!!!

The site with a fantastic set of stop codes notes, auhma.org has darkened their stop code page.

It used to be
http://aumha.org/win5/kbestop.htm

SO We have to dig it up from Archive.org
USE THIS
https://web.archive.org/web/20070316062423/http://aumha.org/win5/kbestop.htm


Here's the AUMHA site map
http://aumha.org/sitemap.htm


ALSO

Dell has a page on stop codes and using WinDbg here
http://www.dell.com/support/troubleshooting/us/en/04/KCS/KcsArticles/ArticleView?c=us&l=en&s=bsdv&docid=DSN_338069

Thursday, January 30, 2014

For Backup Exec Services

Great utility to find the "short" service name
http://tools.sysprogs.org/srvman/

This site provided some info on Backup Exec services
http://www.symantec.com/connect/forums/backup-disk-folder-goes-offline-when-removed-then-fails-go-back-online-when-plugged-back

Here's the list of commands to cycle the services I made for Backup Exec 9.1

REM Stop services
net stop dloadminsvcu
net stop backupexecagentbrowser
net stop backupexecjobengine
net stop backupexecRPCService
net stop backupexecdevicemediaservice
net stop backupexecagentaccelerator
net stop backupexecnamingservice



REM Start services
net start backupexecnamingservice
net start backupexecagentaccelerator
net start backupexecdevicemediaservice
net start backupexecRPCService
net start backupexecjobengine
net start backupexecagentbrowser
net start dloadminsvcu

Thursday, January 23, 2014

XP Vulnerabilities, post April 2014

See:

http://blogs.technet.com/b/security/archive/2013/08/15/the-risk-of-running-windows-xp-after-support-ends.aspx

Example:




FILE SHARES ISSUES

And other discussion, of Windows XP connecting to Windows 7 shares
http://forums.whirlpool.net.au/archive/2174686


And this on changing Lanman parameters in XP (hint set to 8 F's)
http://support.microsoft.com/kb/297684

And for Windows 7 shares or name dropping:
http://www.sevenforums.com/network-sharing/229734-windows-xp-computers-disconnect-shared-drives-windows-7-comp.html

  • \CurrentControlSet\Services\lanmanserver\parameters\size
    Your choices for this registry key are 1,2 and 3.
    1 = Minimize Memory Used
    2 = Balance
    3 = Maximize Throughput for File Sharing and Maximize Throughput for Network Applications

    Be sure to set this to (3). By default it is configured to 1.
  • \SYSTEM\CurrentControlSet\Control\Session Manager\Memory
    Management\LargeSystemCache
        By default this value is probably set to “0” and needs to be changed to “1”

Sunday, January 19, 2014

Couple of utilities seen recently

Tto minimize ram usage find:
DTaskManager


For remote access
  GBridge (sets up a vpn, uses VNC, but can use RDP)
Maybe
  Live Mesh