Skip to content

Windows 10,11 Pro - When the computer is powered off and powered on. Takes 15 minute for nwjs to become visible. #8256

Open
@euroshopofcode

Description

@euroshopofcode

Major BUG

Windows 10,11 Pro - When the computer is powered off and powered on. Takes 15 minute for nwjs to become visible. In the taskmanager i see nw.exe but on the screen it does not appear yet.

{
  "main": "https://nwjs.io/",
  "name": "nwjs-2025-03-21",
  "description": "nwjs-2025-03-21",
  "chromium-args": "--disable-user-media-security --allow-hidden-media-playback --disable-web-security --autoplay-policy=no-user-gesture-required --disable-pinch --use-fake-ui-for-media-stream --allow-running-insecure-content",
  "version": "0.0.1",
  "nodejs": true,
  "keywords": [
    "browser",
    "nwjs",
    "node-webkit"
  ],
  "window": {
    "title": " ",
    "icon": "icons/browser-128.png",
    "toolbar": false,
    "frame": false,
    "width": 1280,
    "height": 720,
    "min_width": 250,
    "min_height": 250,
	"position":"center",
	"kiosk": true,
	"fullscreen": true,
	"resizable": false
  },
  "webkit": {
    "plugin": true
  }
}

I also tried to run it as below

:: run.bat , still taking 15 minute , 10 minute, 20 minute to start nwjs!!!!!

for /d %%x in ("%TEMP%\nw*") do rd /s /q "%%x"
for /d %%x in ("%LOCALAPPDATA%\nwjs*") do rd /s /q "%%x"
timeout 10 >nul

taskkill /f /im nw.exe
timeout 2 >nul
del /s /q C:\folder1\starthere
xcopy /s /e /h /y /i "C:\folder1\nwjsmain_original" "C:\folder1\starthere\"

start "" /b "C:\folder1\starthere\nw.exe"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions