Add Administrator Manifest/Privileges to your Application (Rating = Got Trolled On) - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Add Administrator Manifest/Privileges to your Application (Rating = Got Trolled On) (/showthread.php?tid=12256) |
Add Administrator Manifest/Privileges to your Application (Rating = Got Trolled On) - Resistance - 09-26-2010 Ok basically, what this does is gives your Application Administrator manifests which means the application can change anything to the system. Kinda easy and hard to do but WORKS... Now open up Visual Studio 2010! Please Reply if you liked/need help!!! STEPS WITH A VISUAL PROSPECTIVE: 1#. Open up Visual Studio 2010 2#. Go To Centextmenu and find "Project" then hit "<Project Name> Properties..." 3#. Now find the Button that says "View Windows Settings" 4#. Coding Time (Yes this language you are seeing is XML.) Now it gets difficult, Hit the Shortcut Keys: CTRL + F and Switch Tab to Quick Replace. 5#. Now Enter the Following Code into the Following Quick Replace Boxes. FIND WHAT: Code: Code: <requestedExecutionLevel level="asInvoker" uiAccess="false" /> REPLACE WITH: Code: Code: <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> 6#. Then hit the Replace Button and Save. Now you have just given your Application an Administrator Manifest, now please, use this with trust because I don't want to get blamed for showing you how to make an application to hijack a computer LOL... Enjoy, L3g1tWa5te a.k.a. MaiTriCks RE: Add Administrator Manifest/Privileges to your Application - dunlop03 - 09-26-2010 Hello matricks , you ASSWIPE Remember me? RE: Add Administrator Manifest/Privileges to your Application - Eve - 09-26-2010 Both of you, take off-topic discussions to PM. RE: Add Administrator Manifest/Privileges to your Application - Ninja - 10-21-2010 Thanks for this Legit. This might come in handy one day. RE: Add Administrator Manifest/Privileges to your Application - Resistance - 10-22-2010 (10-21-2010, 10:01 PM)Ninja Wrote: Thanks for this Legit. Sure, it will be when you tweak systems in VB RE: Add Administrator Manifest/Privileges to your Application - Ninja - 10-22-2010 (10-22-2010, 08:41 PM)L3g1tWa5te Wrote: Sure, it will be when you tweak systems in VB Thanks for the notice. RE: Add Administrator Manifest/Privileges to your Application - JesusOfSuburbia - 10-23-2010 Thank's for this tut man. it's really useful in my opinion RE: Add Administrator Manifest/Privileges to your Application (Rating = Got Trolled On) - Lemons Kushy - 10-23-2010 couldnt you just put a Password on it lol. RE: Add Administrator Manifest/Privileges to your Application (Rating = Got Trolled On) - Resistance - 10-23-2010 (10-23-2010, 05:36 PM)Lemons Kushy Wrote: couldnt you just put a Password on it lol. What is that supposed to mean? Put a password? I am sorry but that is not related this subject of this thread. Care to Share? |