Jump to content

DJ-1701

AFK GNU
  • Posts

    7,556
  • Joined

Everything posted by DJ-1701

  1. Well, first of all... it's not just you. Happened to me since I started with Windows 10. Though I just switch back after finishing with it. I'll have a look though and see if there is anyway it can be controlled to reset though. If anyone else finds a solution I would be interested though.
  2. I believe I needed to install Dot Net Framework 3.5 on Windows 10, but it still works here on 1803.
  3. I take it the laptop will be donated to the school? As generally licenses for most software have to be installed on company owned assets. Do you have EES or ES-OVS licensing at all? As you should be able to upgrade the license of school owned devices under your allowance.
  4. Na, this is though...
  5. I don't get it...
  6. Another one for @Net-Ctrl. Very helpful and professional, went above and beyond what I expected.
  7. Strangely we were talking about this yesterday on Edugeek Discord. I made the faux pas of saying 'Ah I thought you shutdown as I couldn't get onto your website on the last couple of days.'... then found out they did... about half an hour afterwards Google results added a red banner on the right hand side when doing a search stating that they are 'Permanently closed'.
  8. https://docs.microsoft.com/en-us/sysinternals/downloads/psexec PSExec is a command line tool that can run command line options remotely on other computers.
  9. 1. Darn... what if I have multiple schools? 2. Just found that out. 3. Dare you to wear them with sandals.
  10. Salisbury Novichok poisoning: Two Russian nationals named as suspects - BBC News
  11. Well, if you can get a hold of some paint...
  12. Portal (Well... it would be Classic to them )
  13. Space Invaders
  14. Bit of a jump isn't it to say that? Opening the platform up doesn't mean they are going to kill off their server offerings.
  15. Close Select * FROM Win32_ComputerSystem WHERE NOT Name LIKE "Room-PC%"
  16. Namespace: root\CIMv2 Query: Select * FROM Win32_ComputerSystem WHERE Name LIKE "Room-PC%" You can also do multiple name types like this... Select * FROM Win32_ComputerSystem WHERE ((Name LIKE "Room-PC%") OR (Name LIKE "Room-Laptop%"))
  17. 'Rewards don't improve school attendance' - BBC News Snipit...
  18. A third of London boroughs 'fess to running unsupported server software It is not alone: Sheffield, Rotherham and Sandwell admit to using Windows Server 2000 - The Register
  19. We actually have a TV show on the BBC here about people going to Australia... it's called 'Wanted Down Under'... most of the time it looks like it's much more cost effective over there, and higher pay.
  20. I wonder if it makes any difference to how much you want to splash out...
  21. Actually, I think it's rational to be enraged by both of those.
  22. For home use, they are requiring it for work.
  23. Let me guess... the server is on a Hypervisor? Most of the time VMs are set to take their time from the Hypervisor... if it's a HyperV and domain joined, if you run that command on the HyperV itself, it should sort itself out. If it's not domain joined, if you instruct the Hypervisor to sync with your DC, it should sort itself out. Not sure what you use, but the command/instructions would be different for non-Microsoft technologies. It's either that or turn off time syncing with the Hypervisor for the VMs.
  24. If you type net time \\DCNameHere /set /y it should work.
  25. These are the commands I ran a while back on the DC... after turning of time syncing with the Hypervisor it's on. net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:"0.uk.pool.ntp.org, 1.uk.pool.ntp.org, 2.uk.pool.ntp.org, 3.uk.pool.ntp.org" w32tm /config /reliable:yes net start w32time w32tm /query /configuration
×
×
  • Create New...