Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how can I get icones of my task bar
Name: Wendell Sharpe Date: October 7, 2001 at 18:17:48 Pacific
Comment:
Please help me to get icones of my task bar to keep them from opening up when i start my com.
Name: radon Date: October 15, 2001 at 17:20:03 Pacific
Reply:
For a temporary and easily fixable solution use MSCONFIG. Click on RUN from the START menu and type MSCONFIG. Click on the startup tab and clear the checkboxes of the ones you want to get rid of. Warning! Some of these programs are required for your printer, mouse, joystick or other periphials. This way if you mess up, you can just run MSCONFIG and re-check the box.
For a more permanent solution using the registry, post saying you want one.
Summary: Hello I have batch file will ping more than one address, how can I get output for all pings saved in .txt ================Batch ================ cls @echo off echo "All Servers" ping results .. MD ...
Summary: I am trying to print a set which is in an arrary in C: I have: for loop printf("{"); printf("%d,", &A[i]); printf("}"); ,but I got the output set like this: {1, 2, 3, 4, } how can I get red of the la...