When updating or replacing a home PC I use Windows Deployment Services (WDS) to reinstall Windows. It means I only have to maintain a single up-to-date source for all the little free apps I use (ফায়ার-শিয়াল, 7ফ্যাস্ শব্দ, তালিকা, প্রভৃতি) and makes a new setup much more painless. One of the few bugs that has irritated me for ages is the network drive map that I create has always had to be renamed manually.
I think the problem stems from the need for admin rights when renaming a drive. Whilst I can run the rename command as an administrator this seems to fail as the share isn’t present for the admin account, শুধুমাত্র ব্যবহারকারীর অ্যাকাউন্টের জন্য. What I would need to do is run the command as the user and then elevate it. I don’t know of any scripting way to do this, so the normal rename command seems a dead loss.
সুসংবাদ রেজিস্ট্রি মাধ্যমে পুনঃনামকরণ করতে একটি উপায় আছে যে, and registry changes can easily be made from the command line. মানচিত্র ও নামান্তর অংশ মাত্র দরকার 2 কমান্ড
REG যোগ HKCU SOFTWARE Microsoft উইন্ডোজ CurrentVersion এক্সপ্লোরার MountPoints2 ##server-name#শেয়ার-নাম /v _LabelFromReg /t REG_SZ /f /d “শেয়ারের জন্য ব্যবহার করতে নাম"
নেট ব্যবহার Y: \\server-name\শেয়ার-নাম /ব্যবহারকারী:server-name\username password /অধ্যবসায়ী:হাঁ
This can be put in a simple batch file and duplicate for each share you want to map. Viola — no more ugly names for network shares
আপনি কি মনে করেন? আমাদের একটি মন্তব্য নিচের ড্রপ! আপনি সদস্যতা করতে চান তাহলে উপরের ডানদিকের মেনু এর লিঙ্কে সাবস্ক্রাইব ব্যবহার করুন. এছাড়াও আপনি নীচের সামাজিক লিঙ্ক ব্যবহার করে আপনার বন্ধুদের সাথে ভাগ করতে পারেন. চিয়ার্স.
উত্তর দিন