I created a system of clearing the print spooler in a W7 standard user account. It consists of a file I found on the internet "Clear Print Spooler.bat" and a shortcut "Clrear Print Spooler" that I put into the desktop of a standard users account. the text of the batch file is as follows:
------@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul -------
the shortcut has admin privilege by selecting Properties.......Advanced and putting a check in "run as admin".
This works fine if in the admin account. But put it into a "standard users" account and the UAC is displayed and the user must input the Admin PW. This is the action I would like to get rid of, ie: the UAC and PW.
Also have a pretty bad speaker setup which is a klipsch promedia 5.1 surround speaker setup with huge subwoofer and lg blu ray player/writer. Also a hp officejet pro 8600 plus wireless all in one and a logitech s7500 webcam.
I downloaded and installed the print spool fixer you recommended. Worked fine in the ADMIN account only. Wold not worrk in a standard account unless the ADMIN password was provided. so I went to the properties of the spool fixer and added everyone to the security tab. Full priviledge was assinged to everyone. Still required the ADMIN password. Can I make the Spool fixer work for a standard user? How?
I tried to make it work with a standard account and could not sorry, I am guessing it's a Permissions problem but not sure what. I think you are using the portable one.
Jerry
My Computer
At a glance
Win 7 Pro x64 / Win 10 ProIntel(R) Core(TM) i7-3630QM CPU @ 2.40GHz12 GB(1) Intel(R) HD Graphics 4000 (2) NVIDIA GeFo...
Computer type
Laptop
Computer Manufacturer/Model Number
Sager NP9170
OS
Win 7 Pro x64 / Win 10 Pro
CPU
Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
Motherboard
CLEVO P170EM
Memory
12 GB
Graphics Card(s)
(1) Intel(R) HD Graphics 4000 (2) NVIDIA GeForce GTX 675M
Sound Card
(1) Realtek High Definition Audio (2) Intel(R) Display Aud
Monitor(s) Displays
17.3
Screen Resolution
1920x1080
Hard Drives
(1) Samsung 860 EVO 500GB(OS) (1) Samsung 860 EVO 500GB(Data)
Keyboard
Backlite
Antivirus
MSE, Malwarebytes Pro
Browser
Firefox
Other Info
DESKTOP: Custom-built.
OS: Win 10 Pro x64.
CASE: Rosewill R5.
CPU: Intel I5 4670K CPU @ 3.40GHz.
CPU COOLER: Cool Master Hyper 212 EVO.
MOTHERBOARD: Asus Z87-A.
MEMORY: Kingston HyperX 2x4 GB.
GPU: Nvidia Geforce 650 TI.
PSU: Corsair TX750.
DRIVES: (1) Samsung 840 120 GB SSD (2) Western Digital blue 500 GB 7200 RPM.
I have tried everything else with no luck.
I guess I should do as you suggested but am uncomfortable getting into admin tools. Could you give me a click by click?
Thanks,
Bill