JayThePro Posted March 21, 2017 Share Posted March 21, 2017 What is the best way to destroy windows 7 withouten admin and also with VBScript? I tried this for a long time. Any Answers? Jay Quote Link to comment Share on other sites More sharing options...
Rkiver Posted March 21, 2017 Share Posted March 21, 2017 A very large magnet. That way you don't even need VB script. Quote Link to comment Share on other sites More sharing options...
digip Posted March 21, 2017 Share Posted March 21, 2017 Boot off a live Linux disk List your HDD's, "fdisk -l" and look for the one windows is on. Most likely largest partition in /dev/sda or /dev/hda (sda for SSD and hda for HDD) Enter : "dd if=/dev/zero of=/dev/sda" (or "dd if=/dev/zero of=/dev/hda" depending on your hardware and it's ID) When done(will take a while) type "vbscript is sexy and I am l337 withouten I cant even" Have a smoke and a cup of coffee, you pro haxor you...now pat yourself on the back for a job well done. Quote Link to comment Share on other sites More sharing options...
Decoy Posted March 21, 2017 Share Posted March 21, 2017 https://www.youtube.com/watch?v=N9wsjroVlu8 Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted March 21, 2017 Share Posted March 21, 2017 4 hours ago, digip said: Boot off a live Linux disk List your HDD's, "fdisk -l" and look for the one windows is on. Most likely largest partition in /dev/sda or /dev/hda (sda for SSD and hda for HDD) Enter : "dd if=/dev/zero of=/dev/sda" (or "dd if=/dev/zero of=/dev/hda" depending on your hardware and it's ID) When done(will take a while) type "vbscript is sexy and I am l337 withouten I cant even" Have a smoke and a cup of coffee, you pro haxor you...now pat yourself on the back for a job well done. This, but replace dd with dd_rescue. It uses a variable block size and will get done faster. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.