简体   繁体   中英

How to recover deleted system files in MSMQ

I Unfortunatly deleted the System Files of MSMQ under,

C:\Windows\System32\msmq\storage\lqs

now i unable to send and receive messages from Queue.

How to recover the deleted files?

If the files are not in the wastebasket and you don't have a backup then you will need to recreate them.

System queues can be recreated by copying the corresponding files from another machine. The file names for system files are ones with a low number. Otherwise, try using the "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\MSMQ\\Parameters\\LogDataCreated" registry value.

Non-system queues will need to be recreated through Computer Management.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM