I wrote a program to burn CD in C#, but now I want to protect my CD by a password. Is it possible?
Can we programatically protect CD/DVD by password?
758 Views Asked by sk7 At
1
There are 1 best solutions below
Related Questions in C#
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in ACCESS-CONTROL
- Access-Control-Allow-Origin alwasy set to * in spring boot
- Unable to View Roles in Storage Account in Azure getting Blank
- How can i fix CORS policy problem in Nuxt?
- How do I enable access control on an already up and running MongoDb container?
- Is there a universal way to test the Access Control List of a folder and its children in PowerShell, independently of inheritance?
- CORS error when deploying MERN app: 'Access-Control-Allow-Origin' missing header for hosted server, and 404 Not Found on server deployment
- How can i restrict access to an Azure app service?
- Use my login system to control access to Digital Ocean Spaces objects
- Nestjs access control cannot read roles
- Creating a Limited Privilege PostgreSQL Role for Backend Server
- Conditional Binding for Objects in Google Cloud Storage Buckets
- Cloud Run/Build artifacts buckets are created with Fine Grained access policy by default
- Memory Access Control in Windows Memory Management
- Azure DevOps - Decode ACE permission bits
- Netlify Deployment Access-Control-Allow-Origin
Related Questions in CD
- Not able to publish my files to myasp.net github action CD .net with yaml file
- Github Actions: The Job was skipped
- Can't change directory or access my folders on GIT on vscode
- Deploy Cloud Run The instance was not started
- Change Environment Variables HOME in Windows to not have an semicolon
- Xargs to cd for files with spaces on mac
- Visual Studio does not access files, no matter r, \\,/, absolute or relative path
- Why is venv python directory not found?
- Gitlab CICD pm2 cmd ot found
- Using Git aliasing for changing directory in Windows CMD
- Receiving "SyntaxError: unexpected character after line continuation character" when trying to change directory
- How to run a GitHub Action Workflow conditionally Based on the Success or Non-Trigger of Another Workflow?
- Terraform fails with "Can't access attributes on a list of objects." - Cannot access fields on resources created using `for_each = toset(...)`?
- Python vlc CD get metadata
- Unable to add clusters in Argo CD
Related Questions in DVD
- UDF (DVD-R) incremental writing of changed file sectors
- Where can I find the set of exit codes that may be returned by dvd+rw-mediainfo
- How to use libvlcsharp to read titles and chapters per title for a DVD player
- Hardcoding subtitles from DVD or VOB file with ffmpeg
- Read data from DVD with maximum speed
- How to programmatically differentiate between dvd or mini dvd disk inserted?
- How can I extract bonus images from a tv show DVD using ffmpeg?
- ffmpeg can't transcode DVD ac3 audio stream, but VLC can play it
- trying to read dvd/cd drives and populate combo box in c#
- How can I detect if CDRom is a DVD on Linux
- How to prove the accuracy of an iso file built with dd from a DVD
- Compute unique ID for a video DVD
- How to use .a files in my Visual C++ project
- UWP Windows.Media.Playback.MediaPlayer: Will this handle physical DVDs (copy protected)
- no emulation booting OS
Related Questions in DVD-BURNING
- How to burn two ISO files on a same DVD disc?
- How to rip a movie-DVD using cmd-line FFMPEG
- How to make virtual optical disk on Windows10
- How to use Windows Burn-API with console application
- What is the Windows API to use a disc as a Live File System?
- How to asynchronously write CD/DVD using IMAPI?
- How to burn Visual Studio 2015 offline installer into 2 DVDs?
- Is it possible to burn CD/DVD using Mastered Disc Format (i.e. Windows-7 default feature) in C#.net?
- c# create media at runtime
- Controlling DVD Drive using Python
- how to burn cd using php scripts or Any Api?
- Error Code: 1193 unknown system variable when importing a CSV
- creating simple DVD structure?
- AIR App in a DVD
- Is the geometry of data on burnable media deterministic?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes. One solution would be.
1) Encrypt the real content on the DVD to a file
2) Make a application that decrypts it with your password
3) Add this decrypt application to CD autorun
AutoRun:
Is mostly disabled on machines by now, its default off in Vista+ and was disabled by Windows update in XP recently(And any admin is gonna disable this).
What this normaly means is that Windows will ASK if it should run the autorun application before its started ( Unlike before where it was just started).