Results 1 to 4 of 4

Thread: Loading something on hard drive load

  1. #1

    Thread Starter
    Fanatic Member Mxjerrett's Avatar
    Join Date
    Apr 2006
    Location
    Oklahoma
    Posts
    939

    Loading something on hard drive load

    I'm working on a business grade application, and I'm in need of a bit of help. I am working on an application that is supposed to remotely protect your system from being stolen by encrypting and locking out your drive to others (not an issue), but I need this to work even if the drive is placed within another computer. Is there anyway I can make a program start when a drive is accessed even if it isn't the primary?

    If a post has been helpful please rate it.
    If your question has been answered, pull down the tread tools and mark it as resolved.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Loading something on hard drive load

    The most secure software I have seen so far is the ones where they load right after the bios screen (probably appended to the bios) and prevent you from even starting anything before startup without entering in your windows username and password. Then upon startup you still have to log on and enter in your windows credientials. Both credientials are kept in synch so if yoiu have a password policy it wont be a problem. The drive is encrypted too so if removed, like when the laptop is stolen, the theif can not boot it up or access the drive.

    Let me break out my laptop and see if I can see any info on the manufacturer of it as maybe it will give you some good ideas for protection. Keep inmind that this is not a very easy task and would probably NOT be written in VB6
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Fanatic Member Mxjerrett's Avatar
    Join Date
    Apr 2006
    Location
    Oklahoma
    Posts
    939

    Re: Loading something on hard drive load

    I know that in VB6 something this low level is going to be, well next to impossible, but as for the incomputer implementation that will be all done in vb6. I'm going to try to tie in many languages in this, C++ is probably going to be my main language for the base, so I can load it on system boot, probably making my own boot loader then having it boot up windows, but still several of these things I am fairly new to.

    I can make everything work with windows, in vb6, but I'll assume a very minor part is going to have to be written in C++

    If a post has been helpful please rate it.
    If your question has been answered, pull down the tread tools and mark it as resolved.

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Loading something on hard drive load

    Ok here is what I have running and shoiuld give you some ideas ...

    Embassy Security Center - Seagate Edition
    EMBASSY Securty Center OEM Edition
    Trusted Drive Manager
    Wave TCG Crypto Service Provider

    Manufacturer - Wave

    The majority will need to be done in C++, not VB
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width