Jump to content

Recommended Posts

Posted

My GPP has been so unreliable (rock solid with W7) that I decided to jump in a time machine and roll out printers using the startup folder which seems to work a treat.

 

Took me an hour to create all the batch files (I went really old school) and used PDQ deploy to dump all the files on the computers I wanted.

 

Its very crude but the weight off my shoulders is lovely. Still not impressed with W10 enough to like it though, had several users not get the GP or the start menu settings as its denied access to the Group policy folders, just weird....oh and there is random mapped drive issues...oh and default programs dont seem to stick.... oh and WU is still logging errors in the event log even with the new fixes

 

REM ******************

REM Setting Printers *

REM ******************

echo off

c:\menus\printers\con2prt.exe /f

c:\menus\printers\con2prt.exe /c \\print-server\LRC1-BLACK

c:\menus\printers\con2prt.exe /c \\print-server\lrc1-colour

TIMEOUT /T 3 /NOBREAK

\\print-server\apps$\defprint /d "LRC1-BLACK"

echo off

cls

set i=0

set group="staffgroup"

set user=%username%

echo Checking if %user% is member of %group%...

for /f %%f in ('"net user %user% /domain | findstr /i %group%"') do set /a i=%i%+1

if %i% gtr 0 (goto :member)

:nomember

exit

goto :end

:member

c:\menus\printers\con2prt.exe /c \\print-server\staffroom-copier

c:\menus\printers\con2prt.exe /c \\print-server\staffroom-copier2

:end

exit

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...