2024-06-03
This commit is contained in:
		
							
								
								
									
										17
									
								
								_-Review/windows-updates.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								_-Review/windows-updates.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | ||||
| --- | ||||
| type: "topic" | ||||
| created: "2024-01-06T01:25:36.017Z" | ||||
| updated: "2024-01-06T01:25:36.017Z" | ||||
| --- | ||||
|  | ||||
| # Windows Updates | ||||
|  | ||||
| ```bash | ||||
| # https://superuser.com/questions/972038/how-to-get-rid-of-updates-are-available-message-in-windows-10 | ||||
| cd /d "%Windir%\System32" | ||||
| takeown /F MusNotification.exe | ||||
| icacls MusNotification.exe /deny Everyone:(X) | ||||
| takeown /F MusNotificationUx.exe | ||||
| icacls MusNotificationUx.exe /deny Everyone:(X) | ||||
| rem | ||||
| ``` | ||||
		Reference in New Issue
	
	Block a user