Posts

Showing posts from October, 2020

🔰How to change Computer Password without knowing current Password🔰

Image
◾️ Steps :👇 https://epinformation.blogspot.com/ 1. Right click on My Computer/This Pc. 2. Click on Manage. 3. Click on local users and group. 4. Double Click on Users, Right Click on User Name which you want to change the password. https://epinformation.blogspot.com/ 5. Input user name. 6. Click on Set Password . 7. Click on Proceed. 8. Enter you new Password. 9. Conform you New Password. 10. Click on Ok. https://epinformation.blogspot.com/ 11. Again Click on Ok. 12. Now your job is done. NOTE: In step 5 User Name belongs to the Name of that Computer User. So this is the actual trick that you changed the old password without knowing what was the old Password. https://epinformation.blogspot.com/ Like, Share, comment and subscribe for more. 🎉🎉 👍❤️

🔰 How to unsubscribe all your YouTube Channels with just a single click 🔰

Image
 🔰 How to unsubscribe all your YouTube Channels with just a single click 🔰 ➖➖➖➖➖➖➖➖➖➖➖➖ [It is used only by PC. You can only do this with a pc ] 1⃣Click or type this link in your web browser(with logged in your youtube account) YoutubeFeed (in pc only) 2⃣ Right click on the page  and click on inspect and go to console section 3⃣ copy and paste this code 👇 Code: var i = 0; var count = document.querySelectorAll("ytd-channel-renderer:not(.ytd-item-section-renderer)"); myTimer(); function myTimer () {     if (count == 0) return;     el = document.querySelector('.ytd-subscribe-button-renderer');     el.click();     setTimeout(function () {         var unSubBtn = document.getElementById("confirm-button").click();         i++;         count--;         console.log(i + " unsubscribed");         console.log(count + " remaining");         setTimeout(function () {             el = document.querySelector("ytd-channel-renderer");