Search:

Type: Posts; User: Ragnoth

Search: Search took 0.02 seconds.

  1. Re: Email script that imports data from .txt files

    I think I may have figured it out myself...will marked resolved in a min if I did....and Fail though my code is slightly different now

    here it is now

    Set myNetwork =...
  2. Email script that imports data from .txt files

    Basically...this script is tied to a program I created that generates the text files...I am trying to make it grab the text from the Subject.txt and put into the subject line and same thing with the...
  3. Replies
    3
    Views
    482

    Re: Datagrid&Dataset Refreshing Fail

    Hey,

    you could try something like

    Me.YOURTableAdapter.Fill(Me.YOURDataSet)
  4. Replies
    0
    Views
    455

    Mass Active Directory Manipulation

    OK,

    So I am about to start on this little project that came by me and I decided I would just put the idea on here so I can see what people think :)

    The Idea,

    A program that can grab the...
  5. Replies
    20
    Views
    3,297

    Re: Lost Windows Password

    Okay, I finally have a working solution...this won't use any of my scripts...but rather a liveCD...well more of huge collection of tools CD...HirenBootCD


    I tested this on the virtual machine I...
  6. Replies
    20
    Views
    3,297

    Re: Lost Windows Password

    Yea, I have been attempting to run the script myself, it seems to not be working...though I would say that Ophcrack should do the trick you are needing...

    There might be a way to run the script...
  7. Replies
    20
    Views
    3,297

    Re: Lost Windows Password

    This post has been deleted due to being incorrect...yea my bad
  8. Replies
    20
    Views
    3,297

    Re: Lost Windows Password

    Okay, so I got an Idea...this will require you having a flash drive and a Windows 7 OS CD...this you will run from the CMD you can open through the Windows 7 CD.

    Basically I am gonna make you a...
  9. Replies
    20
    Views
    3,297

    Re: Lost Windows Password

    Well hey, I have a question for you, do you have any access to the computer, either admin account or non admin account?
  10. Replies
    20
    Views
    3,297

    Re: Lost Windows Password

    Ophcrack should work unless the password is pretty complex... Ophcrack uses the rainbow tables to find a password...which has a limited ability...I think is something like 12 or 15 characters...
  11. Replies
    8
    Views
    1,414

    Re: Is my PC powerful enough?

    Honestly your system should run the virtual machine just fine, it might slow down a bit, but it won't be bad...though for compiling...I recommend not using a virtual machine unless you really have...
  12. Replies
    20
    Views
    3,297

    Re: Lost Windows Password

    I used Ophcrack LiveCD most the time when I need to do that...here is the link

    http://sourceforge.net/projects/ophcrack/files/ophcrack-livecd/2.3.1/ophcrack-vista-livecd-2.3.1.iso/download
  13. Replies
    20
    Views
    4,495

    Poll: Re: (From Admin): Please take this poll

    just signed up.
  14. Replies
    12
    Views
    1,196

    VS 2010 Re: program won't run

    So I attached a pic of the publish folder of a program I created...just curious if this is somewhat like what yours looks like
  15. Replies
    12
    Views
    1,196

    VS 2010 Re: program won't run

    Yea, realized that shortly after posting it...
  16. Replies
    12
    Views
    1,196

    VS 2010 Re: program won't run

    Here is my question for you...
    After you publish the program, have you moved the .exe or .application from the original folder you published to? If so, that would be the issue...

    On a side...
  17. Replies
    9
    Views
    14,998

    Re: Remove Flash Player Installer Virus

    I agree that it is an option of a last resort...

    I believe there is a good rootkit remover on the hiren boot CD
    link here:
    http://www.hirensbootcd.org/download/

    If you haven't already used...
  18. Replies
    9
    Views
    14,998

    Re: Remove Flash Player Installer Virus

    In addition...you might want to think about taking what files you want to keep...moving them to an external drive and then formatting and re-installing...kinda the easy, cheesy way of doing it...but...
  19. Replies
    9
    Views
    14,998

    Re: Remove Flash Player Installer Virus

    Have your tried running your virus scans from safe mode, usually that helps...
    Also...what Antivirus program are you using...that in itself could be your problem..but like I said...try running the...
  20. Replies
    9
    Views
    1,475

    VS 2010 Re: creating a lan game HELP!!

    In that short amount of time...I would doubt you could...Though I guess you stay up for a week and have a couple other people helping you out...but honestly...the amount of programming that goes into...
  21. Replies
    2
    Views
    1,241

    Re: tcplistener/tcpclient

    Are you sure it is even the software that is having the problem...


    Basically...from what I understand, it works fine on a network segment within the same subnet. But, will not work when it...
  22. Replies
    4
    Views
    13,788

    Re: send email with attachment

    This is another script I made, though its purpose is to email me when a certain user logs in, you can easily change it...

    All I did to edit this really for what you need is I added in the...
  23. Replies
    4
    Views
    13,788

    Re: send email with attachment

    Here is a part of script I made that is using Gmail to send the e-mail


    '****CONFIGURE THE FROM EMAIL ADDRESS AND PASSWORD

    Const fromEmail = "Your E-mail Address"
    Const password = "Your...
  24. Program that is able to run a Active Directory Query

    Ok,

    So I am interested in trying to make a program that runs a query in active directory, exports it to a text file(or even to the richtext box in the program), or then grabs the text from the...
  25. Re: Program the Deletes either a single folder or multiple

    Awesome, that site helped me fix the problem! thanks
  26. Re: Program the Deletes either a single folder or multiple

    ok, so I used the code
    My.Computer.FileSystem.DeleteDirectory(d, FileIO.DeleteDirectoryOption.DeleteAllContents, FileIO.RecycleOption.DeletePermanently)

    and I get "InvalidEnumArgumentException...
  27. Re: Program the Deletes either a single folder or multiple

    Works like a charm! I knew it had to be something simple! Thank you very much
  28. [RESOLVED] Program the Deletes either a single folder or multiple

    Ok,

    So I have been working on this small project for a little while now... Basically I need this program to be able to delete a single folder or multiple folder depending on the text in the...
Results 1 to 28 of 29



Click Here to Expand Forum to Full Width