Jump to content

CyberAbc

Retired Staff
  • Content Count

    519
  • Donations

    $0.00 
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by CyberAbc

  1. poll for it and if u have any special preference let me know and en light us.
  2. I used this website to get mainly Tech books and got almost all books for free which amazon ask for a heavy bucks. http://ebook-dl.com/ If u got any help from it. It will be my gr8 pleasure
  3. CyberAbc

    iOS App Design

    Good. Apple is perfectionist , this remind me once again my App has has been rejected due to poor design.
  4. CyberAbc

    All in one Tutorials

    Just search your tutorial topics and get the file in direct download or torrent download. and Voila! https://www.freetutorials.us/
  5. I have two PC's running both but anyone have idea whats the minimum criteria for running that?
  6. CyberAbc

    Hi from Australia.

    Welcome to our family. Follow the rules and Njoy!
  7. CyberAbc

    Hello Everyone

    Welcome to our family. Follow the rules and Njoy!
  8. CyberAbc

    Hi to all

    Welcome to our family. Follow the rules and Njoy!
  9. CyberAbc

    hello

    Welcome to our family. Follow the rules and Njoy!
  10. CyberAbc

    Hello to all!

    Welcome to our family. Follow the rules and Njoy!
  11. CyberAbc

    Hello to all

    Welcome to our family. Follow the rules and Njoy!
  12. CyberAbc

    Hello

    Welcome to our family. Follow the rules and Njoy!
  13. Menu driven Windows System essential option with choice Make a file named SystemMenu.bat (I used,but you can named it anything.bat) Select the code below except this line and above Save and Enjoy @echo off cls color 02 :menu echo. echo ------------------------------------------------------------------- echo Press 1 2 3 4 5 6 7 8 9 10 11 12 or 13 to select your task, or 14 to exit. echo ------------------------------------------------------------------- echo. echo 1.Control Panels echo. echo 2.Windows Services echo. echo 3.Add/Remove Programs echo. echo 4.Registry Edit echo. echo 5.Open CommandPrompt echo. echo 6.Open Local User and Group echo. echo 7.DiskManagement echo. echo 8.Computer Management Console echo. echo 9.Desktop Icon Settings echo. echo 10.GroupPolicy echo. echo 11.Open Network Manager echo. echo 12.Open Environmental Variables echo. echo 13.Open System Properties echo. echo 14.Exit echo. echo ------------------------------------------------------------------- set /p m=Type 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 then press Return: if %m%==1 goto control if %m%==2 goto service if %m%==3 goto addremove if %m%==4 goto regedit if %m%==5 goto cmd if %m%==6 goto local if %m%==7 goto disk if %m%==8 goto comp if %m%==9 goto desk if %m%==10 goto gpol if %m%==11 goto net if %m%==12 goto env if %m%==13 goto temp if %m%==14 goto end :control start control goto menu :service start services.msc /min goto menu :addremove start "" /b appwiz.cpl %* goto menu :regedit start "" regedit %* goto menu :cmd start "" %comspec% %* goto menu :local start "" /b lusrmgr.msc /max goto menu :disk start "" /b diskmgmt.msc %* goto menu :comp start "" /b compmgmt.msc %* goto menu :desk start "" /b control desk.cpl,,web %* goto menu :gpol start "" /b gpedit.msc %* goto menu :net start ncpa.cpl goto menu :env start rundll32.exe sysdm.cpl,EditEnvironmentVariables goto menu :temp start rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3 goto menu :end This will look like:
  14. CyberAbc

    iOS App Design

    really gr8 I think it's been done with Sketch.
  15. Post your code and tells its output and get a invitation for creating an account in iptorrent.com End time: 2 weeks from today Best coder: One Invitation
  16. CyberAbc

    5 Riddles

    I got the third one Apparently seems coal.
  17. Just Download the torrent and Njoy! I got almost all for my Hackintosh and its cool. Runs flawlessly in my macOS Mojava 10.14 http://mac-torrents.com/ Get me know, u find it helpful or not!
  18. 1. Open notepad 2.Then copy and paste the code below 3.This will looks like below 4.save the file anything .bat namely menu.bat @echo off cls color f9 :menu echo. echo -------------------------------------------------------------------- echo Press 1 2 3 4 5 6 7 8 9 10 11 12 or 13 to select your task, or 14 to exit. echo -------------------------------------------------------------------- echo. echo 1.Open internet explorer echo. echo 2.Open Mozilla firefox echo. echo 3.Open Opera echo. echo 4.TeamViewer6 echo. echo 5.Magic ISO echo. echo 6.FileZilla echo. echo 7.Yahoo echo. echo 8.VMware Workstation echo. echo 9. Typing Instructor Platinum echo. echo 10.CyberGhost VPN echo. echo 11.Open Notepad echo. echo 12.Open Word Document echo. echo 13.Open Temp folder echo. echo 14.Exit echo. echo -------------------------------------------------------------------- set /p m=Type 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 then press Return: if %m%==1 goto explorer if %m%==2 goto mozilla if %m%==3 goto opera if %m%==4 goto Teamviewer if %m%==5 goto MagicISO if %m%==6 goto FileZilla if %m%==7 goto Yahoo if %m%==8 goto vmware if %m%==9 goto Typing if %m%==10 goto vpn if %m%==11 goto note if %m%==12 goto word if %m%==13 goto temp if %m%==14 goto end :explorer start iexplore.exe goto menu :mozilla start firefox.exe goto menu :opera start "" /b "C:\Program Files (x86)\Opera\opera.exe" %* goto menu :teamviewer start "" /b "C:\Program Files (x86)\TeamViewer\Version7\TeamViewer.exe" %* goto menu :MagicISO start "" /b "C:\Program Files\MagicISO\MagicISO.exe" %* goto menu :FileZilla start "" /b "C:\Program Files\FileZilla FTP Client\filezilla.exe" %* goto menu :Yahoo start "" /b "C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe" %* goto menu :vmware start "" /b "C:\Program Files\VMware\VMware Workstation\vmware.exe" %* goto menu :Typing start "" /b "C:\Program Files\Individual Software\Typing Instructor\Typing Instructor.exe" %* goto menu :vpn start "" /b "C:\Program Files\S.A.D\CyberGhost VPN\CyberGhost.exe" %* goto menu :note start notepad.exe goto menu :word start winword goto menu :temp start %temp% goto menu :end Note: for win7 64 bit just replace the program menu. As for example "C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe" with "C:\Program Files (x86)\Yahoo!\Messenger\YahooMessenger.exe"
  19. CyberAbc

    Which Messenger is Best

    if other plz give mention it
  20. Method 1 1.Using cd rom 2.boot from pendrive(using usb) 1.Using cd rom by Trinity Rescue Kit 3.4: http://trinityhome.org/Home/index.php?content=TRINITY_RESCUE_KIT_DOWNLOAD&front_id=12&lang=en&locale=en from there u download the iso and burn into cd using nero or any burner u like a.now boot from cd using cd u burned b. this will look like this c. now u got ultimately this screen d. now goto "windows password resetting" menu e.now u get this menu f. if u r administrator then go for option 1(default action) g. and if if u r user of admin group or any group goto this menu then if if u enter ur user name then go for option one for resetting blank password 2.boot from pendrive(using usb) a. first goto pendrivelinux and download http://www.pendrivelinux.com/downloads/YUMI/YUMI-0.0.6.1.exe this will look like this b. from here goto system tools and then goto trinity rescue option then add the iso u downloaded from option 1 c. after booting from pendrive the menu will look as follows: d.from system tools u find the trinity option e. this will same as from 1.Using cd rom option b. enjoy! cyberwarez33 "Sharing is Caring" Note: if u hav any query plz reply here
  21. CyberAbc

    Which Video Format Is The Best?

    Mkv is best if file size need to be small,otherwise .avi
  22. CyberAbc

    from unknown country i m back

    Welcome to our family.
×