By default most if not all the notifications are on. To disable the Microsoft notification un check the "Suggest ways I can finish setting up my device to get the most out of Windows"
The OptionKey is a Technology blog. How to tips and useful documentation on Apple, Microsoft, Open Source Project.
Monday, June 26, 2023
How to skip the "Add a Microsoft Account" on System Startup
By default most if not all the notifications are on. To disable the Microsoft notification un check the "Suggest ways I can finish setting up my device to get the most out of Windows"
Thursday, March 10, 2022
Disable windows server automatic updates
Automatic updates can be a huge bane for IT Administrators, especially if it is a server you have to have up and you don't have any scale to keep the service up while your reboot servers. I have some specific server I have to manage that get rebooted at specific times but there are some services that have to shutdown manually or the software on the server gets very cranky. To that end here is how you go about disabling windows update by changing Windows Update to manual. By default Automatic updates are automatically configured as shown below.
There are two snapins we are going to work with SCONFIG and GPEdit an we are going to change all the windows updates to manual. Type the command SCONFIG in run, powershell, or cmd
1 – SCONFIG
- Open a CMD PROMPT as an Administrator
- Type SCONFIG and press ENTER
- Type 5 and press ENTER
- Type M for Manual (or D for Download Only) and press ENTER
When the computer is finished you will get a prompt saying updates are sent to manual.
GROUP POLICY
- Click START and type GPEDIT.MSC and press ENTER (or open the GROUP POLICY MANAGEMENT CONSOLE and open an existing GPO or start a new one)
- Expand COMPUTER CONFIGURATION > ADMINISTRATIVE TEMPLATES > WINDOWS COMPONENTS > WINDOWS UPDATE
- Double click on CONFIGURE AUTOMATIC UPDATES
- Select either DISABLED (equivalent to MANUAL) or ENABLED and select what you would like from the drop down list
Now Double-click "No auto-restart with logged on users for scheduled automatic updates Installation”
Select the Enabled option and click “Apply.”Then enable the Turn off auto-restart for updates during active hours
That's it Windows updates should be now disabled.
You can view the YouTube video here. https://youtu.be/vQ4fBBlbTdA
Crontab changes in Linux 26.04 vs previous versions
I use a small Linux server to control the turning on and shutting off our client stations with crontab. The system I typically use is Ubunt...
-
When working in a test environment you don't exactly want something to have internet access; so you need to be able to download files in...
-
To see a video of the Rustdesk installation visit https://www.youtube.com/watch?v=t7UobpjDsRY and if you like the content please like and s...
-
Quick guide: Automatic login in Windows 10 Open the Registry Editor using [Windows] + [R] and “regedit” . Enter HKEY_LOCAL_MACHINE\SOF...