The following command can be used to start Cisco ASDM from command-line on Windows (without ASDM installation) or UNIX. Java must be locally installed:
javaws https://CISCO_ASA_IP/admin/public/asdm.jnlp
Zen, life, computers, programming, firewalls
The following command can be used to start Cisco ASDM from command-line on Windows (without ASDM installation) or UNIX. Java must be locally installed:
javaws https://CISCO_ASA_IP/admin/public/asdm.jnlp
Conime.exe (C:\WINDOWS\system32) is “Console Input Method Editor” which is used if you have more than one input language configured. Under Windows Vista it tends to multiply itself and take lots of CPU and memory resources. Microsoft refuses to fix this bug (or probably it’s a feature?)
One method to get rid of this annoyance is to enable only one language (Control Panel – Regional and Language Options – Keyboard and Languages)
Another one is to remove/rename the binary:
Not sure if it’s a problem of VirtualBox, but when trying to install Win7x64 SP1 Windows stuck with the following message:
Fatal error C0000034 applying update operation 282 of 117809 (_00000…)
This method helped!
Two methods:
1. Using regedit:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Lsa
“LimitBlankPasswordUse”=dword:00000000
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
“LimitBlankPasswordUse”=dword:00000000
2. Using Local Security Policy:
Control Panel -> Administrative Tools -> Local Security Policy (run as system administrator)
Local Security Policy -> Local Policies -> Security Options
Set “Accounts: Limit local account use of blank passwords to console logon only” to Disable
Useful links:
Two possible scenarios:
In both cases the MTU needs to be adjusted:
As you can see the MTU is set to 1500 what is too high for a VPN tunnel
Also see:
Windows 2000/XP Registry Tweaks
How to change the PPPoE MTU size in Windows XP
Change the Maximum Transmission Unit (MTU) Size (Windows NT/2000/XP)