Windows 8:注销时启动应用程序
Windows 8: Launch application on logoff
我创建了一个应用程序(.NET Windows Forms),用户在 Windows 中按下 "Logoff" 键后将启动该应用程序 8. 我在我的域环境中创建了一个 gpo这在 Windows 7 中有效。但是,Windows 8 立即显示注销屏幕,我的应用程序没有机会弹出。是否存在某种阻止应用程序显示的 GPO?
应用程序的目的是向用户展示他们的项目,他们必须告诉应用程序他们为特定项目工作了多长时间。如果这在注销时有效,那就太好了。
引自Ƭᴇcʜιᴇ007 from my superuser-thread:
The Windows 8 logoff screen is the topmost window, and that's why you can't see Windows launched during Logoff.
A fix that has been suggested to work is to enable the Display instructions in logoff scripts as they run
group policy in User Configuration/Administrative Templates/System/Scripts
Description
Displays the instructions in logoff scripts as they run.
Logoff scripts are batch files of instructions that run when the user logs off. By default, the system does not display the instructions in the logoff script.`
If you enable this policy, the system displays each instruction in the logoff script as it runs. The instructions appear in a command window. This setting is designed for advanced users.
If you disable this policy or do not configure it, the instructions are suppressed.
我创建了一个应用程序(.NET Windows Forms),用户在 Windows 中按下 "Logoff" 键后将启动该应用程序 8. 我在我的域环境中创建了一个 gpo这在 Windows 7 中有效。但是,Windows 8 立即显示注销屏幕,我的应用程序没有机会弹出。是否存在某种阻止应用程序显示的 GPO?
应用程序的目的是向用户展示他们的项目,他们必须告诉应用程序他们为特定项目工作了多长时间。如果这在注销时有效,那就太好了。
引自Ƭᴇcʜιᴇ007 from my superuser-thread:
The Windows 8 logoff screen is the topmost window, and that's why you can't see Windows launched during Logoff.
A fix that has been suggested to work is to enable the
Display instructions in logoff scripts as they run
group policy inUser Configuration/Administrative Templates/System/Scripts
Description
Displays the instructions in logoff scripts as they run.
Logoff scripts are batch files of instructions that run when the user logs off. By default, the system does not display the instructions in the logoff script.`
If you enable this policy, the system displays each instruction in the logoff script as it runs. The instructions appear in a command window. This setting is designed for advanced users.
If you disable this policy or do not configure it, the instructions are suppressed.