Jump to content

jr_

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by jr_

  1. Our internet keeps going up and down in all 3 of our schools (we all use talk straight) If you bypass the netsweeper its fine. But we need that for proper filtering
  2. jr_

    RDP Options

    No need for any of those. Rustdesk free and open source works on all platforms
  3. Bitwarden!
  4. Few tips: Any installers you cant automate you can use VBS scripts and AHK to press the buttons I've got some custom scripts to add M$ store and bits to LTSC which are a must! You can also add snappydriverinstaller if you really want to (i've got it as an option on my deployments)
  5. Use HeidiSQL instead it's the best
  6. Any team fortress 2 players?
  7. I wish there wasn't an Archive function and just a Delete one
  8. They could use cloudflare CDN for free and it comes with ssl
  9. Your best off using powershell instead of DISM. I've written you a quick script https://pastebin.com/gci508KJ https://4sysops.com/wiki/enable-powershell-remoting/
  10. If you are hosting in the cloud you can set DHCP option 43 to "0x0104" + the HEX of the controller IP, and create an A record of 'unifi' on your dns server to the host tooThen when you plug them in they will appear for adoption in our cloud unifi controller.Also you are best running it on Debian or there is a docker container
  11. What feature were you adding with DISM?
  12. Also give this a go, reducing the timeout may help https://superuser.com/questions/453741/how-do-i-set-the-windows-network-timeout-for-physically-disconnected-mapped-driv
  13. Grab this https://github.com/lixuy/LTSC-Add-MicrosoftStore/archive/2019.zip run it as local admin then run this powershell -c "Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register '$($_.InstallLocation)\AppXManifest.xml'}" I've got ours in a MDT Task sequence
  14. You'll need it running under administrator on the remote machine. Do you have Impero? Theres a handy command line tool on that which runs commands as SYSTEM account on remote PCs
  15. Free open source alternative to TeamViewer you can give a go https://rustdesk.com/ You can customize it too and host your own relay
  16. If you've got the deployment toolkit you can run ZTIWindowsUpdate.wsf with Impero cscript "\\srv-mdt01\deploymentshare$\scripts\ZTIWindowsUpdate.wsf" >> \\srv-mdt01\remote_scripts$\winupdatelogs\%computername%.txt
  17. Hi, What do people use for their EPOS systems in secondary schools? We are looking for something that works with Parentpay and biometrics We currently use Sharp but they are very unreliable and the support is slow Thanks
  18. Install script for ripped drivers (put in a bat file and run as admin from the root of that extracted zip) powershell -c "Get-ChildItem '%~dp0' -Recurse -Filter '*.inf' | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install }"
  19. Drivers for the Dynabook e10-s-10q (Non tablet laptop from DFE) Here https://we.tl/t-WDAm61F3DN
  20. Extracted using dism drivers_e10-g-105 (Windows Touchscreen Tablet from DFE) https://wetransfer.com/downloads/993b0511677d9bd62b8420902287407520220201133346/b009fda8bec8e11f59bf71320b1c100920220201133600/3598cd
  21. Can you not attach a debugger or get a dump?
  22. What do you mean when you say login in secure? Surely, it just HTTP POSTs it in plain text (unless there is some javascript that 'fiddles' it)? Save your money and use Let's Encrypt and Certbot to get a free SSL cert
  23. jr_

    MySQL and Python

    I know this was posted a while ago but; tell them to use https://www.freemysqlhosting.net/ then open port 3306 outgoing on your firewall. I got some python mysql template code if you want it
  24. jr_

    Wonde problems

    Is anyone else having problems with Wonde at the moment. We have been unable to sync our Google Classroom with SIMS for the last week and now it is affecting the childrens learning. Their support is also terrible, we are looking at moving to salamander
  25. Update -------- *Added some guardian management features *Can now view class content *Other improvements
×
×
  • Create New...