Showing posts with label disable. Show all posts
Showing posts with label disable. Show all posts

Monday, June 26, 2023

How to skip the "Add a Microsoft Account" on System Startup

Microsoft is pretty good at making Windows a good generic utility laptop for web surfing and general word processing work.  Setting up the laptops so users don't need a domain or a login works fairly well and worked really well in XP and Windows 7.  However under windows 10 Microsoft can get really annoying with wanting the device associated with a Microsoft Account.


To by pass this notification, it is actually a very simple setting in Windows 10.  

Open the settings App



Open Notifications & Actions Settings



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"



Once unchecked the "Add a Microsoft Account" will go away once you reboot, and won't appear on startup.



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

  1. Open a CMD PROMPT as an Administrator
  2. Type SCONFIG and press ENTER
  3. Type 5 and press ENTER
  4. 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


  1. 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)
  2. Expand COMPUTER CONFIGURATION > ADMINISTRATIVE TEMPLATES > WINDOWS COMPONENTS > WINDOWS UPDATE
  3. Double click on CONFIGURE AUTOMATIC UPDATES
  4. Select either DISABLED (equivalent to MANUAL) or ENABLED and select what you would like from the drop down list





Then hit apply and ok.
  1. Now Double-click "No auto-restart with logged on users for scheduled automatic  updates Installation”


    Select the Enabled option and click “Apply.”

  2. Then enable the Turn off auto-restart for updates during active hours


    That's it.  If you go into your windows update, you should now see the updates are paused.
    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...