Jump to content

jr_

Members
  • Posts

    31
  • Joined

  • Last visited

Reputation

65 Excellent

1 Follower

About jr_

Personal Information

  • Biography
    BSc Comp Sci/Developer/Sys Admin
  • Occupation
    Software Engineer / School Sys Admin
  • Interests
    Linux, Vintage Computers
  • Location
    England
  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
×
×
  • Create New...