Jump to content

sted

Members
  • Posts

    13,027
  • Joined

  • Last visited

Everything posted by sted

  1. iirc file server resource managed can do this its part of windows server just needs enabling on the server that hosts the files and rules applying/writing (its part of fileand storage services at least on 2012r2 its on earlier server versions (and i presume 2016) but not 100% sure where)
  2. id guess at minimum you need 2012 r2 to support uefi bios beyond that i wouldnt even know where to start
  3. i try and avoid them they harsh my mellow lol
  4. diddnt think discovery was on freeview just paid for youview? if its on freeview normally it may be time to kill my tv subscription as that and aussie supercars are about all i watch these days thats behind a paywall (and not much moerethats on fta tbh)
  5. isnt that the kids?
  6. arnt the episodes on quest donkeys years old still?
  7. i noticed dell had loads they were giving out yesterday. Wish id seen the google cardboards but oh well
  8. sted

    Gaming Chat

    i tried to get into lightning returns over xmas (bought it a while back for £6 shame its not a back compat title) and after about 2 hours id had enough ff13 1/2 i have completed and i remember enjoying but i couldnt give you any more info about the games than that (same as im not sure if i ever played ff9/10 bits look familiar but i might just of seen those vids / screens before)
  9. a couple of weeks ago i noticed the laptop trolley was a bit messy so tidied up the cables and in the process junked about half the power supplies as they had been shut in the door so often you could see bare wires on the cables. Staff let kids put them away and they just get shoved in any old how
  10. if were wishing tokyo mirage sessions #fe 2 lol
  11. if it works logged in as you on a pc but not as a logon script i would guess the pcs account dosent have read/write access to your server location (either give that share authenticated user modify of domain computers modify permissions)
  12. what happens if you run the script manually with a pause at the bottom?
  13. and you arnt doing that on a switch netflix etc are not going to be on there presumably for portable mode reasons and mobile gaming is probably due to less people in the west using public transport its hard to game if youre driving rather than sat on a train/bus
  14. i think it will do well in japan but i wonder about elsewhere. Mobile gaming is more of a thing over there so replacing the wiiu and aging 3ds makes sense because of the way im led to believe Japanese gamers play games (remember the vita over there is a viable format and is possibly what the switch is mainly aimed at). in europe/usa it makes less sense which is possibly why its region free as an aid to Japanese developers who can relatively easily just add English (and possibly other) language subtitles to games and reach a bigger audience without much cost/effort
  15. by googlefu and a quick approximate bit of maths about 1/3 of wiis had mario kart sold 37 million 101 million wiis were sold
  16. the console did BUT most consoles probably never saw them i bet a significant percentage of every wii made never had any disk but wii sports put in it. Its demographic wasnt gamers and now those non gamers use phones they have no need for a console which is why it wont be repeated unless you count the iphone as the wii's spiritual sucessor
  17. the wii itself was lets be honest luck right machine right time it will never happen again and id suspect the vast majority of wii's out there have never been used for anything bar wii sports (and maybe wii sports resort and possible wii fit) for a lot of people it was less a console than a single game device
  18. do they not have any policies in place for existing users/pcs as is as windows 10 ones are not massively different from windows 7 settings there are a few mainly pc settings that you may want to alter but user settings should pretty much work except in specific circumstances like mandatory profiles
  19. id imagine eating habits is strange yes i suspect some nun would want it back at some point
  20. but of those 10.2 there were probably 8 good ones unlike ps4/xbox where soo much of its library is utter carp (but yes its too low)
  21. I cant see any reason it shouldnt work as it should be able to be tuned to the right channel and record but i cant help but feel a composite output would give a better quality picture and iirc megadrive supports rgb scart which should be better again in fact found scart to hdmi adapters so a standard hdmi capture device would probably give you the best quality captures but again not tried
  22. its a shame its a good console i get more use from that than my ps4 but the writing has been on the wall since not long after release and judging by the switch i dont think nintendo have learnt anything
  23. its an old bit of code i cant remember i think it just caps the time to seconds no tenths hundedths etc
  24. thats why i used a mytime variable so that i consistently get the same format or some machines give stupidly precise times that are of no use to anyone
  25. logon/off scripts depends how much info you want something like echo -------Log user access to Machine-------set mytime=%TIME:~0,-3%echo %username%,%computername%,%mytime%,%date% >> \\server\log$\userlog.txt but its not very searchable and only records logons but you could dump it to a temp file and run a similar script to add time at logoff to that file then dump that temp file into the bigger log (and delete the temp file) so logon echo -------Log user access to Machine-------set mytime=%TIME:~0,-3%echo %username%,%computername%,%mytime%,%date% >> \\server\log$\%computername%.txt logoff echo -------Log user access to Machine-------set mytime=%TIME:~0,-3%echo %mytime%,%date% >> \\server\log$\%computername%.txt copy \\server\log$\%computername%.txt \\server\log$\log.txt havnt tried just thinking out loud
×
×
  • Create New...