Pages

printer spooler starting and stoping

Batch file to restart printer spooler



@echo off
net stop spooler
IF NOT exist C:\Windows\System32\spool\PRINTERS\*.shd echo NO DOCUMENTS IN QUEUE ONCE THE SPOOLER HAS STARTED TRY PRINTING AGAIN
IF NOT exist C:\Windows\System32\spool\PRINTERS\*.shd msg * NO DOCUMENTS IN QUEUE ONCE THE SPOOLER HAS STARTED TRY PRINTING AGAIN
IF exist C:\Windows\System32\spool\PRINTERS\*.shd del C:\Windows\System32\spool\PRINTERS\*.shd
IF exist C:\Windows\System32\spool\PRINTERS\*.spl del C:\Windows\System32\spool\PRINTERS\*.spl echo PRINTER QUE CLEARED PLEASE TRY PRINTING AGAIN msg * PRINTER QUE CLEARED PLEASE TRY PRINTING AGAIN
net start spooler
pause

reset windows 7 password


Reset password in windows 7



First you’ll want to type in the following command to backup the original sticky keys file:

copy c:\windows\system32\sethc.exe c:\

Then you’ll copy the command prompt executable (cmd.exe) over top of the sticky keys executable:

copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

Now you can reboot the PC.

Resetting the Password
Once you get to the login screen, hit the Shift key 5 times, and you’ll see an administrator mode command prompt.

Now to reset the password—just type the following command, replacing the username and password with the combination you want:

net user geek MyNewPassword

That’s all there is to it. Now you can login.

Of course, you’ll probably want to put the original sethc.exe file back, which you can do by rebooting into the installation CD, opening the command prompt, and copying the c:\sethc.exe file back to c:\windows\system32\sethc.exe.

Changing windows 7 user path using regedit

USERS path setting in windows 7




Open the Registry editor (Regedit.exe)Browse to the location:
HKCU > Software > Microsoft > Windows > CurrentVersion > Explorer > User Shell Folders.In the right window pane select the required value (i.e. Desktop).Insert the new location for the folder to be stored.Close the registry editor and log off.
When you log back on your Windows 7 folder location such as the desktop will be stored at the new location. You do need to note that any content that was stored in the old location does not move with the change and will need to be moved from the old location to the new location before you will see it again.

cannot set default printer error

Error 0x00000709 Cannot Set
Default Printer on Windows
[Solved]
Sophie Luo, Last Updated: 2 months ago in printer issue

If you get this message Operation could not be
completed(error 0x00000709). Double click the printer
name and make sure that the printer is connected to the
network when you fail to set your printer as the default
one, you’re not alone.

Many Windows users are reporting this problem as well.
But no worries, it’s possible to fix.

Here is one of the most effective methods for you to try.
Home Features Download Buy Now Knowledge Base Support▼

Company▼

Note: The following screen shots are shown on Windows 7,
but the fixes apply to Windows 10 and Windows 8 as well.

IMPORTANT: Modifying the registry in your computer could
cause irrecoverable error if the modification is done
incorrectly, therefore, it is very important for you to back up
your registry first.

1) Click the Start button, then type regedit and press Enter.

If User Account Control comes up, please chose Yes at the
prompt.

2) Follow the path

HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Windows.

3) Double-click Device. Type in your printer name. (The
screen shot here is an example only.)

Click OK to save the change.

Note: If you encounter this sort of error “Cannot edit
Device: Error writing the value’s new contents“, please
follow the steps below to set the permission of the key.

a) Right-click the Windows key on the left side of the panel
and then click Permissions....

b) Tick the box Allow for Full Control and Read, then
click Apply and click OK to save the change.

4) Right-click UserSelectDefault and click Rename to
rename it as your printer name.

There you go! You should be able to set up your default
printer now!

Activate Any Windows Using batch file


Activate Any Windows Using batch file


Copy paste the commands to note pad  and safe it as batch file the run as administrator


@echo off title Activate Windows 7 / 8 / 8.1 / 10 for FREE!&cls&echo =====================================&echo #Copyright: MSGuides.com&echo =====================================&echo.&echo #Supported products:&echo - Windows 7 Professional&echo - Windows 7 Professional N&echo - Windows 7 Professional E&echo - Windows 7 Enterprise&echo - Windows 7 Enterprise N&echo - Windows 7 Enterprise E&echo - Windows 8 Core&echo - Windows 8 Core Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo - Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 Professional N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - Windows 8.1 Enterprise N&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education N&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB N&echo.&echo.&echo ====================================&echo Activating your Windows... & cscript //nologo c:\windows\system32\slmgr.vbs /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk MRPKT-YTG23-K7D7T-X2JMM-QY7MG >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk W82YF-2Q76Y-63HXB-FGJG9-GF7QX >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk YDRBP-3D83W-TY26F-D46B2-XCKRJ >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk C29WB-22CC8-VJ326-GHFJW-H9DH4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk BN3D2-R7TKB-3YPBD-8DRP2-27GG4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk NG4HW-VH26C-733KW-K6F98-J8CK4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk XCVCF-2NXM9-723PB-MHCB7-2RYQQ >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk GNBB8-YVD74-QJHX6-27H4K-8QHDG >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 32JNW-9KQ84-P47T8-D8GGY-CWCK7 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk JMNMF-RHW7P-DMY6X-RF3DR-X2BQT >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7B9N3-D94CG-YTVHR-QBPX3-RJP64 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk BB6NG-PQ82V-VRDPW-8XVD2-V8P66 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk HMCNV-VVBFX-7HMBH-CTY9B-B4FXY >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 789NJ-TQK6T-6XTH8-J39CJ-J8D3P >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk MHF9N-XY6XB-WVXMC-BTDCT-MKKG7 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk TT4HM-HN7YT-62K67-RGRQJ-JFFXW >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul&cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul echo ------------------------------------&echo.&echo.&set i=1 :server if %i%==1 set KMS_Sev=kms7.MSGuides.com if %i%==2 set KMS_Sev=kms8.MSGuides.com if %i%==3 set KMS_Sev=kms9.MSGuides.com if %i%==4 goto notsupported cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul cscript //nologo c:\windows\system32\slmgr.vbs /ato | find /i "successfully" && (echo.& echo ====================================== & echo. & choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to the server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) explorer "http://MSGuides.com"&goto halt :notsupported echo ======================================&echo.&echo Sorry! Your version is not supported. :halt pause

Windows 7 After Login Black Desktop With Courser Nothing Else



Windows 7 After Login Black Desktop With Courser Nothing Else


Try this 1. 

1) When you switch ON your computer, start tapping the "F8" key to get 

"Windows Advanced Options"( if boot menu appears, press "Esc" key and keep 

tapping the F8 key) 

2) Select "Safe Mode with Networking" 

3) Click on Start --> Run --> Type regedt32 and press Enter. 

[ If you are using Windows Vista or 7 then click on Start --> In search box, type 

regedt32 and press Enter.] 

Registry Editor will be opened. Navigate to the following location 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 

At the right side, find the strings shell & userinit and check the following 

shell value data should be 
Explorer.exe 

userinit value data should be 
C:\WINDOWS\system32\userinit.exe, 

If shell and userinit are having different data values then change it as mentioned 

above. 

Just double click shell and userinit and enter the data values as 

shell --> "Value data" should be 
Explorer.exe 

userinit --> "Value data" should be 
C:\WINDOWS\system32\userinit.exe, 

Note: there is "," at the end of userinit.exe 

Then download "Malwarebytes' Anti-Malware" from the below link. 

http://ccm.net/download/download-105-malwarebytes-anti-malware 

Update it and perform "Full Scan" 

Note : Default selected option is "Quick Scan" 

Regards!

windows run command

Part 1: How to use Run Commands

Click Win + R keyboard shortcuts to bring up Run dialog. (In Windows 10, you also can press Win + X and then select Run.) Then type one command and click OK or press Enter key so that you can quickly open the app.

Part 2: 20 most-used Run Commands for Windows 10 users

