How to protect an external volume with UWF on Windows 10?
I'm trying to use Unified Write Filter (UWF) to protect the memory of our embedded device that runs Windows 10. The problem is that it doesn't have any internal volume, and UWF won't work with USB flash drives. The only memory that is does have is an SD card that is connected to a USB port.
Is there a way to trick Windows 10 somehow into thinking that this SD card is some internal memory?
windows-10 memory external-hard-drive usb-storage uwf
add a comment |
I'm trying to use Unified Write Filter (UWF) to protect the memory of our embedded device that runs Windows 10. The problem is that it doesn't have any internal volume, and UWF won't work with USB flash drives. The only memory that is does have is an SD card that is connected to a USB port.
Is there a way to trick Windows 10 somehow into thinking that this SD card is some internal memory?
windows-10 memory external-hard-drive usb-storage uwf
add a comment |
I'm trying to use Unified Write Filter (UWF) to protect the memory of our embedded device that runs Windows 10. The problem is that it doesn't have any internal volume, and UWF won't work with USB flash drives. The only memory that is does have is an SD card that is connected to a USB port.
Is there a way to trick Windows 10 somehow into thinking that this SD card is some internal memory?
windows-10 memory external-hard-drive usb-storage uwf
I'm trying to use Unified Write Filter (UWF) to protect the memory of our embedded device that runs Windows 10. The problem is that it doesn't have any internal volume, and UWF won't work with USB flash drives. The only memory that is does have is an SD card that is connected to a USB port.
Is there a way to trick Windows 10 somehow into thinking that this SD card is some internal memory?
windows-10 memory external-hard-drive usb-storage uwf
windows-10 memory external-hard-drive usb-storage uwf
edited May 29 at 10:16
asked Apr 4 at 15:18
marijnr
90114
90114
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I figured it out:
If you first put the write filter on on a internal memory and then copy the image over to your removable device, it will have skipped the check of the removable bit on the SD card. Even more, it will never check this bit in the future, only the first time you activate the UWF
add a comment |
I think I found a better way
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesuwfvolParametersStaticCopy0Volumes]
"VolumeName"="Volume{a9806337-736d-4119-898b-f532e82ca2ed}"
"DriveLetter"="c:"
"VolumeEnabled"=dword:00000001
"Binding"=dword:00000001
"PartitionStyle"=dword:00000001
"PartitionGuid"="{a9806337-736d-4119-898b-f532e82ca2ed}"
"FileExceptionsUserDefined"=hex(7):00,00,00,00
"NumFileExceptionsUserDefined"=dword:00000000
Insert this to Registry once (GUID must be UUID of YOUR disk not mine)
You can find it using "mountvol" command
Then restart and you are able to use "uwfmgr" in its usual way :)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1310769%2fhow-to-protect-an-external-volume-with-uwf-on-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I figured it out:
If you first put the write filter on on a internal memory and then copy the image over to your removable device, it will have skipped the check of the removable bit on the SD card. Even more, it will never check this bit in the future, only the first time you activate the UWF
add a comment |
I figured it out:
If you first put the write filter on on a internal memory and then copy the image over to your removable device, it will have skipped the check of the removable bit on the SD card. Even more, it will never check this bit in the future, only the first time you activate the UWF
add a comment |
I figured it out:
If you first put the write filter on on a internal memory and then copy the image over to your removable device, it will have skipped the check of the removable bit on the SD card. Even more, it will never check this bit in the future, only the first time you activate the UWF
I figured it out:
If you first put the write filter on on a internal memory and then copy the image over to your removable device, it will have skipped the check of the removable bit on the SD card. Even more, it will never check this bit in the future, only the first time you activate the UWF
answered May 17 at 8:07
marijnr
90114
90114
add a comment |
add a comment |
I think I found a better way
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesuwfvolParametersStaticCopy0Volumes]
"VolumeName"="Volume{a9806337-736d-4119-898b-f532e82ca2ed}"
"DriveLetter"="c:"
"VolumeEnabled"=dword:00000001
"Binding"=dword:00000001
"PartitionStyle"=dword:00000001
"PartitionGuid"="{a9806337-736d-4119-898b-f532e82ca2ed}"
"FileExceptionsUserDefined"=hex(7):00,00,00,00
"NumFileExceptionsUserDefined"=dword:00000000
Insert this to Registry once (GUID must be UUID of YOUR disk not mine)
You can find it using "mountvol" command
Then restart and you are able to use "uwfmgr" in its usual way :)
add a comment |
I think I found a better way
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesuwfvolParametersStaticCopy0Volumes]
"VolumeName"="Volume{a9806337-736d-4119-898b-f532e82ca2ed}"
"DriveLetter"="c:"
"VolumeEnabled"=dword:00000001
"Binding"=dword:00000001
"PartitionStyle"=dword:00000001
"PartitionGuid"="{a9806337-736d-4119-898b-f532e82ca2ed}"
"FileExceptionsUserDefined"=hex(7):00,00,00,00
"NumFileExceptionsUserDefined"=dword:00000000
Insert this to Registry once (GUID must be UUID of YOUR disk not mine)
You can find it using "mountvol" command
Then restart and you are able to use "uwfmgr" in its usual way :)
add a comment |
I think I found a better way
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesuwfvolParametersStaticCopy0Volumes]
"VolumeName"="Volume{a9806337-736d-4119-898b-f532e82ca2ed}"
"DriveLetter"="c:"
"VolumeEnabled"=dword:00000001
"Binding"=dword:00000001
"PartitionStyle"=dword:00000001
"PartitionGuid"="{a9806337-736d-4119-898b-f532e82ca2ed}"
"FileExceptionsUserDefined"=hex(7):00,00,00,00
"NumFileExceptionsUserDefined"=dword:00000000
Insert this to Registry once (GUID must be UUID of YOUR disk not mine)
You can find it using "mountvol" command
Then restart and you are able to use "uwfmgr" in its usual way :)
I think I found a better way
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesuwfvolParametersStaticCopy0Volumes]
"VolumeName"="Volume{a9806337-736d-4119-898b-f532e82ca2ed}"
"DriveLetter"="c:"
"VolumeEnabled"=dword:00000001
"Binding"=dword:00000001
"PartitionStyle"=dword:00000001
"PartitionGuid"="{a9806337-736d-4119-898b-f532e82ca2ed}"
"FileExceptionsUserDefined"=hex(7):00,00,00,00
"NumFileExceptionsUserDefined"=dword:00000000
Insert this to Registry once (GUID must be UUID of YOUR disk not mine)
You can find it using "mountvol" command
Then restart and you are able to use "uwfmgr" in its usual way :)
answered Dec 15 at 4:42
Родион Шингарев
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1310769%2fhow-to-protect-an-external-volume-with-uwf-on-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown