Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: brian32
  • Order by date
  1. brian32

    DarksUSB.exe virus...anyone speak Spanish??

    Does anyone know anything about DarksUSB.exe? I think it's a virus/trojan and relatively new. Someone on our network said she got the program onto her USB stick somehow. We think one of the computers she was using might be infected, but that's all we know. Anyway, the Spanish population seems...
  2. brian32

    changing Adobe Reader preferences with VBScript

    GrimR is right. But I'm looking for how to change the settings AFTER the initial install. I've tried the tips here, but they did not work: http://support.adobe.com/devsup/devsup.nsf/docs/51722.htm http://support.adobe.com/devsup/devsup.nsf/docs/53556.htm Looks like it may be more than just a...
  3. brian32

    changing Adobe Reader preferences with VBScript

    Hi. Is there a way to change the preferences in Adobe Reader 7 or 8 using VBscript? Specifically, I want to go to Edit > Preferences > Internet > and UNcheck 'Display PDF in browser' Any weblinks or snippets of code (even incomplete) will be helpful. Thanks.
  4. brian32

    verifying if computer is locked

    And how do I script that?
  5. brian32

    verifying if computer is locked

    How can I use VBScript to determine if a computer is locked and by who? I know I can use the following methods to determine who's logged into the desktop: GetObject("winmgmts:\\client01\root\cimv2") objWMIService.ExecQuery("Select * From Win32_Process Where Name = 'explorer.exe'") But how...
  6. brian32

    Can't save pictures within Outlook 2003

    Hi. I'm running Outlook 2003 on XP Pro. I have some emails that have pictures embedded within the email. When I try to save the email on my local computer I can choose Text Message, Outlook Office Template, Outlook Message Format, and HTML. I want to see the email on another computer that...
  7. brian32

    Can't save pictures within Outlook 2003

    Hi. I'm running Outlook 2003 on XP Pro. I have some emails that have pictures embedded within the email. When I try to save the email on my local computer I can choose Text Message, Outlook Office Template, Outlook Message Format, and HTML. I want to see the email on another computer that...
  8. brian32

    new user account won't pull old user account settings

    I need to create several new accounts as roaming profiles, using the old account as the source. Also, when you point the profile path to the old account, it doesn't generate its own folder on the server because its using the old profile. I even had the new account to have full control of the...
  9. brian32

    create keyboard shortcuts using command line

    Hi. How can I make a batch file that will run keyboard shortcuts? For example, how would I code Ctrl + O? Or Ctrl + Alt + Del?
  10. brian32

    new user account won't pull old user account settings

    I created a new user account in AD and pointed its profile path to an older account. The problem is that when I log into the new account, it doesn’t pull down all of the settings of old account. For example, the old account has an red background. The new account will apply that setting. But...
  11. brian32

    always keep Excel doc on top

    Hi. How can I always keep my Excel document on top of other applications and websites? Thanks.
  12. brian32

    Control Panel executable

    Hi. In the Control Panel, when you click the Remove button for a program, is there a way to tell what command is being used to uninstall that program?
  13. brian32

    remove lines in a text file

    Are you both moderators for the vbscript forums? Sometimes Tektips goes down for some reason, I need to cross post to other forums. Anyway, thanks to both of you for the input. Here's the final code: Const ForReading = 1 Const ForWriting = 2 Set objFSO =...
  14. brian32

    remove lines in a text file

    Still getting the same information returned. Just curious, what does the UCase function have to do with the script? I didn't think case sensitivity was relevant since apples is all in lower case. It was suggested in another forum to put an Else clause into the If-Then block that will build a...
  15. brian32

    remove lines in a text file

    The script ran all the way through, but there were no changes. The file still contains the same information as the original. I'm examining it now, but not sure where the bottleneck is.
  16. brian32

    remove lines in a text file

    Hi. I need to remove the lines of a text file if it contains a certain word. For example, if the line contains the word "apples", then I want that line deleted. The below code only copies the unwanted lines to another text file. But I want to completely remove the lines. Either that, or copy...
  17. brian32

    help processing massive textfile

    Thanks everyone. The script ran quickly.
  18. brian32

    help processing massive textfile

    Hi. I have a text file that I need help processing faster. I running XP Pro on a 3GHz processor, 1GB RAM, and a 80GB hard drive. The script I'm using is based from the Hey Scripting Guy Archive, except I modified it a little...
  19. brian32

    quotes within quotes

    If I wanted to use this on a remote computer, the command would be: cacls "\\RemoteComputer\C$\Program Files\My Program" /T /E /G "Authenticated Users":C If the variable for the remote computer is strComputer, what would I need to do in order to accomodate the \\, and what would the final...
  20. brian32

    Disable remote connection

    If someone knows the adminstrator password to your laptop, then yes, they can connect remotely.

Part and Inventory Search

Back
Top