A Run Command is not simply the name of an app/program, Windows designs a great many specialized Run commands. Here we illustrate the twenty most commonly used.
1. control
This is a Run Command to quickly access Windows 10 Control Panel. However, some users are used to open the Control Panel by Start menu or Windows 10 Power user menu.
2. taskmgr
This is a Run Command to open Task Manager as quickly as by right-clicking on the blank area of Windows 10 taskbar.
3. cmd
There are more options to open Command Prompt in Windows 10, this command is just one of shortcuts.
4. netplwiz
The common User Account is in Windows Control Panel, while this command opens the advanced User Accounts window.
5. regedit
A power user may need to open Registry Editor to make changes to Windows registry. With this command, you can quickly access Registry Editor.
6. lusrmgr.msc
Running this command, you can open Local Users and Groups manager where you can edit properties of all your users and groups.
7. appwiz.cpl
This Run Command quickly opens the Programs and Features window where you can uninstall programs and apps in Windows 10.
8. desk.cpl
It's a shortcut allowing you to change your Windows screen resolution.
9. powercfg.cpl
Running this command will directly open the Power Options window which is buried in Control Panel.
10. main.cpl
This command can help you access Mouse Propertiesdialog where you can change settings of the mouse connected to your computer.
11. snippingtool
If you are wondering How to Take Screenshots on Microsoft Surface Tablet, this Run Command is just the shortcut to open Windows built-in Snipping Tool, with which you can not only take a screenshot but also edit the screenshot.
12. logoff
This Run Command is a less known quick way to sign out of Windows 10.
13. msconfig
This command opens System Configuration dialog where you can change some of the system settings in Windows.
14. diskmgmt.msc
This Run Command helps you open Windows 10 Disk Management where you can manage the hard disk partition on your computer.
15. chrome/firefox/iexplore
Running chrome or firefox command can launch Chrome or Firefox browser if it’s installed on your Windows 10, and the iexplore command can open Internet Explorer.
16. calc: Open Windows built-in calculator app for you.
17. compmgmt.msc: Open Computer Management window.
19. cleanmgr: Open Disk Cleanup utility.
20. sysdm.cpl: Opens System Properties window.
The above are 20 most commonly used Run Commands. Believe they can help Windows 10 users quickly open some most-used apps/programs/tasks. Certainly, they will also apply in the earlier Windows versions.

Just Press Windows key + r and let the fun begin
-
Windows run commands are shortest ways to reach at any particular setting panel or open any useful applications. Although Microsoft has made taskbar search very much efficient in doing that, but you can not find each and everything via taskbar search. Also searching something in search box of taskbar and then clicking on the search result is one step longer as compared to opening it via run. Also, opening something via run box seems geeky and cool. For example very few people know that you can reach control panel directly by typing control in run box or you can directly open on screen keyboard by typing osk in run box. I have listed here all the important run commands in windows 10.


Useful Windows Tools

  1. On screen Keyboard – osk
  2. Calculator – calc
  3. WordPad – write
  4. Windows Media Player – wmplayer
  5. Windows Fax and Scan – wfs
  6. Snipping Tools – snippingtool
  7. Paint – mspaint
  8. Notepad – notepad
  9. Task manager – taskmgr
  10. Sticky Notes – stikynot
  11. Math Input Panel – mip
  12. Command Prompt – cmd
  13. Powershell – powershell
  14. Windows Journal  – journal
  15. Narrator – narrator
  16. Magnifier – magnify
  17. Edge – microsoft-edge://
  18. Internet Explorer – iexplore
  19. Bluetooth – fsquirt
  20. Windows Firewall – firewall.cpl
  21. Windows Firewall with Advanced Security –  wf.msc
  22. Windows Explorer – explorer
  23. XPS Viewer – xpsrchvw

Specific utilities

  1. Create Repair Disc – recdisc
  2. Backup and Restore – sdclt
  3. Remote Assistance – msra
  4. To Open Recently Viewed files – recent
  5. To Connect to a Projector – displayswitch
  6. To add a New Device – devicepairingwizard
  7. Open Ease of Access centre – utilman
  8. User Account Control Settings – useraccountcontrolsettings
  9. Windows Task scheduler – taskschd.msc
  10. System Restore – rstrui
  11. All System information – msinfo32
  12. Network Connections – ncpa.cpl
  13. System Configuration – msconfig
  14. Disk Cleanup – cleanmgr
  15. Disk Defragmenter – dfrgui
  16. Disk Management – diskmgmt.msc
  17. Malicious Software Removal Tool – mrt
  18. Problem Steps Recorder  – psr
  19. Internet Options – inetcpl.cpl
  20. Device Manager – devmgmt.msc
  21. Computer Management – compmgmt.msc
  22. Shared Folders  – fsmgmt.msc
  23. Create a shared folder wizard – shrpubw
  24. Backup and restore user name and passwords – credwiz
  25. Region and Language –  intl.cpl
  26. Registry Editor –  regedit
  27. Local Group Policy Editor – gpedit.msc
  28. Indexing Options – rundll32.exe shell32.dll,Control_RunDLL srchadmin.dll
  29. Resource Monitor –  resmon
  30. Sound settings – mmsys.cpl
  31. Troubleshooting – control.exe /name Microsoft.Troubleshooting
  32. User Accounts – control.exe /name Microsoft.UserAccounts
  33. Local Users and Groups – lusrmgr.msc
  34. Advanced User Accounts – netplwiz
  35. Time and Date – timedate.cpl
  36. Screen Resolution –  desk.cpl
  37. Color Management – colorcpl
  38. Event Viewer – eventvwr.msc
  39. Remote Desktop Connection –  mstsc
  40. Services  – services.msc
  41. Certificates – certmgr.msc
  42. Mouse settings – main.cpl
  43. Know current Windows version – winver
  44. Local Security Policy – secpol.msc
  45. Directly go to list of installed programs –  appwiz.cpl
  46. Windows Update settings – control update
  47. Administrative Tools – controladmintools
  48. Scheduled Tasks – control schedtasks

Control Panel Run Commands

  1. Control Panel – control
  2. Personalization & Themes – controldesktop
  3. Personalization & Color – controlcolor
  4. File explorer properties & Folder Options – control folders
  5. Keyboard Properties  – controlkeyboard
  6. Mouse Properties – control mouse
  7. Network Properties – control netconnections
  8. Printers Properties – control printers
  9. Manage current user Account – control userpasswords
  10. Manager all User Accounts – control userpasswords2

Open Folder Commands

  1. Open Documents Folder  – documents
  2. Open Videos folder  – videos
  3. Open Downloads Folder  – downloads
  4. Open Favorites Folder –  favorites
  5. Open Recent Folder  – recent
  6. Open Pictures Folder  – pictures

System Run commands

  1. System Configuration –  msconfig
  2. System Configuration Editor  – sysedit
  3. System Information –  msinfo32
  4. System Properties  – sysdm.cpl
  5. System Properties (Advanced Tab) – systempropertiesadvanced
  6. System Properties (Computer Name Tab)  – systempropertiescomputername
  7. System Properties (Hardware Tab)  – systempropertieshardware
  8. System Properties (Remote Tab)  – systempropertiesremote
  9. System Properties (System Protection Tab)  – systempropertiesprotection
  10. System Restore –  rstrui

All other useful run Command shortcuts

  1. Display Color Calibration – dccw
  2. Display – dpiscaling
  3. Display Switch – displayswitch
  4. Driver Verifier Manager – verifier
  5. File Signature Verification – sigverif
  6. Game Controllers – joy.cpl
  7. Getting Started – gettingstarted
  8. iSCSI Initiator Configuration Tool – iscsicpl
  9. Language Pack Installer – lpksetup
  10. Microsoft Management Console – mmc
  11. Microsoft Support Diagnostic Tool – msdt
  12. Performance Monitor – perfmon.msc
  13. Phone and Modem telephon – cpl
  14. Phone Dialer –  dialer
  15. WMI Management  – wmimgmt.msc
  16. Windows Disc Image Burning Tool –  isoburn
  17. Windows DVD Maker –  dvdmaker




How to Activate Windows XP Without a Genuine Product Key


If you're trying to install (or reinstall) Window XP on your computer, you may encounter a problem. The product key might not be genuine, the product may no longer be available, or the number of activations may have reached its limit. You may think your only options are to call Microsoft for a new product key or to purchase Windows 7. But there's another option available. Here's a secret to share with you. Keep reading.

1 Click on the "Start" button
2 Find and click the "Run" button
3 Type: "REGEDIT"
4 Click the plus next to "HKEY_LOCAL_MACHINE"
5 Click the plus next to "SOFTWARE"
6 Click the plus next to "Microsoft"
7 Click the plus next to "Windows NT"
8 Click the plus next to "CurrentVersion"
9 Click "WPAEvents"
10 On the right panel, find "OOBETimer" and double click it.
11 Now, highlight all values, then delete them
12 Then type in the following value: FF D5 71 D6 8B 6A 8D 6F D5 33 93 FD
13 After that, click "OK"
14 Next, on the left panel, right-click "WPAEvents"
15 Then click on "permissions"
16 Click "SYSTEM"
17 Click the box "Deny Full Control"
18 Click "OK"
19 Click "YES" and exit out of Registry Editor. You can do this by clicking on the red X in the upper-right corner of the Title Bar or, while holding down the ALT key, press the F4 key.
20 To verify that it works, Click on "Start" and then "Activate Windows." Or you can click on "Start," then "All Programs," then "Activate Windows"
If these options don't work, type this text in the space provided: %systemroot%\system32\oobe\msoobe.exe \a
21 Click on "ACTIVATE ON THE PHONE" and then "CHANGE Product Key"
22 Type: THMPV - 77D6F - 94376 - 8HGKG - VRDRQ
23 Click "UPDATE"
24 Click "REMIND ME LATER"
25 Restart Windows
26 Once your computer is back up, click "START" and "RUN" and "%system"
27 Click "OK"
How to solve Windows XP Activation Loop command rundll32.exe syssetup,SetupOobeBnk copy of windows must be activated with microsoft before you can log on fix ADNAN HASHMI

Please watch: "What is NAS ? explained in Urdu" https://www.youtube.com/watch?v=TnIeG...

how to stop windows 10 update


How to stop automatic updates on Windows 10

On Windows 10, quality updates (or cumulative updates) always download and install automatically as soon as they're ready for your device. While this approach makes sure that every computer has the latest security patches, performance, and stability improvements, it's also among the features that users complain the most.
Usually, it's because to apply updates users are required to restart their devices, and because updates are also known to (sometimes) cause problems negatively affecting the user experience.
Whatever the reason it might be, depending on your edition of Windows 10, you can regain control and stop automatic updates using Group Policy and Registry.
In this Windows 10 guide, we'll walk you through the steps to block Windows Update from automatically downloading and installing updates on your computer.
How to disable automatic updates using Group Policy
On Windows 10 Pro, you can use the Local Group Policy editor to disable automatic updates permanently, or you can change the Windows Update settings to decide when updates should install.
Disabling updates
To permanently disable automatic updates on Windows 10, use these steps:
1.   Open Start.
2.   Search for gpedit.msc and select the top result to launch the experience.
3.   Navigate to the following path:
Computer Configuration\Administrative Templates\Windows Components\Windows Update
4.   Double-click the Configure Automatic Updates policy on the right side.

5.   Check the Disabled option to turn off the policy.

6.   Click the Apply button.
7.   Click the OK button.
Once you complete the steps, Windows 10 will stop downloading updates automatically.
While automatic updates remains disabled, you can still download and install patches manually from Settings > Update & Security > Windows Update, and clicking the Check for updates button.
If you change your mind, you can always revert the changes using the same instructions, but on step No. 5, make sure to select the Not Configured option.
Limiting updates
Alternatively, if turning off the policy isn't working, you can also try customizing the Windows Update settings using Group Policy to limit the availability of updates on your device.
To control Windows Update settings with Group Policy, use these steps:
1.   Open Start.
2.   Search for gpedit.msc and select the top result to launch the experience.
3.   Navigate to the following path:
Computer Configuration\Administrative Templates\Windows Components\Windows Update
4.   Double-click the Configure Automatic Updates policy on the right side.

