Recent content by hmmmmm

  1. H

    [SOLVED] Does this RP have a speaker and microphone?

    I actually don't want a cell phone... I want something like shown in the picture that I can customize the case or change up the case, but has a speaker and microphone. Off topic: Can you run Windows 10 on an old cell phone?
  2. H

    [SOLVED] Does this RP have a speaker and microphone?

    I'm new to these little PCs... Does this RP have a speaker and microphone? View: https://www.youtube.com/watch?v=VFOu7GnX2AQ I need a pocket PC like this with a speaker and microphone... Also can I run Windows 10 on a RB? Thanks in advance!
  3. H

    [SOLVED] maximum password length for windows server 2016?

    That's what I thought, 127.... Do you have a doc on how to change the password in Server 2016? Link? Thanks for all the help!
  4. H

    [SOLVED] maximum password length for windows server 2016?

    I previously had a pretty long password, I had to reinstall the OS, and I initially followed their instrutions and put a 14 character password, then I put a much longer one and changed the administrator username too for added security... then I was locked out and had to reinstall the OS again...
  5. H

    [SOLVED] maximum password length for windows server 2016?

    Setting up a server and the data center says the maximum password length for server 2016 is only 14 characters... I know I've had a much longer one before... Does anyone know the default maximum password length?
  6. H

    Question script or macro to click an OK popup button in server 2016 in loop

    Never heard of it. Does it do it while I'm sleeping? The software needs to run 24/7 unmanned. The OK popup keeps coming up and it's an error in the software that the software developer won't fix. So I need a work-around to get it clicked over and over again, whenever it pops-up.
  7. H

    Question script or macro to click an OK popup button in server 2016 in loop

    I can't tell you which software, that's private, but that's irrelevant. Don't over-complicate the problem. I just need something to click the OK over and over again. Preferably something light on resources like a batch file.
  8. H

    Question script or macro to click an OK popup button in server 2016 in loop

    Trying autoit, will see if it works and report back.
  9. H

    Question script or macro to click an OK popup button in server 2016 in loop

    I need a simple way to click a button that keeps popping up and stopping my software app from running. Once clicked the software continues to run normally. Is there a shell script that will do this that I can run in a loop to just click the annoying popup asking for "OK" or a free macro...
  10. H

    Question schedul automatic start/stop of software

    Figured it out without the scheduler. I just created a bat file to loop and start and stop it at any given time frequency. @Echo off rem start and stop file1.exe every 1 hour automatically :loop cd insert file path here start file1.exe rem ****wait for 1 hour before...
  11. H

    Question schedul automatic start/stop of software

    I need to automatically restart a .exe program that get's frozen for some unknown reason every 1-3 hours. I followed the instructions on this site and it kinda of works... but the timing is off. I'm trying to get it to stop the software every 3 hours then start it immediately after (within 1-2...
  12. H

    5820k vs 6700k web browsign with a lot of tabs, imacros for firefox, and vmare sometimes

    I don't play games... I got the 6700k because it was cheaper. I don't run a graphics card. It's a lot faster but I still see my CPU max out with bad scripts and imacros for firefox at times... the system I build runs cool with just a CPU air cooler Cyrorig H7 and the case I got is quiet the...
  13. H

    best cpu ram combo for multitasking - 3 or more browsers - hundreds of tabs - imacros - other apps/programs at the same time

    fixed the z170-a not having ethernet and not having sound under Ubuntu 14.04 by typing this command in terminal... it updates the system to a new kernel: sudo apt-get install --install-recommends linux-generic-lts-wily xserver-xorg-core-lts-wily xserver-xorg-lts-wily...