KibosJ
Members-
Posts
297 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by KibosJ
-
Pulsar.exe exits straight away - Windows Server 216 - .Net crash
KibosJ replied to tockwell's topic in MIS Systems
This hasn't worked for me, still get exactly the same problem and the error in event viewer saying Application: Pulsar.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileLoadException -
Yeah that was it It worked for myself, thought I was going crazy!
-
Have you tried increasing the memory available to the WSUS pool in IIS?
-
Could be the same as the issue I had, where WSUS is running out of memory in IIS http://www.edugeek.net/forums/enterprise-software/182174-sccm-wsus-crash.html#post1564085
-
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
I have backups it booted but the issue is still there. I have been using another PC but SCCM has the same issue, it can't install updates to any of the WIM files because it fails to commit the image. Thought it might have been the disk but it happens on another disk too. There is an old windows kit for 8.1 installed that won't uninstall, think it could be that. Will have to see why it won't uninstall, not sure why it is still there to begin with. -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
Holy! One thing after another Is it safe to just disable Secure Boot on my SCCM server? -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
I do, going to try and re-install it. I can mount a WIM and edit it and do what I want with it, but when I commit it I get errors saying that the file is in use. I then can't delete the mount folder because I get loads of error messages saying "Element not found", it was working fine before installing the latest ADK -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
Well this all explains why I've been banging my head against the wall for the past few months At least I know now Thanks @Arthur Now having issues doing ANYTHING with the WIM file on Server 2012 R2, wondering if I need to go to 2016 -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
I see what's happening now, I'm editing a WIM file that has been captured and that is why it doesn't work, editing an untouched WIM seems to work okay. I will probably still use the deployment script for the in-place upgrades, so that the apps get removed after an upgrade. Thanks for you help -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
How strange, I'm running it in Windows 10, the WIM file is on the C:\ and I've tried running Powershell as an Administrator and also running it as the local administrator and no matter what I try I always get the message "Remove-AppXProvisionedPackage : The system cannot find the file specified." -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
The reasons I do it during deployment is because the below part of the script doesn't work for me; it works in 1511 but nothing above that, I always get an error saying that the file wasn't found. Remove-AppxProvisionedPackage -PackageName $App.PackageName -Path "$ScriptDir\Mount" -ErrorAction Stop | Out-Null It does the same if I run the command manually too -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
The script I have runs during the deployment of the machine. The script I was using to remove them from the WIM no longer works for me do you have a script that works on 1607 and above ISOs/WIMs? -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
I was surprised to see the Start XML still working too Do you not use a script to remove the Apps? -
[1703, cu] Hide settings in the Settings app (new feature in 1703)
KibosJ replied to Arthur's topic in Windows 10
Looks like 1703 is a requirement, just tested it on a 1703 machine and a 1607 machine and it works fine on 1703 but nothing changes at all on 1607 -
[1703, cu] Hide settings in the Settings app (new feature in 1703)
KibosJ replied to Arthur's topic in Windows 10
They can be extracted from the ISO, I've uploaded them here if you want them PolicyDefinitions.7z -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
Same as the old ones, just re-install the same MSU -
[1703, cu] Windows 10 Creators Update (v1703) now available to download
KibosJ replied to Arthur's topic in Windows 10
1703 doesn't seem to work properly with SCCM yet either. When deploying a 1703 image, after the first reboot where it runs the "Setup Operating System" group it doesn't show anything other than the spinning dots and a message saying "Just a Moment", instead of showing the actual task sequence running, a little annoying but it still works -
We are having this issue on 1607 all over the place too, it does seem to be happening a lot less now, but still occurring. Going to test 1703 and see if that fixes the issue.
-
Ahh, we don't really use it much for URLs, we let Smoothwall do all of that. I think i remember iframes being an issue though.
-
This didn't work for me at all, still had to reload.
-
I had this issue too and no matter what options were changed in the search/indexing settings nothing helped. Ended up re-loading windows and running all the updates and now it works, not a great option I know. You could try a complete reload of office, I tried removing the account and re-adding and this also didn't work.
-
This looks really interesting, may look into this. We've also bought perpetual licensing with Impero recently, but will definitely take a good look at this once the support has ended. @mavhc How is the chrome plugin easy to bypass? I don't believe we've had students bypass the plugin, we have a policy that force installs it and it can't be removed, we also block Firefox and Edge for everyone.
-
This small issue has bugged me for a little while now! Thanks
-
I find the easiest way of creating a USB that always works, without any extra tools is just to xcopy the files over and then use bootsect. Assuming E:\ is the iso and F:\ is the USB xcopy E:\*.* F:\ /E /C /H E:\boot\bootsect.exe /NT60 F:
-
Well that's a bit strange, considering it worked in 2012 R2, I wonder what has changed that stops it from working.
