Jump to content

Recommended Posts

Posted

Hi All,

 

We have a USB ban in school via the following GPO

Capture.JPG

 

This allows us to still have our cameras work for photography and not worry about hardware ID's etc.

 

However the Microbit registers as a USB device so is blocked under the current settings; without going through every USB ID does anyone have a similar situation they are finding themselves in?

 

I thought of using Impero SentryStick but I haven't used it before and have no idea if it's as good/better or worse than the GPO (if anyone is using sentrystick I would be intrigued)

 

Regards,

Posted

I think in the end I gave up on hardware ID's as it comes up as a generic USB storage device. I limited USB to write only, then no one used them so I disabled usb again.

 

 

I think they have Bluetooth so you might be able to use laptops instead.

  • 6 years later...
  • 4 weeks later...
  • 4 weeks later...
Posted (edited)
On 10/06/2025 at 14:24, MrWonder said:

Upgrade Micro:Bit to latest firmware version, and @ https://makecode.microbit.org/ , it will appear as a serial DAPLink device, allowing direct programming to flash memory rather than having to copy hex file to USB storage drive.

 

Is this v0257 or the pre-release v0258? If the former, how do you stop them showing as a USB device?

Edited by LeMarchand
Posted

Is it on all pcs? If not why don't you create an OU and move the Pc's you want use Microbits on, then unlink the GPO for USB? I use Impero and its spot on for stuff like this. 

Posted
12 hours ago, CRL1997 said:

Is it on all pcs? If not why don't you create an OU and move the Pc's you want use Microbits on, then unlink the GPO for USB? I use Impero and its spot on for stuff like this. 

 

That was how they are allowed but I'd rather not have USB drive access anywhere - especially in a room that they are allowed to use unsupervised.

Posted

Yeah i get it... But the only way i have is like that, so my photography room has its own GPO allowing USB then in Impero i have all USBs blocked apart from the cameras numbered the same as computer, i.e camera 2 wont work on Pc1. 

 

Nightmare 

  • 5 months later...
Posted
9 minutes ago, JRA said:

 

Did this work in the end? I'm gonna re-tackle the Microbits here with W11 this term.

 

That was 6 months ago! 😁

 

Just checked my mail and it looks like ours were on a suitable version so I re-disabled USB access and no-one complained...

  • Like 1
Posted

18a5b33d-c6e4-4ae6-b1ad-c6c7e4e88024_tex

 

A previous colleague wrote a powershell script to automate updates as long as you have the latest .hex file - assuming D is your plugged in MicroBit

 

Copy-Item "\\[location of Hex file]\0249_kl26z_microbit_0x8000.hex" -Destination "D:\"

Start-Sleep -Seconds 180


$path = 'D:\FAIL.TXT'

if ( -not ( Test-Path -Path $path ) ) {

    D:\DETAILS.TXT

} 
 else {


    Write-Output "failed attempt trying again"
    Copy-Item "\\[location of Hex file]\0249_kl26z_microbit_0x8000.hex" -Destination "D:\"

    Start-Sleep -Seconds 180

    Remove-Item D:\FAIL.TXT -Recurse -Force -Confirm:$false

    D:\DETAILS.TXT
  

 }

 

  • Like 1
  • Thanks 1

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...