Summary: If you want to remove the icon of software that you raely use, why not disable these programs from loading up in the first place UNTIL you actually ne...
Summary: Hi, I've been searchin' for the answer to this question for days. What code do I need to hide ANOTHER application's System Tray Icon? I would like to ...
Summary: I am guessing you want to "skin" the form. It is pretty simple, give me a day to find my source code, but in the mean time you can steal my dll. htt...
Summary: hi, can someone please tell me how can i change the icon of a file !! mean Setup file icon ! so it didnt look like executable ! and change its icon...
Summary: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Remove as much garbage under that key as you can get away with. Many apps today are r...
Summary: Hello ! Normally we can remove system tray volume icon using the option “Place Volume icon in the taskbar” under “Sound and Audio Device Propert...
Summary: I have a batch script that can remove the top 6 lines of a txt file. @echo off setLocal EnableDelayedExpansion for /f "skip=6" %%A in (c:\batch\1.txt...
Summary: I have a .csv file with several columns, variable width, variable content. All number field have preceding zero's (variable number of zero's), the zer...
Summary: was wondering if you could help me with a script to remove ALL the lines in a file that contain the word "BOUNDARY". I have the script like this so f...
Summary: Hey I'm new to .NET and am working VB.NET... I have an application that that run from a module so the first form that would be seen is hidden in the s...
Summary: Hi, I don't think this is possible, but I wonder if anybody has any suggestions? I am building a helpdesk system where every user has a help button o...
Summary: thanks for the response - works great but now i'm wondering, if there is a way to automate this? ie. location could be longer/shorter with a differen...
Summary: hey, i know this isnt exactly a programming question... but i saw no better category to put it in, please advise of a better one if one is present- i ...
Summary: Hi Everyone, I wanted to remove Realplayer TASKTRAY Icon and I went to registry at this location HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curre...
Summary: Yeah it HAS to be command line, I already have a program that changes the icons of files but I want a command line program. Thanks anyway xD ...
Summary: Do you mean remove the directory from the PATH environment variable? It can be done, but it's not trivial. You also need to specify whether you want i...
Summary: Oh, never mind. I just figured out how to do it without hacking anything. I was searching for more solutions and came across a blog about ipexpress.ex...
Summary: use below stated command to manually start or stop vnc service to specified server or pc. sc \\servername start winvnc If you have saved a CONNECTION...
Summary: Thank you both so much for your help. I'm now thinking that instead of "Removing" the lines, I need to do a "Search/Replace". This is what I'm now thi...
Summary: while installing visual studio 6.0 version on my XP pro i get a error message with the file WPIE15.exe (self extracting zip){it is passed with paramet...
Summary: I'm working on a batch file to pull a couple of software deployments, install service packs and then follow up with removing default desktop icons and...
Summary: Ryan, Thanks for your reply. I access remote office PC from the IE browser (http://MyPCName:5800/). I am not using VNCViewer client because of com...
Summary: In dos,the keyboard buffer can hold upto 15 keystrokes.Its size is 32 BYTES.For each keystroke there are two bytes in this buffer. The last two bytes ...