Windows 7 & too many 16 bit programs executing…

после установки SP1 на некоторых ноутбуках (Samsung, Lenovo) Windows 7 может «матюкаться» так: “Слишком много файлов открыто 16-разрядными приложениями. Закройте одно или несколько таких приложений или увеличьте параметр FILES в файле CONFIG.SYS”. Continue reading Windows 7 & too many 16 bit programs executing…

Tip: remove the option to eject SATA drives from the Windows 7 tray icon (nvidia chipsets)

убрать внутренние накопители из списка «Безопасного извлечения USB-устройств» можно этим ключем реестра: REG ADD HKLM\SYSTEM\CurrentControlSet\Services\nvraid /v DisableRemovable /t REG_DWORD /d 1 /f (для чипсетов nvidia / также смотреть nvrd64, nvstor, nvstor64 в том же разделе)

Killing flash10c.ocx

When you try to delete flash plugin (flash6.ocx, flash10c.ocx) from %windir%\system32\Macromed\Flash folder, you get “permission denied” even if you’re the owner of the directory. The reason is that Flash plugin installer sets DENY WRITE permissions in NTFS ACL for this file, and DENY permissions rules always override ALLOW rules. So when you try to delete even you’re the owner of the files, you’re denied to do that :) Continue reading Killing flash10c.ocx