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!

Disable and Enable USB Storage acces

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