How to make my confidence one ways c# windows application that should not blocked by antivirus Applications and how to get the third-party certificate for that?

Hello

I built a windows c# application that accesses OS, printer information using WMI query, monitor keyboard strokes overall Win32 API and calls others our executables too.

Whenever I try to deploy it to computers to our customers, it is getting blocked by antivirus applications.

If I want to make my request as being approved, we mean that it shouldn't be blocked by antivirus applications.

How to get the certificate of trustee for my application? Even I am ready to make my request as registered product.

Kindly let me know the procedures, solutions.

Thank you

Senthilkumar AK


This issue is beyond the scope of this site and must be placed on Technet or MSDN

http://social.msdn.Microsoft.com/forums/en-us/home

Tags: Windows

Similar Questions

  • How to get the list of files for a virtual machine?

    Hello

    Virtual machines can have their files distributed on several issues (even through several data warehouses).

    PowerCLI gives us an easy way to retrieve the data warehouse associated with a virtual (Get-data store) machine, but it doesn't seem to be a built-in method to get the list of all records where a given virtual machine stores all its files. Or maybe I'm just blind ;-)

    Can anyone offer an overview on how to achieve this?

    Thank you

    No, that sounds like a good idea to copy/back up virtual machines.

    I adapted the script. She now returns one row for each unique record

    foreach($vm in Get-VM){
      $folders = $vm.ExtensionData.LayoutEx.File | %{$_.Name.Split('/')[0]} | Sort-Object -Unique  $folders | Select @{N="VM";E={$vm.Name}},@{N="Folder";E={$_}}
    }
    
  • How to get the center of solutions for photosmart 2355

    My OS windows 7

    Printer/scanner HP PSC 2355

    I have the disk but does not install I have need administrative access that I am. bound to turn off any firewall restrictions.

    Need an alternative way of installation works Center and imaging solution

    Hi MDK000,

    Drivers for HP PSC 2355 all-in-one printer are already included in the Windows 7 operating system. You don't need to download the drivers to use the product. Simply connect the printer to your computer with a USB cable, and Windows Update automatically installs the driver for your product.

    With the - OS driver, some of the buttons on the product do not work, and some of the advanced features of these products are not available as the Solution Center software.

    You can always scan, use one of the following methods to scan a document.

    Method: analysis with Windows Fax and Scan
  • How to get the date of request for a date column

    I have a requirement where I need to filter the data between two guests to date. I have only a single column of date and the date in the guests should be chosen by the calendar.
    I saw may approaches to do this, and I have one where two columns of fictitious date must be declared in the repository and used to define the guests of the date.

    but by using other methods I couldn't schedule option in the command prompt.

    but y at - it another way to get the guests with calndar selection without set dummy columns in the repository

    Thank you

    Try adding a column of similar date first and then edit the formula in the column

  • How to get the max avlue P2P for a signal

    Hello!

    I am very new to all of the LabView program and have some problems with very basic need I ask my program.

    I need to measure a signal max P2P and preform that some analysis on it, the problem is that the Amplitude and the measurement VI is for me the P2P each sample given. Is it possible to do this right?

    Thank you

    You can store it in a shift register.

    A shift register is one of the fundamentals of LabVIEW that you should be familiar with. Have you taken any of the tutorials?

  • How to get the restore to factory for Lenovo x 220 CD

    I have a 220 X thinkpad but unfortunetly I don't have the CD to factory default before reformatting now how to get it and where do I buy this from?

    Welcome to the community!

    Call Lenovo Service. they should be able to provide. You can find your country here phone numbers:

    http://support.Lenovo.com/en_US/feedback/detail.page?LegacyDocID=MIGR-76613

    I hope this helps.

  • How to get the icon to display for a Midlet app?


    Does anyone know how can I fix? It's all over on my application with the exception of the icon. It is ready for release, but the icon does not appear. I tried for a week now get the icon to display.

  • How to get the timestamp per minute for the given interval

    Hello

    I have a table with a date of beginning and end of time columns. I need to divide the date given in one minute interval and post the results.

    create table min_data(objectid varchar2(20),starttime timestamp,endtime timestamp,duration number);
    
    
    SET DEFINE OFF;
    Insert into MIN_DATA Values ('U1_B011_P006_InvA', TO_DATE('06/23/2015 02:42:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('06/23/2015 02:46:00', 'MM/DD/YYYY HH24:MI:SS'), 5);
    Insert into MIN_DATA Values ('U1_B011_P006_InvA', TO_DATE('06/23/2015 12:43:00', 'MM/DD/YYYY HH24:MI:SS'), TO_DATE('06/23/2015 12:44:00', 'MM/DD/YYYY HH24:MI:SS'), 2);
    COMMIT;
    
    
    
    
    

    My expected output should be something like this. INT_TIMESTAMP is the timestamp calculated for the given interval (time of start and end times)

    INT_TIMESTAMPOBJECTIDSTARTTIMEEND TIME
    23/06/2015-02:42U1_B011_P006_InvA23/06/2015-02:4223/06/2015-02:46
    23/06/2015-02:43U1_B011_P006_InvA23/06/2015-02:4223/06/2015-02:46
    23/06/2015-02:44U1_B011_P006_InvA23/06/2015-02:4223/06/2015-02:46
    23/06/2015-02:45U1_B011_P006_InvA23/06/2015-02:4223/06/2015-02:46
    23/06/2015-02:46U1_B011_P006_InvA23/06/2015-02:4223/06/2015-02:46
    23/06/2015 12:43U1_B011_P006_InvA23/06/2015 12:4323/06/2015 12:44
    23/06/2015 12:44U1_B011_P006_InvA23/06/2015 12:4323/06/2015 12:44

    I wrote a query that works for one set of intervals.

    With get_data AS(
    SELECT   a.*,
             starttime -1/1440 v_s_date,
             endtime v_e_date
    FROM min_data a
    where duration=5)
    SELECT v_s_date + ((1 / 1440) * DECODE(LEVEL, 1, 1, LEVEL)) int_timestamp, objectid,starttime,endtime
              FROM get_data d
             WHERE MOD(LEVEL, 1) = 0
                OR LEVEL = 1
            CONNECT BY LEVEL <= (v_e_date - v_s_date) * 1440;
    
    

    Please send me a SQL query that gives me the timestamps of minutes between intervals.

    Hello

    The following query works for any number of intervals

    SELECT STARTTIME + ((LVL-1) / 1440) INT_TIMESTAMP, OBJECTID, STARTTIME, ENDTIME

    Of

    (SELECT LEVEL LVL FROM DUAL CONNECT BY LEVEL< 10)="">

    (SELECT * FROM MIN_DATA)

    WHERE STARTTIME + ((LVL-1) / 1440) BETWEEN STARTTIME AND ENDTIME ORDER BY, STARTTIME, ENDTIME LVL;

    Concerning

    Salim

  • How to get the lightroom license 6 for the trial version of lightroom cc creative cloud

    Hello everyone,

    I'm new to this Forum. I recently installed the creative Version of lightroom via Cloud test and decided now by. But I would get the Standard 6 lightroom license. On the Adobe website, I'm always tied just to the cc in lightroom + photoshop offers associate . Is there an easy way to avoid the monthly subscription?

    I do not have Photoshop cc, my Version of elements is good enough for editing.

    Thanks for your help.

    Concerning

    Matthias

    You can buy 6 Lightroom Software & Services

    On this page, it is called Photoshop Lightroom. Click on buy

  • How to install the third-party driver on ESXI installation time?

    Hello world

    I want to install the network on the server appearing, HP driver while the Installtion ESXI5.0 time, how to install the driver on installation of ESXI5.0 third-prty?

    As windows, press F6 to install the driver on the installation. Please share your answers sound really update my knowledge.

    Thank you

    Mikael

    You can also check this Installation ESXi5 on an HP G8

  • How to get the maximum disk size for a powershell prompt

    Hi guys

    I tried all day to get the value of the maximum disk size allocated to a virtual machine. Using get - view I can see the actual size of disc but when I look at VM via 'Edit Machine' I see ' hard disk 1' ability to 40 GB and and size maximum (GB) to 97.5 - How do I get this maximum size via powershell?

    See you soon

    Sparky

    Near there, it is actually the amount of free space on the data store over the current size of the hard drive.

    With this script, you can calculate the value

    foreach($dev in (Get-VM  | Get-View).Config.Hardware.Device){
      if($dev.DeviceInfo.Label -like "Hard Disk*"){
        $dsFree = (Get-Datastore (Get-View -Id $dev.Backing.Datastore).Info.Name).FreeSpaceMB
         $diskSize = ($dev.CapacityInKB / 1Kb)
         $MaxSize = $dsFree + $diskSize
         Write-Host "Maximum size for" $dev.DeviceInfo.Label "=" ("{0:f2}" -f (($dsFree + $disksize)/ 1Kb)) "Gb"
      }
    }
    
  • How to get the new sticker Code for Windows?

    I now have my Satellite L750 on 4years, I recently had an accident witch lead to me having to have the merits of the case replaced but isn't most have windows code sticker and I wanted to know how can I do to get a new, what I need to send a mail or but a new.

    Maybe it sounds silly now but this sticker is useless. It just proves that you have obtained the valid product key with your recovery image. I have the recovery image, because this product key is the version of the OS that you got with your laptop.
    You have the original installation disc of recovery? If yes you don't need the key because the recovery image can be installed to 1000 times and each time preinstalled version will be activated properly.

    With other words, no one will send you the key that you got on the sticker. The product key is implemented in original recovery image and cannot be used in case you want to enable another version of the Microsoft OS.

  • How to get the disc of recovery for Satellite M50 161

    I bought a new Toshiba Satellite M50 161 4 years ago and its been great until recently when he developed serious problems.
    I need a recovery disc or the disc of the original for XP software but none of this was supplied with it.

    How can I get these disks now?

    > I need a recovery disc or the disc of the original for XP software but none of this has been provided with it.
    I'm in doubt about it. According to the specifications of the laptop Satellite M50 161 comes with brackets to follow:
    -Recovery media (CD or DVD)
    -Express Media Player
    -Additional software CD
    -Microsoft Works Suite

    All the old models of laptops come with recovery CD. I have some old Satellite m70 and still have original valuation facilities Toshiba DVD.

    Anyway, you can try to contact nearest Toshiba authorized maintainer and ask for help. To be honest I don't think you will get for this older model laptop. For the installation of the OS, you can also use Microsoft installations CD. All the drivers, tools and utilities that you can download at Toshiba page under http://eu.computers.toshiba-europe.com for assistance

  • How to get the SP2 or SP3 for Windows XP

    Searched everywhere and can not find SP2 or SP3 for Windows XP computer operating system - independent. Windows Update was never above listed.

    Any help for this old man would be appreciated.

    Thank you

    Frank

    Hi FARPAR69,

    Please see article with some useful information:

    http://Windows.Microsoft.com/en-us/Windows/help/learn-how-to-install-Windows-XP-Service-Pack-3-SP3

    I hope this helps!

    Debra
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How to: get the new recovery disc for dell desktop 3000

    Original title: anyone know how/where can I find dell 3000 desktop windows xp recovery disk?

    The N eed dell recovery disk 3000 systems.  Currently operating windows xp home edition.

    Thank you

    Yes,

    You must call the Dell Support (1 800 822 3769) and for him.

Maybe you are looking for

  • Select the instance of vi polymorphic at compile time

    small question: I have a quite large labview project, I am deploying to several compactRIOs.  However, I have two possible configurations of this code.  The difference between the two configurations is a single VI.  In other words, in my project, the

  • Chart does not take into account the parameters

    Hi all I have a small question: I would like to create a special GUI similar to the user interface of an oscilloscope. So I have a table 1 d with a lot of points and I would like to be able to zoom in for example of data. It sounds easy enough, but s

  • PCI-6229 60 Hz noise and drift voltage

    I'm having some trouble with an acquisition of data PCI-6229, connected via a CB-68LP.  I'm under Labview8.6.1. The problem is with all the analog inputs. There seems to be a kind of noise in the signal, and I can't determine a reason for this. As it

  • ScanJet 4570c driver - switch from old Win 7 system to the new system of Win 7

    My scanjet 4570c works fine on my old Windows 7 Home Premium 64-bit system.  How can I move the driver for my new Windows 7 Home Premium 64 bit system?  The new system does not recognize the scanner.

  • BBM call several person cat

    Hello I have the difficullty to get it works as expected. When the following code is executed he calls a multi-person chat but completely ignores the pin codes I go to him (which are in my contacts) and I have to manually choose the contacts. Does an