Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Software Troubleshooting
Error 0x81000203
Message
<blockquote data-quote="Evjl&#039;s Rain" data-source="post: 552337" data-attributes="member: 51905"><p>I will try my best to explain what I did. It's quite annoying and tiring</p><p></p><p>First of all, do this, if any of those 4 services are not running, you should set them to automatic and start. If step 8 is successful, you don't have to do the rest</p><p>[SPOILER="first step"]</p><ol> <li data-xf-list-type="ol">Click Start, click Run, type Regedit, and then click OK.</li> <li data-xf-list-type="ol">Locate and then click the following registry subkey:<br /> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions</li> <li data-xf-list-type="ol">On the Edit menu, click Delete, and then click Yes to confirm that you want to delete the subkey.</li> <li data-xf-list-type="ol">Exit Registry Editor.</li> <li data-xf-list-type="ol">Click Start, click Run, type services.msc, and then click OK.</li> <li data-xf-list-type="ol">Right-click the following services one at a time. For each service, click Restart:<ul> <li data-xf-list-type="ul">COM+ Event System</li> <li data-xf-list-type="ul">COM+ System Application</li> <li data-xf-list-type="ul">Microsoft Software Shadow Copy Provider</li> <li data-xf-list-type="ul">Volume Shadow Copy</li> </ul></li> <li data-xf-list-type="ol">Click Start, click Run, type cmd, and then click OK.</li> <li data-xf-list-type="ol">At the command prompt, type <strong>vssadmin list writers</strong>, and then press ENTER.</li> <li data-xf-list-type="ol">If the VSS writers are now listed, close the Command Prompt window. You do not have to complete the remaining steps. <br /> <br /> If the VSS writers are not listed, type the following commands at the command prompt. Press ENTER after each command.<ul> <li data-xf-list-type="ul">cd /d %windir%\system32</li> <li data-xf-list-type="ul">net stop vss</li> <li data-xf-list-type="ul">net stop swprv</li> <li data-xf-list-type="ul">regsvr32 ole32.dll</li> <li data-xf-list-type="ul">regsvr32 oleaut32.dll</li> <li data-xf-list-type="ul">regsvr32 /i eventcls.dll</li> <li data-xf-list-type="ul">regsvr32 vss_ps.dll</li> <li data-xf-list-type="ul">vssvc /register</li> <li data-xf-list-type="ul">regsvr32 /i swprv.dll</li> <li data-xf-list-type="ul">regsvr32 es.dll</li> <li data-xf-list-type="ul">regsvr32 stdprov.dll</li> <li data-xf-list-type="ul">regsvr32 vssui.dll</li> <li data-xf-list-type="ul">regsvr32 msxml.dll</li> <li data-xf-list-type="ul">regsvr32 msxml3.dll</li> <li data-xf-list-type="ul">regsvr32 msxml4.dll</li> </ul>Note The last command may not run successfully.</li> <li data-xf-list-type="ol">At the command prompt, type vssadmin list writers, and then press ENTER.</li> <li data-xf-list-type="ol">Confirm that the VSS writers are now listed.</li> </ol><p>[/SPOILER]</p><p></p><p>In the end, it should be similar to this to continue</p><p><img src="http://i.imgur.com/vUIGbaK.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>After that, do this, however, you may not be able to change it to "volsnap". Remember how I showed you to change the permissions of "Volume". Now you have to change the owner for all values under "Volume" using the same method (for example: {0695aa21-6522-11e6-b157-806e6f6e6963}#0000000000100000). I have 13 values so I had to change the owner 13 times <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite111" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" />. perhaps you have less</p><p>[SPOILER="second step"]2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\STORAGE\Volume</p><p>3. For each key under 'Volume', checked for the value 'Service' and make sure it is set to volsnap. If 'Service' does not exist do the following:</p><p> a. Created a new String Value called: Service</p><p> b. Set the value to: volsnap[/SPOILER]</p><p></p><p>Finally, reboot to make it work. Without reboot, you still have the problem</p></blockquote><p></p>
[QUOTE="Evjl's Rain, post: 552337, member: 51905"] I will try my best to explain what I did. It's quite annoying and tiring First of all, do this, if any of those 4 services are not running, you should set them to automatic and start. If step 8 is successful, you don't have to do the rest [SPOILER="first step"] [LIST=1] [*]Click Start, click Run, type Regedit, and then click OK. [*]Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions [*]On the Edit menu, click Delete, and then click Yes to confirm that you want to delete the subkey. [*]Exit Registry Editor. [*]Click Start, click Run, type services.msc, and then click OK. [*]Right-click the following services one at a time. For each service, click Restart: [LIST] [*]COM+ Event System [*]COM+ System Application [*]Microsoft Software Shadow Copy Provider [*]Volume Shadow Copy [/LIST] [*]Click Start, click Run, type cmd, and then click OK. [*]At the command prompt, type [B]vssadmin list writers[/B], and then press ENTER. [*]If the VSS writers are now listed, close the Command Prompt window. You do not have to complete the remaining steps. If the VSS writers are not listed, type the following commands at the command prompt. Press ENTER after each command. [LIST] [*]cd /d %windir%\system32 [*]net stop vss [*]net stop swprv [*]regsvr32 ole32.dll [*]regsvr32 oleaut32.dll [*]regsvr32 /i eventcls.dll [*]regsvr32 vss_ps.dll [*]vssvc /register [*]regsvr32 /i swprv.dll [*]regsvr32 es.dll [*]regsvr32 stdprov.dll [*]regsvr32 vssui.dll [*]regsvr32 msxml.dll [*]regsvr32 msxml3.dll [*]regsvr32 msxml4.dll [/LIST] Note The last command may not run successfully. [*]At the command prompt, type vssadmin list writers, and then press ENTER. [*]Confirm that the VSS writers are now listed. [/LIST] [/SPOILER] In the end, it should be similar to this to continue [IMG]http://i.imgur.com/vUIGbaK.png[/IMG] After that, do this, however, you may not be able to change it to "volsnap". Remember how I showed you to change the permissions of "Volume". Now you have to change the owner for all values under "Volume" using the same method (for example: {0695aa21-6522-11e6-b157-806e6f6e6963}#0000000000100000). I have 13 values so I had to change the owner 13 times :(. perhaps you have less [SPOILER="second step"]2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\STORAGE\Volume 3. For each key under 'Volume', checked for the value 'Service' and make sure it is set to volsnap. If 'Service' does not exist do the following: a. Created a new String Value called: Service b. Set the value to: volsnap[/SPOILER] Finally, reboot to make it work. Without reboot, you still have the problem [/QUOTE]
Insert quotes…
Verification
Post reply
Top