Auto Disconnect - how to stop?

My working method is to collect data, enter in a database application, then go and collect more. Whenever I go back to the computer, it has me disconnected, closed the app database and lost my data. I tried everything to stop it making: energy saving, users and groups, Security & Privacy, etc., but nothing works. Can anyone help?

In the menu bar, you select

 ▹ System Preferences... ▹ Security & privacy

If there is a padlock icon in the lower left corner of the preferences window, click on it and enter your login password when you are prompted.

Click on the Advanced button and in the leaf that opens, uncheck the box marked

Log out after... minutes of inactivity

Tags: Mac OS & System Software

Similar Questions

  • Question about Prefetch - somehow set auto clear, how it stop doing that?

    Some time ago I followed the instructions of the random people on the internet (stupid, I know) blindly and found a way to put my Prefetch to delete automatically whenever I restart my computer. I would like to change that - I was wondering how I would be able to undo that, now that the other programs are telling me that my Prefetch folder was recently allowed and that it is a 'bad' thing.

    I remember well, it was actually a microsoft... HMM, not sure what they call them, something I used to do. He said that he would set up my settings so that Prefetch would open automatically during startup (I think).

    How do I reverse this order? Please help ~! Thank you 1 million.

    Hi MissChes,

    You will need to make changes in the system registry.

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, see the link below.

    Back up the registry

    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-the-registry

    (a) click Start, type regedit in the search box and press OK

    (b) in the registry, navigate to the following location.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters

    (c) in the left pane, double-click EnablePrefetcher and make sure that the value is set to 3

    (d) close the registry editor, restart the computer and check if it works.

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to stop Auto maximize a window in Windows 7

    How to stop automatic expansion of a window in Windows 7?  I'd rather have 3 or 4 applications open and able to show all the - or at least a section of the window that I can choose.  In Windows 7 if I move a window resized to the edge of the desk she automatically enlarged mode full screen; It is such a waste of time.  I have to stop and resize the window to the bottom once again.

    I don't want the same windows in the same places - I just want to stop the automatic expansion of a window.

    I HAV been looking for an answer - I was not able to find the solution, hope you can help.

    loafd

    In addition to the foregoing comments, I also wanted to mention that the automatic sizing has held that if the bumps on yourmouse pointer over the edge of the screen.  Being aware of that could make the difference for you and allow you to take advantage of the functionality, while preventing unnecessary sizing.

    Shawn B Keene | Microsoft contributor community

  • Auto video game. How to stop

    1. in this automatic script of video playback. How to stop this.
    2. video AutoPlay. Suppose that I click on play/pause, then video showing everything first. What is the problem in the script?

    Here is the solution of my file for the game of the break:

    import flash.net.NetConnection;
    to import flash.net.NetStream;
    import flash.media.Video;
    import flash.utils.Timer;
    import flash.net.SharedObject;
    import flash.display.Stage;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    import flash.events.Event;
    import flash.events.MouseEvent;

    stage.scaleMode = StageScaleMode.NO_SCALE;
    internship. Align = StageAlign.TOP_LEFT;

    # CONSTANTS
    const BUFFER_TIME:Number = 8;
    const SMOOTHING: Boolean = true;
    const DEFAULT_VOLUME:Number = 0.6;
    const DISPLAY_TIMER_UPDATE_DELAY:int = 10;

    # Variables

    var videoURL:String = "cuepoints.flv";
    var videoURL:String = "video_1;
    the var connection: NetConnection;
    var stream: NetStream;
    Video: video of var = new Video();
    var intLastVolume:Number = DEFAULT_VOLUME;
    var shoVideoPlayerSettings:SharedObject = SharedObject.getLocal ("playerSettings");
    var bolLoaded:Boolean = false;
    var bolVolumeScrub:Boolean = false;
    var bolProgressScrub:Boolean = false;
    var objInfo:Object;
    var tmrDisplay:Timer;

    hide buttons
    mcVideoControls.btnPlay.visible = true;
    mcVideoControls.btnUnmute.visible = false;
    mcVideoControls.btnPause.visible = false;
    mcVideoControls.btnFullscreenOff.visible = false;
       
    Set the width of filling of progress/preload on 1
    mcVideoControls.mcProgressFill.mcFillRed.width = 1;
    mcVideoControls.mcProgressFill.mcFillGrey.width = 1;
       
    Label SETTING date and time
    mcVideoControls.lblTimeDuration.htmlText = "00:00 / 00:00";

    Add the global event listener when the mouse is released
    stage.addEventListener (MouseEvent.MOUSE_UP, mouseReleased);

    Add fullscreen earphone
    stage.addEventListener (FullScreenEvent.FULL_SCREEN, onFullscreen);
       
    Add event listeners to the buttons
    mcVideoControls.btnPause.addEventListener (MouseEvent.CLICK, pauseClicked);
    mcVideoControls.btnPlay.addEventListener (MouseEvent.CLICK, playClicked);
    mcVideoControls.btnStop.addEventListener (MouseEvent.CLICK, stopClicked);
    mcVideoControls.btnMute.addEventListener (MouseEvent.CLICK, muteClicked);
    mcVideoControls.btnUnmute.addEventListener (MouseEvent.CLICK, unmuteClicked);
    mcVideoControls.btnFullscreenOn.addEventListener (MouseEvent.CLICK, fullscreenOnClicked);
    mcVideoControls.btnFullscreenOff.addEventListener (MouseEvent.CLICK, fullscreenOffClicked);
               
    mcVideoControls.btnVolumeBar.addEventListener (MouseEvent.MOUSE_DOWN, volumeScrubberClicked);
    mcVideoControls.mcVolumeScrubber.btnVolumeScrubber.addEventListener (MouseEvent.MOUSE_DOWN, volumeScrubberClicked);
    mcVideoControls.btnProgressBar.addEventListener (MouseEvent.MOUSE_DOWN, progressScrubberClicked);
    mcVideoControls.mcProgressScrubber.btnProgressScrubber.addEventListener (MouseEvent.MOUSE_, progressScrubberClicked);

    tmrDisplay = new Timer (DISPLAY_TIMER_UPDATE_DELAY);
    tmrDisplay.addEventListener (TimerEvent.TIMER, updateDisplay);
       
    stage.addEventListener (Event.RESIZE, resizeHandler)

    //---------------------------------------------------------------------------------------- ------------------------------------------

    NetConnectionExample();
    function NetConnectionExample()
    {
    connection = new NetConnection();
    connection.addEventListener (NetStatusEvent.NET_STATUS, netStatusHandler);
    connection.addEventListener (SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
    Connection.Connect (null);
    }

    function netStatusHandler(event:NetStatusEvent):void
    {
    Switch (event.info.code)
    {
    case "NetConnection.Connect.Success":
                connectStream();
    break;
    case "NetStream.Play.StreamNotFound":
    trace ("stream not found:" + videoURL);
    break;
    case "NetStream.Play.Stop":
    stopVideoPlayer();
    break;
    }
    }

    function securityErrorHandler(event:SecurityErrorEvent):void
    {
    trace ("securityErrorHandler:" + event);
    }

    function connectStream (): void
    {
    Stream = new NetStream (connection);
    stream.addEventListener (NetStatusEvent.NET_STATUS, netStatusHandler);
    Stream.client = this;
    stream.bufferTime = BUFFER_TIME;
       
    vidDisplay.attachNetStream (stream);
       Stream.Play (videoURL);
    addChild (vidDisplay);
    vidDisplay.smoothing = SMOOTHING;
    }

    # STEP SETTINGS
    internship. Align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
       
    //-------------------------------------------
       
    var tmpVolume:Number = DEFAULT_VOLUME;
    If (shoVideoPlayerSettings.data.playerVolume! = undefined) {}
    tmpVolume = shoVideoPlayerSettings.data.playerVolume;
    intLastVolume = tmpVolume;
    }

    mcVideoControls.mcVolumeScrubber.x = (53 * tmpVolume) + 353;
    mcVideoControls.mcVolumeFill.mcFillRed.width = mcVideoControls.mcVolumeScrubber.x - 405 + 53;
    setVolume (tmpVolume);
    //}

    mcplay.mcbtn.addEventListener (MouseEvent.CLICK, playfn);
    function playfn(e:MouseEvent):void {}
    Stream.Play (videoURL);
    mcVideoControls.btnPause.visible = true;
    mcVideoControls.btnPlay.visible = false;
    bolLoaded = true;
    }

    function playClicked(e:MouseEvent):void
    {
    if(!bolLoaded)
    {
    Stream.Play (videoURL);
    bolLoaded = true;
    }
    on the other
    {
    Stream.Resume ();
    }
       
    vidDisplay.visible = true;
       
    mcVideoControls.btnPause.visible = true;
    mcVideoControls.btnPlay.visible = false;
    }

    function pauseClicked(e:MouseEvent):void {}
    Stream.pause ();
       
    mcVideoControls.btnPause.visible = false;
    mcVideoControls.btnPlay.visible = true;
    }

    function stopClicked(e:MouseEvent):void {}
    stopVideoPlayer();
    }

    function muteClicked(e:MouseEvent):void {}
    setVolume (0);
       
    mcVideoControls.mcVolumeScrubber.x = 353;
    mcVideoControls.mcVolumeFill.mcFillRed.width = 1;
    }

    function unmuteClicked(e:MouseEvent):void {}
    var tmpVolume:Number = intLastVolume == 0? DEFAULT_VOLUME: intLastVolume
    setVolume (tmpVolume);
       
    mcVideoControls.mcVolumeScrubber.x = (53 * tmpVolume) + 354;
    mcVideoControls.mcVolumeFill.mcFillRed.width = mcVideoControls.mcVolumeScrubber.x - 405 + 53;
    }

    function volumeScrubberClicked(e:MouseEvent):void {}
    bolVolumeScrub = true;
       
    mcVideoControls.mcVolumeScrubber.startDrag (true, new Rectangle (354, 19, 53, 0));
    }

    function progressScrubberClicked(e:MouseEvent):void {}
    bolProgressScrub = true;
       
    mcVideoControls.mcProgressScrubber.startDrag (true, new Rectangle (0, 2, 472, 0));
    }

    function mouseReleased(e:MouseEvent):void {}
    bolVolumeScrub = false;
    bolProgressScrub = false;
       
    mcVideoControls.mcProgressScrubber.stopDrag ();
    mcVideoControls.mcVolumeScrubber.stopDrag ();
       
    mcVideoControls.mcProgressFill.mcFillRed.width = mcVideoControls.mcProgressScrubber.x + 5;
    mcVideoControls.mcVolumeFill.mcFillRed.width = mcVideoControls.mcVolumeScrubber.x - 405 + 53;
       
    If ((mcVideoControls.mcVolumeScrubber.x-354) / 53 > 0)
    intLastVolume = (mcVideoControls.mcVolumeScrubber.x - 354) / 53;
    }

    function updateDisplay(e:TimerEvent):void {}
    If (bolProgressScrub)
    Stream.Seek (Math.round (mcVideoControls.mcProgressScrubber.x * objInfo.duration/472))
    on the other
    mcVideoControls.mcProgressScrubber.x = stream.time * 472 / objInfo.duration;
       
    mcVideoControls.lblTimeDuration.htmlText = "" + formatTime (stream.time) + " /" + formatTime (objInfo.duration);
       
    mcVideoControls.mcProgressFill.mcFillRed.width = mcVideoControls.mcProgressScrubber.x + 5;
    mcVideoControls.mcProgressFill.mcFillGrey.width = stream.bytesLoaded * 478 / stream.bytesTotal;
       
    {if (bolVolumeScrub)}
    setVolume ((mcVideoControls.mcVolumeScrubber.x-354) / 53);
    mcVideoControls.mcVolumeFill.mcFillRed.width = mcVideoControls.mcVolumeScrubber.x - 405 + 53;
    }
    }

    var duration: number;
    function onMetaData(info:Object):void {}
    objInfo = info;

    tmrDisplay.start ();
    }

    function stopVideoPlayer (): void {}
    Stream.pause ();
    Stream.Seek (0);
    vidDisplay.visible = false;
    mcVideoControls.btnPause.visible = false;
    mcVideoControls.btnPlay.visible = true;
    }

    function setVolume(intVolume:Number_=_0):void {}

    var sndTransform = new SoundTransform (intVolume);
    {if (Stream)}
    stream.soundTransform = sndTransform;
    }
       
    If (intVolume > 0) {}
    mcVideoControls.btnMute.visible = true;
    mcVideoControls.btnUnmute.visible = false;
    } else {}
    mcVideoControls.btnMute.visible = false;
    mcVideoControls.btnUnmute.visible = true;
    }
    }

    function formatTime(t:int):String {}
    Returns the minutes and seconds with leading zeros
    for example: 70 returns at 01:10
    var s:int = Math.round (t);
    var m:int = 0;
    If (s > 0) {}
    While (s > 59) {}
    m ++ ;
    s = 60;
    }
    Returns a String ((m< 10="" "0"="" :="" "")="" +="" m="" +="" ":"="" +="" (s="">< 10="" "0"="" :="" "")="" +="">
    } else {}
    return "00:00";
    }
    }

    function fullscreenOnClicked(e:MouseEvent):void {}
    stage.displayState = StageDisplayState.FULL_SCREEN;
    }

    function fullscreenOffClicked(e:MouseEvent):void {}
    stage.displayState = StageDisplayState.NORMAL;
       
    }

    function onFullscreen(e:FullScreenEvent):void {}
    If {(e.fullScreen)
           
    buttons switch full screen
    mcVideoControls.btnFullscreenOn.visible = false;
    mcVideoControls.btnFullscreenOff.visible = true;
    mcVideoControls.skinAutoHide = true;
    mcVideoControls.skinFadeTime = 01;
               
    bottom to center align controls
    mcVideoControls.x = (Capabilities.screenResolutionX - 480) / 2;
    mcVideoControls.y = (Capabilities.screenResolutionY - 36);
           
    the size of the video display
    vidDisplay.height = mcplay.height = (Capabilities.screenResolutionY - 36);
    vidDisplay.width = mcplay.width = vidDisplay.height * 4 / 3;
    vidDisplay.x = mcplay.x = (Capabilities.screenResolutionX - vidDisplay.width) / 2;
    } else {}
    buttons switch full screen
    mcVideoControls.btnFullscreenOn.visible = true;
    mcVideoControls.btnFullscreenOff.visible = false;
           
    reset the position of the controls
    mcVideoControls.x = 0;
    mcVideoControls.y = 360;
           
    Reset video display
    vidDisplay.y = mcplay.x = 0;
    vidDisplay.x = mcplay.y = 0;
    vidDisplay.width = mcplay.width = 480;
    vidDisplay.height = mcplay.height = 360;
    }
    }

    function resizeHandler(e:Event):void
    {
    mcVideoControls.x = (stage.stageWidth - mcVideoControls.width) / 2;
    mcVideoControls.y = stage.stageHeight - mcVideoControls.height;
    }

    Copy and paste the code above (or) simply change things "BOLD" above. It will solve

  • How to stop an automatic change of the windows administrator password?

    Hello!

    This process could change a password for local administrator automatically during a restart on a Windows Vista business domain?

    The change is done automatically in about a week after the reset of the password by a domain administrator.

    How to stop auto change?

    Disconnect LAN cable for a moment to restart windows prevents the automatic modification of the password, but causes the windows user account blocking after several restarts of the tel.

    Concerning

    Administrateu

    I suggest you take a look at:

    http://TechNet.Microsoft.com/en-us/library/ee829687 (WS.10) .aspx

    It might help you.

    But if he will not try to do system restore and reset AD and GP or contact Microsoft Support.

  • How to stop automatic updates on ipads using Profile Manager

    Hello

    Our school has 90 ipads and managed only by the profile on osx Server Manager.

    Now that everything is set up and working properly, we know huge data usage, it blows our capped plan.

    90 combined ipads use approximately 40 GB per day. (about 35 apps on each)

    How can stop us auto uodates / curb this amount of data used.  Is there anyway to make all update server osx rather than their own updates to apple download?

    OSX Server, caching server. Google, turn it on.

  • MSN keeps loading after I log out hotmail. How to stop what is happening

    Whenever I sign my Hotmail account MSN support its news page or cover page. How to stop what is happening. I want to go directly to my homepage (google), immediately after I disconnect Hotmail

    Update. Thicko me... I have now installed the script and it works fine. Necessary to reload Firefox.
    n. b. it just goes right back to sign in page is at - it a script to take it back to the Google homepage?

  • How to stop compensation labview my data output by a fixed amount of 0.125 seconds of every second iteration 1?

    How to stop compensation labview my data output by a fixed amount of 0.125 seconds of every second iteration 1? (I have my DAQ Assistant contained in a while loop so that I can control the number of iterations and therefore the time of sampling).

    My apologies for such a badly phrased statement of problem. The question I faced which was the sign that I was getting a pair of accelerometers and through an amp. in my DAQ board felt an offset in voltage for a short period every second iteration 1. It turns out that the problem is that my laptop and the AGP were grounded. Once I disconnected the signal ground in the shift of the signal amp went.

    Thank you for your messages.

    Kevin

  • How to stop startup programs unnecessary popingup when I start my pc

    How to stop startup programs unnecessary upward poping when I start my pc

    How to stop startup programs unnecessary upward poping when I start my pc

    First of all, note that you should be in * all * the programs that start automatically, not only with those who are in the system tray. Not all the programs auto-start manifesting by an icon in the status bar.

    On each program, you don't want to automatically start, check its Options to see if she has the choice to not start (make sure that you actually choose to not run, not simply a "don't display the icon" option). Many can easily and better be arrested like that. If this does not work, run MSCONFIG from the start. Run the line and on the Startup tab, uncheck the programs that you do not want to automatically start.

    However, if I were you, I wouldn't do this just for the purpose of the minimum number of running programs. Despite what a lot of people tell you, you should be concerned, not with the way * a lot * of these programs you run, but * that *. Some of them can seriously affect the performance, but others have no effect on performance.

    Don't stop all programs to run willy-nilly. What you need to do is to determine what each program is that its value is for you and what the performance cost is running all the time. You can try searching the Internet and ask questions about the details here.

    Once you have this information, you can make a smart informed decision on what you want to keep and what you want to get rid of.

  • whenever I start my pc it automatically opens the disc clean up, I don't want that. How to stop this scheduled task?

    whenever I start my pc it automatically opens the disc clean up, I don't want that. How to stop this scheduled task?

    Ive tried to delete, but I don't think that it wrks. It appears again on the performance of the tasks. I actually put it to daily nd now I can't undo this action. is it possible to change the disc clean up [Settings?] I can't find it. Ive tried properties, but it will not let u

    Hello

    read this information on the Defender:

    ·                         If you use microsoft security essentials avg avira mcafee norton etc they disable the vista version of windows defender by default

    the basics of Microsoft security has its own version of windows defender

    and other anti-virus programs use their own particular type of application to scan for spyware and malware

    It of nothing to worry and is the default action, which is designed for them to do

    and if you need to change startup programs read this information on the other methods of doing it without using defender

    using msconfig read this tutorial:

    How to use MSCONFIG in Windows Vista

    Here's how to use MSCONFIG in Windows Vista to disable some unnecessary programs that load automatically at startup

    http://netsquirrel.com/Msconfig/msconfig_vista.html

    and also try this FREE program Autoruns:

    This utility, which has a knowledge of auto-starting locations of any startup monitor, shows you what programs configured to run at system startup or login and that the entries in the order of processing windows. These programs include those in your startup folder, Run, RunOnce, and other registry keys. You can configure Autoruns to show other locations, including Explorer shell, toolbar extensions, helper objects to the browser, Winlogon notifications, auto and many start-up services more

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902

  • How to stop the execution of service?

    How to stop these services:

    usbservice

    DeviceUsageService

    TVOutGaService

    UpnpClientManagerService

    EnterpirseService

    I stop at them so they auto restart

    sonebody can help me stop them!

    Concerning

    Well, I'm sure he has on the game of Google applications that can help you with that, but it's not something I would recommend.

  • How to stop Office sort icon?

    How to stop Office sort icon?

    Icons automatically sort by name. I want them out somehow.

    I clicked no view > auto arrange icons

    I clicked no view > align icons on the grid

    To stop automatic sorting?

    susgod

    Win 7 on Lenovo PC...

    susgod

    As you have a Lenovo computer, better make this post in the Community Forums of Lenovo. HERE:

    http://support.Lenovo.com/us/en/

    This support site is for Dell computers.

    Bev.

  • How to stop a network connection?

    Hi all

    I use the following method to post data to a server and get the answer.

    mNetworkAccessManager->post(mQNetworkRequest, data);
    

    It takes a few seconds for data display and retrieve the response. While the process is in the Middle, if the user clicks a Cancel button, I want that app stop (close or disconnect or cancel) this network connection. But I don't know how to stop a network connection. Everyone please help.

    Thank you

    This should help:
    https://developer.BlackBerry.com/Cascades/reference/qnetworkreply.html#abort

  • How to stop the album in music to repeat on the iPhone 6

    6, 64 GB, iOS 10.0.1, updated iPhone apps

    I like listening to an album all to fall asleep. With an old iPod and a SoundDock, the album stops playing after it's over. With my iPhone 6, the album - or perhaps an individual song - continues to play all night when I'm using EarPods or just have the phone close to home. How to stop repeating? Do I have to click on each track and make sure that the symbol of repetition is turned off, or there at - it a way to stop the whole album to repeat?

    Off tell Siri 'Repeat '.

    TT2

  • How to stop the remote control to the setting

    How to stop the remote control to the setting

    Disable the settings > general > accessibility > voiceover.

Maybe you are looking for