-
Posts
49 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by johnhart96
-
Hi, Has anyone else had this problem with SOLUS3 ? We have had to rebuild a PC for another issue we are having with it. Once the rebuild has finished, SOLUS 3 still thinks that the machine has the agent on it, so I cant remove and re-add it. Anyone else getting this, we get it all the time and we have to log a case with Capita every time so they can run a SQL query. John
-
Hi Vicky, We have a similar problem here, when you turn the iPad horizontal the picture will turn with it. Unfortunately there is no way you can zoom the image because the apple TV it trying to maintain it's silly aspect ratio. This is why the image is scaled to fit the screen. John
-
Hi, I am trying to disable Spell Check in Microsoft World 2013. But I cant seem to get it working. I know the policy is applying but It is not locking down the spell check. Please see my screen prints below. Any help is much appreciated John
-
Hi, We use FMS by Capita. It is not the best looking software in the world but It is quite powerful. Also it integrates into SIMS perfectly.
-
I just disabled all extensions, that seemed to work for me. Also lock out the store that gives them rarely no way to install themes.
-
Hi All, Again many thanks for all that have helped out. Attached is my package that I am rolling out via GPO. I thought it was best to post my results for people finding this post in the future. Card Reader Manager.zip In the Zip you will find the following. RAW program files for both 64bit and 32bit Setup files for both 64bit and 32bit. Advanced installer project files for both to make changes to the config being rolled out just edit the USBDLM.ini inside the reverent .cab archive.
-
Hi I have made a custom install package with USBDLM with the INI for the drive letters. I am going to role out this MSI with a GPO.
-
Hi all, thanks for the replys. I think @IrritableTech has the best solution. otherwise we will still be here next year if we change the drive letter. Thanks John
-
Hi All, We have a problem on-site were computers that have card readers use the H: drive for one of the readers. We need to change this (site-wide) because we use the H: drive for a network drive. The only way I can see to do this is via a .reg script to run at start up because you need to rename the value name. In the script we will need to change the name of the key and not the value, so I believe that we need to delete the key and add a new key with the same value. Here is the links I have used. How to change the drive letter: https://social.technet.microsoft.com/Forums/windows/en-US/dfd5ea9c-103b-4a78-b4b9-80594e8cd1f5/change-drive-letter-designation-on-internal-sd-card-reader?forum=w7itproui Reg scripts: http://support.microsoft.com/kb/310516 The problem I have is that in the script it will look like this: -HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\\DosDevices\D The name of the value is "\\DosDevices\d". Any help will be much appreciated. John
-
IT is asking for the code
-
Hi, Yeh I now about that, The remote for that projector does not have a NUM key. We have the same remote on many epson projectors and it works. Not sure what I have left to try. John
-
Hi, Thanks for the reply. I have tried all the corners on the remote. There is no reason why we would change it. It has to be a default one.
-
Hi, I need a unlock code for a epsom EB-410We code projector. Does anyone have one? John
-
Oh right, In the script can you not use a SET SET USRPATH="\\UNC\JSD" I'm not sure if this will work, but it might be worth a try
-
I Think it is better to use the full path for desktops E.G: \\STUDENTSERVER\USERNAME$\Desktop. Defo use hidden shares for security reasons. Hope this helps. John
-
Appreciated that in server core hyper v is pretty stable, but I mean that when you are using Hyper v as a server roll in full windows server.
-
Please dont use Hyper-V. It is too risky having a full windows operating system between the VMS and the hardware. Vmware ESX is the most stable. We have had it for over 5 years now and it is completely bullet proof.
-
Domain Controller Migration 2012 R2 to 2012 R2
johnhart96 replied to edu_infra's topic in Windows Server 2012
Did you change the Operations master and the Forrest Root controller to the other one, because I think this does not replicate in the SYSVOL ??? -
Hi, We use VBA for our printer scripts. When a user logges in the main login script does the following. set printerscript="\\blabla\e$\%computername%.vbs" start /wait %printerscript%. Then we have a script for each machine in the school. The VBA Script firstly checks for a local printer and will set that as the default if one is present. Otherwise it will look for the network printers. Script: On Error Resume Next Dim Local Set WshNetwork = WScript.CreateObject("WScript.Network") Set objWMIService = GetObject("winmgmts:\\.\root\cimv2") Set colprinters = objWMIService.ExecQuery("Select * from Win32_Printer") local="FALSE" for each cPrinter in colprinters if cprinter.local = TRUE then local="TRUE" ELSE cprinter.delete_ END IF NEXT WshNetwork.AddWindowsPrinterConnection "\\server\print1" WshNetwork.AddWindowsPrinterConnection "\\server\print2" WshNetwork.AddWindowsPrinterConnection "\\server\print3" if local="FALSE"then WshNetwork.SetDefaultPrinter "\\server\defaultprinter" END IF WScript.quit
-
Hi, We are having a problem with the new OWA for exchange 2013. Students are using this to change their default profile picture to some silly things. Anyone know how to block this ? Thanks
