Thursday, 28 March 2019

Printer stops working, does not print in windows 10

https://www.winhelponline.com/blog/cannot-print-standard-user-temp-folder-permissions/

run following commands in admin mode  in command prompt


icacls %temp% /inheritance:r
icacls %temp% /grant %username%:(OI)(CI)F /T /C
icacls %temp% /grant Administrators:(OI)(CI)F /T /C
icacls %temp% /grant System:(OI)(CI)F /T /C
md %temp%\Low
icacls %temp%\Low /setintegritylevel (OI)(CI)low