Refers to booting up a computer.

learn more… | top users | synonyms (1)

0
votes
0answers
15 views

access denied in copying batch file

Im trying to write a batch file that copy itself to startup folder, so the file will be executed each restart. Im using this command, but I keep getting "access denied": @echo off XCOPY txt.txt ...
-2
votes
1answer
19 views

How to deal with auto-opened URL when starting up Chrome browser? [closed]

When I starts Chrome browser, I alsway get to the page which is as the snapshot below. ALthough I have set the start-up URL to be the blank page in Chrome configuration but this boot-up URL comes ...
0
votes
0answers
8 views

pasystray not auto-starting in xfce

So, I'm running arch with xfce4 as my desktop environment. For anything I've been needing to add to my tray, I've just been placing them in the Session and Startup settings dialog and it's been ...
2
votes
1answer
16 views

Opening SQL Sever Management Studio and Databases

Is there a way when opening SQL Server Management Studio to also open databases along with it. For instance, I usually work on a minimum of 6 databases during an usual day, and if I could get the SQL ...
-1
votes
0answers
32 views

PC not starting up after “incorrect” switching-off

Lately, I happened to me several times that if I switch my computer off incorrectly (I mean, if it gets stuck and I have to use the off button, or if there's a power cut), when I try to switch it on ...
-1
votes
1answer
27 views

Mysterious Windows 7 Autorun Location [duplicate]

I have Acer Aspire One A521 with brand new SSD disk, on which I've just installed brand new Windows 7 HE 64. After installing system I installed all drivers, including Conexant audio driver. Starting ...
0
votes
2answers
39 views

Run a bash script on boot of ubuntu server which does a constant loop

I am in the middle of create a local FTP server and I need this script to run when the machine boots up: #!/bin/bash while [ 1 ]; do chmod 2777 /home/ftp/folder; chmod -R 777 /home/ftp/folder; sleep ...
-1
votes
2answers
25 views

Unidentified “Launching Application” window on startup

I'm not sure what has changed in my configuration, but now I have a window that pops up momentarily during my boot sequence that says "Launching Application", with a progress indicator. This disturbs ...
0
votes
1answer
155 views

Toshiba Satellite L650 slow booting time inspite of new HDD and new Win 7 Home Premium 64 bit install [closed]

This is a follow up of my earlier question. Using the recovery media creator (another story for another day X( ) I was successful in getting Win 7 64 bit with Toshiba drivers installed and running. ...
0
votes
1answer
22 views

Program in startup folder doesn't run on startup

I used Autohotkey to compile an Autohotkey script and placed the compiled program in the Windows startup folder. When I start Windows, however, the program no longer runs (it used to). I also tried ...
1
vote
2answers
38 views

Connect PPPoE broadband connection on boot on Windows 7

I got a static IP PPPoE connection from my ISP provider, and I am running a VNC server on it, and needs to connect a PPPoE connection on boot. Is there a solution to that?
1
vote
2answers
41 views

Run a shell script on Ubuntu startup

I have a shell scrip that runs on jvm, it works as I write: sh /opt/bin/myshel.sh I added a shell script to /etc/inti.d with this detail: #! /bin/sh ### BEGIN INIT INFO # Provides: ...
-1
votes
0answers
144 views

I would like to understand why a batch file appeared in flash player folder for no reason and is attempting to run mpch64.exe? [closed]

In continuation to this question (please read for background): I have now been able to figure out what was running mpchc64.exe at startup eventhough MPC had been completely uninstalled. And now it ...
-3
votes
0answers
18 views

Looking for a motherboard or some hardware with built in shutdown/startup scheldule capability [closed]

i'm looking to build a computer that will automatically shutdown/startup based on a schedule. I know there are some software options but i cant trust those to keep it running 24/7. I also know that ...
0
votes
1answer
30 views

My CPU wont start until I un-plug and re-plug the power cable several times

My CPU wont start until I un-plug and re-plug the power cable several times either from the mains or from the back of the CPU. I have changed the power cable but no go....What might be wrong??
0
votes
0answers
41 views

Windows 8 create share on mounted ISO at startup

I have recently found someone who posted a registry setting that auto mounts an ISO on Windows 8 Pro at start-up. This is great because it allows me to mount my Office install disc which I can then ...
1
vote
1answer
27 views

Getting list of startup application in linux

I want to get list of applications which run at start up using terminal. In windows we can use msconfig. is there any command i can use to show startup applications?
-2
votes
2answers
69 views

How can you change your startup programs in Windows 7?

On start up several programs start up that I would rather not have starting up and I would like to be able to change this while also getting some programs I would like to open on start up to do so.
0
votes
1answer
24 views

Do all the scripts that are run in “rc.local” display results on the terminal or do they just run in the background?

Do all the scripts that are run in rc.local display results on the terminal or do they just run in the background? What if I want the scripts to run before the startup and wait for the user input to ...
0
votes
1answer
42 views

Computer Blue Screen then 3 Beeping noises on startup

I have a gateway desktop computer with windows 7 it was off for several months and I just decided to turn it on today everything was running fine, I tried putting the password for my computer and ...
1
vote
1answer
81 views

how to load ALL startup items before logging in to windows 8 desktop?

I am the only user of my laptop and the only reason i use a password is to prevent theft. the quirk that i have with logon passwords is that the startup items will only load after i have keyed in ...
0
votes
1answer
352 views

Outlook 2010 minimize to system tray at startup

I am trying to find out how to start Outlook 2010 minimized to the system tray. There was a .VBS script that someone provided on a different question regarding the same subject. The problem with said ...
1
vote
2answers
70 views

My Computer Doesn't Start Up

I'm using an Acer Aspire L320(Windows Vista) and have no idea what happened to it! It doesn't start up (no visual on my monitor at all) and although the power button LED light still comes on, the ...
0
votes
1answer
114 views

How to disable Explorer.exe for given user?

I know the shell registry key to disable it but I don't understand how to disable for specific user. Consider the situation where administrator cannot login user account but want to change user ...
0
votes
0answers
46 views

Repair Windows 7 Start Disk from a Mac

I have a hard drive from a Toshiba Satellite laptop running Windows 7 which seems to have a corrupted boot disk that I'm trying to repair. The laptop won't boot (freezes on black screen after Windows ...
2
votes
1answer
34 views

Run virtual machine at startup

I have a Windows server that runs in a virtual machine on Linux Mint. I have a command in the "start up apps" to start it when I log in, but I'd like it to start when Linux starts, before anyone logs ...
0
votes
0answers
41 views

Windows 8 pc user login delay

We have windows 8 pc& auto-login is enabled in that pc ( Settings done in registry). It was working till 4 days back without error. But now, only welcome screen is coming at the startup( User ...
0
votes
0answers
36 views

Windows 7 hangs on login to one user account only

I get the continuous spinning blue wheel in Windows 7 64-bit when I start up in just one user account and I can't access the task bar nor the Windows Start button. Other accounts don't have this ...
0
votes
2answers
52 views

How do I launch this .plist file on startup *before* I log in?

I copied the current full .plist file at the bottom of this question. Right now I have a .plist file that I loaded with launchctl -w load ~/Library/LaunchAgents/local.setgetscreenres.plist to make my ...
1
vote
2answers
153 views

Howto start an interactive script at ubuntu startup?

Based on Ubuntu core 12.04, I have prepared a bootable DVD. After booting (to console only), I can login as a user and start a script for installation of an embedded device: sudo install_script In ...
2
votes
1answer
77 views

First attempt to play any audio after boot results in 30-second delay

For some time now, my laptop has had an odd problem with sound. The first time I attempt to play any kind of sound after booting the computer, there is a delay of approximately 30 seconds before the ...
-1
votes
1answer
284 views

Windows 8 Disk Check on startup (chkntfs not working)

in the beggining I would like to mention that I'm REALLY pissed off. I've spent whole night to fix this and today I must go to work. So I'm unhappy user of Windows 8 I wanted to check my hard drive ...
0
votes
0answers
56 views

Autostart multiple screen sessions in Ubuntu Server

I recently set up a Newznab server on Ubuntu Server 12.04 (nothing illegal, just TV shows as I prefer to use XBMC instead of Tivo) and I'm having some trouble at the very final step. I can run my ...
0
votes
0answers
21 views

How do I make my ADSL connection a Windows 7 service?

I connect via ADSL (PPPoE I suppose) with Windows 7. Currently I need to connect each time I boot up my computer. The password is already remembered. How can I make the connection happen automatically ...
0
votes
0answers
72 views

Can I automatically hide a program in the taskbar on startup?

I have a Windows application that I need to run on startup and keep running continually. It spawns a window, and I don't need that window open all the time. Rather than just minimize it, I wanted to ...
0
votes
0answers
32 views

Java reading a file from ramdisk during startup

I have installed Ubuntu on a CF card on a Alix computer. I configured a lcd4linux and created a RAMdisk (to not kill the CF card by accessing it multiple times). I installed java which is reading ...
4
votes
1answer
66 views

How to get something to start on next startup only one time in Haiku

I want to make something start up after the next reboot, but only once, and not after any other reboot. Just like your first boot of a Haiku image off a USB stick runs the Installer, and whether you ...
2
votes
1answer
326 views

Long 20 minute startup/boot after Visual Studio Install

Yesterday I wanted to get back into a bit of XNA so I installed Visual Studio 2012 Express Desktop and Visual Studio C# 2010. I also installed the XNA framework (which needs Games for Windows on ...
0
votes
0answers
118 views

startup repair fails - os drive letter changed

Yesterday my PC gave me somewhat of a heart attack when it prompted a BSOD while I was fiddling around with a midi device selection. Anyway, when I rebooted the system, startup repair showed up and ...
0
votes
0answers
68 views

Blank screen after start up logo, fans get loud. Typing this from Safe Mode. I don't have an installation CD. What are my options?

So when my laptop starts up you get to see the "Starting Windows" logo and then the screen goes black indefinitely. There is no loading bar that you usually see. The fans get loud as I assume a lot of ...
1
vote
1answer
190 views

How can I force the boot menu to always show up at start up without pressing F10?

I have Visual Studio 2010 installed on Windows 7 on one hard disk and Visual Studio 2012 installed on Windows 7 on another hard disk in the same computer. When I start up my system, I want the boot ...
0
votes
2answers
275 views

How can I run a program with Administrator permissions on startup, and minimize to tray?

I like to keep Process Explorer running full-time. I particularly like to use it to display several statistics (e.g.: Usage graphs for CPU, RAM, Network, GPU) in the system tray. However, some of ...
0
votes
0answers
43 views

HP Pavilion M6 black screen and blinking Caps Lock at startup

I have an HP Pavilion M6. It was working fine until the screen froze; I then shut it down manually. When I turn it back on the "on" (power) light is lit, the Caps Lock indicator light is blinking (in ...
1
vote
2answers
818 views

Windows 8 Pro 100% Disk Usage on Startup

I had Windows 7 on this laptop before. This didn't happen. It just goes all the way up to 100% and everythings slow when the real usage is only like 0,8MB/S-1MB/S What could be wrong? I already did ...
1
vote
1answer
2k views

How to prevent Microsoft Lync adding startup entry in Windows?

Microsoft lync makes my laptop boot very slowly and if I disable it from startup, the laptop boots fine and quick. However the issue is, if I start lync again, it puts an entry to startup. So I end up ...
0
votes
1answer
12 views

Why can I not get past the HP title page to bios

replaced motherboard on HP dv9700 and when powered up it only goes to the HP page and stops. Anyone got any ideas on where to go next?
-1
votes
1answer
54 views

NVidia on startup breaks all drivers and the system

Based in friends advice, I've installed Nvidia driver on my system. Instead of improving performance, driver hooked into system startup and breaks the system. What happens: Any external ...
1
vote
1answer
49 views

A bootable usb key prevent system to boot

I'm written a ChromiumOS image on an usb key with the command dd. When I boot my computer with the usb key plugged, the start-up blocks just after the line describing the cpu, so before I can select ...
0
votes
1answer
109 views

How do I make a batch file run before logon like chkdsk does?

I made a simple batch file double password security system for my pc that also displays my number I. Case it gets lost. How do I run this in a full screen command prompt right after the boot screen ...
0
votes
1answer
172 views

Services manager for Debian to change whether a service starts onboot or not (mysql,apache,networking,network-manager,gdm,xdm,etc)

This question is about finding a GUI or ncurses or whatever services manager for a Debian desktop. Something like this: Mac example Windows example The ideas what it should do The thing should ...

1 2 3 4 5 14