Intype — практически идеальный текстовый редактор для разработчиков!
Tag: windows
Make a Super Hidden Folder in Windows Without any Extra Software
Disable Windows Error Reporting
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 в том же разделе)
Tip: Path to all users desktop and start menu in Windows 7
Tip: Auto-Login Your Windows 7 User Account
Lock the Size and Position of the Taskbar (Registry Path + GPO)
Power Off USB Device After Ejecting
REG ADD HKLM\SYSTEM\CurrentControlSet\services\usbhub\HubG /v DisableOnSoftRemove /t REG_DWORD /d 1 /f — команда позволяет отключать питание при безопасном извлечении USB-устройств (в Win 7/2008/Vista по-умолчанию отключена). Continue reading Power Off USB Device After Ejecting
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