Giter VIP home page Giter VIP logo

Comments (13)

jschicht avatar jschicht commented on July 28, 2024

from rawcopy.

ofarcis avatar ofarcis commented on July 28, 2024

The problem of screenshot is in Spanish. I call to RawCopy normally with the parameters like this:

Dim Command As String = ""
If Environment.Is64BitOperatingSystem = True Then
Command = Application.StartupPath & "\RawCopy64"
Else
Command = Application.StartupPath & "\RawCopy"
End If

Dim Parameters As String = "/FileNamePath:" & OriginFile & " /OutputPath:" & Application.StartupPath & "\tmp > msg.txt"
ExecCmd(Command, Parameters)

The problem not necessary is from my development. You can call to RawCopy.exe or RawCopy64.exe with UAC active and ever appear the message that need to press YES because the Authot is unkonw.

Regards, Oscar.

from rawcopy.

ofarcis avatar ofarcis commented on July 28, 2024

I need to call to RawCopy without user interventation.

Regards, Oscar.

from rawcopy.

ofarcis avatar ofarcis commented on July 28, 2024

rawcopyuacerror

This is the error in Widnows spanish.

Regards, Oscar.

from rawcopy.

ofarcis avatar ofarcis commented on July 28, 2024

Translate is approximately:

Do you want to allow this application from an unknown advertiser to make changes to the computer?

Regards, Oscar.

from rawcopy.

jschicht avatar jschicht commented on July 28, 2024

What version of Windows are you running?

from rawcopy.

ofarcis avatar ofarcis commented on July 28, 2024

from rawcopy.

ofarcis avatar ofarcis commented on July 28, 2024

from rawcopy.

jschicht avatar jschicht commented on July 28, 2024

I think I never tested the program on Windows Server 2016 yet. You will anyway have to make sure the program is run as administrator. This is because rawcopy is doing lowlevel reading directly from the physical device, where you can ultimately copy any file from the volume regardless of permissions that are set. When I get a chance, I can test more on newest Windows version (10 and Server 2016), to see if there is something new that are interefering.

from rawcopy.

ofarcis avatar ofarcis commented on July 28, 2024

from rawcopy.

ruchirarya avatar ruchirarya commented on July 28, 2024

So the issue can be closed now. That's what came to my mind at first that rawcopy is prompting UAC, meaning probably it doesn't have admin privileges while execution.

This is not the software issue. It was related to limited privileges granted by the end user while execution.

from rawcopy.

jschicht avatar jschicht commented on July 28, 2024

Not a program bug.

from rawcopy.

pipkoa avatar pipkoa commented on July 28, 2024

it's a matter of using the correct syntax. You are not. Consult the program's github page.

from rawcopy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.