Если вы окно разбили -
Не спешите признаваться,
Подождите не начнеться ль
Вдруг гражданская война.
Артиллерия ударит,
Стекла вылетят повсюду,
И никто ругать не будет
За разбитое окно.
From the post-USSR wisdom.

links - windows


batch files

Visual C++ etc.

MSDN docs: win32 API

common build problems:

how to change file extension association in Windows 7

  1. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\UserChoice :
    Progid    REG_SZ    Applications\xpdf
  2. HKEY_CLASSES_ROOT\Applications\xpdf\shell\open\command :
    (Default)    REG_SZ    c:\bin\run-cygwin-exec.bat xpdf "%1"
  3. HKEY_CLASSES_ROOT\Applications\xpdf\DefaultIcon :
    (Default)    REG_SZ    c:\var\ico\pdf.ico
  4. PROFIT!
If this does not work, delete any other relevant association data which may lurk in registry, e.g. HKEY_LOCAL_MACHINE\Software\Classes\.pdf

Windows 7 DHCP problems

As suggested here: If the default gateway (incorrectly) begins with 169.254., then the network adapter fails to get response from DHCP server. Reset TCP/IP settings (netsh int ip reset) and/or network adapter (netsh winsock reset).

XKeymacs

registry config file
XKeymacs stores configuration in the registry. As noted here, "Import" and "Export Properties" do not work in Windows 7, so do that manually from regedit (HKEY_CURRENT_USER\Software\Oishi\XKeymacs2), and even after that it may require some manual tweaking. On Windows 10 "Import" seemingly works.


Created: Fri Mar 24 2006
Last modified: Thu Nov 7 2024 14:47:49 CET