레지스트리

윈도우10 잠금 화면에 알림 표시 끄기(Uncheck) | Windows 10 Settings Registry - Notifications & actions - Show notifications on the lock screen

by 관리자 posted Aug 29, 2024
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

Windows 10 Uncheck Show notifications on the lock screen

Start > Windows Settings > System > Notifications & actions > Notifications

 

윈도우10 잠금 화면에 알림 표시

시작 > Windows 설정 > 시스템 > 알림 및 작업 > 알림

 

영상보기 : https://youtu.be/2LLtXUJoi0s

 

이 명령어는 LockScreenToastEnabled 라는 레지스트리 값을 0으로 설정하여 Windows의 잠금 화면에서 푸시 알림(토스트 알림)을 비활성화하는 것입니다. 이 값이 0으로 설정되면 잠금 화면에서 푸시 알림이 표시되지 않으며, 1로 설정되면 다시 활성화됩니다.

 

www.youtube.com/@XTRM

 

소프트엑스 XTRM

SOFTware unknown X of XTRM 컴퓨터 유지보수 기술 공유 채널입니다.

 

출처: https://xtrm.tistory.com/409 [XTRM MEDIA SERVER:티스토리]

※ 티스토리 페이지 비밀번호는 유튜브 영상 "...더보기" 설명란에 있습니다.

 

409.png

 

Windows에서 계정 또는 모든 사용자의 잠금 화면에서 알림을 표시하거나 끄는 방법을 보여줍니다.

잠금 화면(일명: 환영 화면)은 시작할 때, 컴퓨터를 잠글 때 또는 로그아웃하고 최소 1분 이상 유휴 상태일 때 표시되는 대기 화면입니다.

잠금 화면에는 기본적으로 배경 이미지, 시간, 날짜, 선택한 앱의 자세한 상태 및 알림이 표시됩니다 .

잠금 화면을 해제하면 로그인 화면이 표시됩니다.

 

옵션 1: 설정에서 현재 사용자에 대한 잠금 화면 알림 켜기 또는 끄기

옵션 2: REG 파일을 사용하여 현재 사용자의 잠금 화면 알림 켜기 또는 끄기

옵션 3: 로컬 그룹 정책 편집기에서 모든 사용자에 대한 잠금 화면 알림 활성화 또는 비활성화

옵션 4: REG 파일을 사용하여 모든 사용자에 대한 잠금 화면 알림 활성화 또는 비활성화

 

Option One 

Turn On or Off Show Notifications on Lock Screen for Current User in Settings

1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Notifications on the right side. 

 Open Notifications settings​

3 Click/tap on Notifications on the right side to expand it open. 

4 Check (on - default) or uncheck (off) Show notifications on the lock screen for what you want on the right side.

5 You can now close Settings if you like.

 

Option Two 

Turn On or Off Show Notifications on Lock Screen for Current User using REG file

1 Do step 2 (on) or step 3 (off) below for what you want.

2 Turn On Show Notifications on Lock Screen

This is the default setting.

A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

(Contents of REG file for reference)

Code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings]

"NOC_GLOBAL_SETTING_ALLOW_TOASTS_ABOVE_LOCK"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications]

"LockScreenToastEnabled"=dword:00000001

3 Turn Off Show Notifications on Lock Screen

A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

(Contents of REG file for reference)

Code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings]

"NOC_GLOBAL_SETTING_ALLOW_TOASTS_ABOVE_LOCK"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications]

"LockScreenToastEnabled"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.

 

Option Three 

Enable or Disable Lock Screen Notifications for All Users in Local Group Policy Editor

You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Four to change the same policy.

1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. 

Computer Configuration > Administrative Templates > System > Logon​

3 In the right pane of Logon in the Local Group Policy Editor, double click/tap on the Turn off app notifications on the lock screen policy to edit it. (see screenshot above)

4 Do step 5 (enable) or step 6 (disable) below for what you would like to do.

5 Enable Lock Screen Notifications for All Users

This is the default setting to allow Option One and Option Two.

A) Select (dot) Not Configured. ​

B) Click/tap on OK, and go to step 7 below.​

6 Disable Lock Screen Notifications for All Users

This will override Option One and Option Two.

A) Select (dot) Enabled. ​

B) Click/tap on OK, and go to step 7 below.​

7 You can now close the Local Group Policy Editor if you like.

 

Option Four 

Enable or Disable Lock Screen Notifications for All Users using REG file

You must be signed in as an administrator to use this option.

1 Do step 2 (enable) or step 3 (disable) below for what you want.

 2. Enable Lock Screen Notifications for All Users

This is the default setting to allow Option One and Option Two.

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

(Contents of REG file for reference)

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]

"DisableLockScreenAppNotifications"=-

 3. Disable Lock Screen Notifications for All Users

This will override Option One and Option Two.

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

(Contents of REG file for reference)

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]

"DisableLockScreenAppNotifications"=dword:00000001

4 Save the REG file to your desktop.

5 Double click/tap on the downloaded REG file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded REG file if you like.

 

자료 출처 : https://www.tenforums.com

 

Articles

1 2 3 4 5 6 7 8 9 10