Results 6 comments of

i meet the same case in window 11, show the bank screen,do you fix it?

@thy486 我是按照 [Quick Start](https://tauri.app/v1/guides/getting-started/setup/) 用的 cargo 和 yarn 的 两种方式, 并未写其他的代码,都尝试了,都是能出来窗口, 但是窗口中未显示内容,仅仅是白框。 我有两台笔记本,其中一台是windows10的能正常显示内容, 在 windows 11的那台笔记本上, http://localhost:1420 在浏览器上能正常显示内容, 但是在 `cargo tauri dev` 或者 `yarn tauri dev` 下都是空白的窗口界面。

@l1xnan sorry, not working, not find the Edge in "\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft" ![image](https://github.com/tauri-apps/tauri/assets/16337003/2ae66b4b-a8d7-41ae-ad26-18a446ef5b90)

the code is ``` // Prevents additional console window on Windows in release, DO NOT REMOVE!! #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // Learn more about Tauri commands at https://tauri.app/v1/guides/features/command #[tauri::command] fn...

@l1xnan after i add the registry keys, it still show blank . i try Compatibility mode,it works ![image](https://github.com/tauri-apps/tauri/assets/16337003/2a495c02-daeb-4a95-b0c9-c6f4a5a7512e)

but one more question, when i code and rtauri dev in windows 11,it still show blank, how to do ?