-
Posts
7,556 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by DJ-1701
-
Windows 10 - Services.msc remembers last connected machine
DJ-1701 replied to mrbios's topic in Windows 10
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. -
I believe I needed to install Dot Net Framework 3.5 on Windows 10, but it still works here on 1803.
-
-
-
Another one for @Net-Ctrl. Very helpful and professional, went above and beyond what I expected.
-
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'.
-
How can I gpupdate /force /boot multiple remote computers?
DJ-1701 replied to talksr's topic in Learning Network Manager
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. -
1. Darn... what if I have multiple schools? 2. Just found that out. 3. Dare you to wear them with sandals.
-
London's Crossrail To Be Called The Elizabeth Line - BBC News
DJ-1701 replied to 6Foot2's topic in General Chat
Well, if you can get a hold of some paint... -
Portal (Well... it would be Classic to them )
-
Windows 10 may let you use a Google account for signing in
DJ-1701 replied to Arthur's topic in Windows 10
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. -
WMI Filter - Computer Host Name Begins With XXX
DJ-1701 replied to FN-GM's topic in Windows Server 2016
Close Select * FROM Win32_ComputerSystem WHERE NOT Name LIKE "Room-PC%" -
WMI Filter - Computer Host Name Begins With XXX
DJ-1701 replied to FN-GM's topic in Windows Server 2016
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%")) -
'Rewards don't improve school attendance' - BBC News Snipit...
-
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
-
Moving to the UK from Australia - Salaries and cost of living?
DJ-1701 replied to honneamise's topic in General Chat
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. -
-
Actually, I think it's rational to be enraged by both of those.
-
For home use, they are requiring it for work.
-
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.
-
If you type net time \\DCNameHere /set /y it should work.
-
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
