de-served
de-served
After first run it shows everything as OFF. But a lot optimisations was made before otpimizer. Because of this, this program can't be trusted. 1) Service "Windows Search" is disabled,...
В списке игнорирования масса какого-то мусора Для его удаления непосредственно в HJT+ нужно поставить галочки вручную на каждом элементе, это примерно половина из ~1800 записей (судя посчётчику в реестре). Выбор...
**Description:** A critical, systemic issue with the core leftover detection algorithm that has persisted for years across many versions. The problem isn't just a few specific false positives; it's a...
For example: 1) ComfyUI is at `H:\AI\ComfyUI` 2) custom_nodes at `H:\AI\ComfyUI\custom_nodes` 3) start Sysinternals Process Monitor to track `PATH NOT FOUND` and `NAME NOT FOUND` windows api result 4) start...
WAS_Node_Suite.py: ```if os.path.basename(CUSTOM_NODES_DIR) == 'was-node-suite-comfyui': legacy_was_nodes.append('WAS_Node_Suite.py')``` 1) cstr("os.path.basename(CUSTOM_NODES_DIR): " + os.path.basename(CUSTOM_NODES_DIR)).msg.print() will show `custom_nodes`, because CUSTOM_NODES_DIR is `custom_nodes`; 2) all directories inside custom_nodes are case INsensitive, but current code is...