5.   Check the Enable option to turn on the policy.

6.   In the "Options" section, you'll find a number of options to configure automatic updates, including:
o    2 - Notify for download and auto install.
o    3 - Auto download and notify for install.
o    4 - Auto download and schedule the install.
o    5 - Allow local admin to choose setting.
Quick tip: The closest option to disable automatic updates is the 2 - Notify for download and auto install option, but you can select the option that best fits your situation.

7.   Click the Apply button.
8.   Click the OK button.
After completing the steps, updates will stop downloading automatically. However, when a new update becomes available, you'll receive a notification to download and install updates manually from the Windows Update settings page.
How to disable automatic updates using Registry
If you're running Windows 10 Pro, you can also disable automatic updates in two different ways using the Registry.
Disabling updates
To permanently disable updates on Windows 10 modifying the Registry, use these steps:
Warning: This is a friendly reminder that editing the Registry is risky, and it can cause irreversible damage to your installation if you don't do it correctly. It's recommended to make a full backup of your PC before proceeding.
To permanently disable Windows Update using the Registry, use these steps:
1.   Open Start.
2.   Search for regedit and select the top result to launch the experience.
3.   Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
4.   Right-click the Windows (folder) key, select New, and then click on Key.

5.   Name the new key WindowsUpdate and press Enter.
6.   Right-click the newly created key, select New, and click on Key.

7.   Name the new key AU and press Enter.
8.   Right-click on the right side, select New, and click on DWORD (32-bit) Value.

9.   Name the new key NoAutoUpdate and press Enter.
10.                Double-click the newly created key and change its value from 0 to 1.

11.                Click the OK button.
12.                Restart your computer.
Once you complete the steps, Windows Update should stop trying to download and install updates automatically on your device.
If you want to update manually, you can perform this task from Settings > Update & SecurityWindows Update, and clicking the Check for updates button.
Limiting updates
In the case that using the Registry to disable updates isn't working as expected, you can also use the Registry to customize the Windows Update settings to prevent updates from installing automatically.
To customize Windows Update settings to block updates with the Registry, use these steps:
1.   Open Start.
2.   Search for regedit and select the top result to launch the experience.
3.   Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
4.   Right-click the Windows (folder) key, select New, and then click on Key.

5.   Name the new key WindowsUpdate and press Enter.
6.   Right-click the newly created key, select New, and click on Key.

7.   Name the new key AU and press Enter.
8.   Right-click on the right side, select New, and click on DWORD (32-bit) Value.

9.   Name the new key AUOptions and press Enter.
10.                Double-click the newly created key and change its value (number only) using one of the following options:
o    2 — Notify for download and auto install.
o    3 — Auto download and notify for install.
o    4 — Auto download and schedule the install.
o    5 — Allow local admin to choose settings.
These options work similar to the Group Policy settings, and number 2 is the closest option to disable Windows Update permanently. However, you can always select the setting the best suits your situation.

11.                Click the OK button.
12.                Restart your computer.
After completing the steps, Windows 10 will stop installing updates automatically. However, you'll receive notifications as soon as new quality updates are available, but they won't download and install until you approve them manually.
You can always use the same instructions to restore the original settings, but on step No. 4, right-click the WindowsUpdate key, and select the Delete option. Then reboot your device to complete applying the settings.
Wrapping things up
Updates are crucial to safeguard your computer and data and to improve the overall experience, as such it's never recommended to use an unpatched device. However, there are many scenarios when disabling updates could make sense. For instance, when you may need to apply updates manually, or you want to make sure that a particular update doesn't have any issues before installing it on your computer.
Also, this guide only stops monthly updates, which usually fix security vulnerabilities and improves the stability of Windows 10. If you want to avoid automatic installs of feature updates, such as the Windows 10 October 2018 Update, you need to modify the settings to defer major releases.


Disable and Enable USB Storage acces

  Step 1: Enable Group Policy Auditing ·          Launch the  'Server Manager' and open the  Group Policy Management Console (GPMC...