Jump to content

forever0donotknowme

Active Members
  • Posts

    157
  • Joined

  • Last visited

About forever0donotknowme

  • Birthday 07/25/1996

Profile Information

  • Interests
    I love autoitscript
    I am expert in autoitscript

Recent Profile Visitors

258 profile views

forever0donotknowme's Achievements

Prodigy

Prodigy (4/7)

0

Reputation

  1. Case $iButtonCalc $iWeight = Number(GUICtrlRead($iInputWeight)) $iHeight = Number(GUICtrlRead($iInputHeight)) If GUICtrlRead($iRadioCmKg) = $GUI_CHECKED Then $iRes = $iWeight / (($iHeight / 100) ^ 2) Else $iRes = ($iWeight / ($iHeight ^ 2)) * 703.06957964 EndIf $iRes=GUICtrlSetData($iInputBMI, Round($iRes, 2)) IF GUICtrlRead($iRes) <=18.5 Then MsgBox(0,"BMI","Underweight") ElseIf GUICtrlRead($iRes) >=18.5 and GUICtrlRead($iRes) <=24.9 Then MsgBox(0,"BMI","Healthy Weight") ElseIf GUICtrlRead($iRes) <=25 GUICtrlRead($iRes) <=29.9 Then MsgBox(0,"BMI","Overweight") ElseIf GUICtrlRead($iRes) >=30 Then MsgBox(0,"BMI","Obese") EndIf
  2. thanks my sir..... really you are expert. Melba please close this topic
  3. Sometimes you had original key and activate OS but this operation do not complete because of micrsoft server had some problem>
  4. To check your Windows activation status,you will do the following Open System by clicking the Start button , right-clicking Computer, and then clicking Properties. Under Windows activation, you can view your activation statu but I want my tool discover if os is activated successfully or no.Maybe there is command in dos or run to know if your os is activated or no.
  5. ShellExecute("slmgr.vbs -ipk xxxx") xxxx= win7 product key to execute this script we will need to Internet to connect with microsoft. I want to complete my script to know if there is any connection and activation is complete successfully or no
  6. #RequireAdmin if @ComputerName ="MiniXP" then Shutdown(5) Else Exit EndIf
  7. somdcomputerguy thanks for help really you help me and guide me to crrect method for making too to active my pc if i had orginal key insted of activate it manually as following steps go to my computer- right click -properties-change product key- write key-next But if I had tool, it activate windows in 5 seconds becaut already i wrote product key in tool
  8. You should have white heart. This forum for help and get more information
  9. For example I had win 7 key to activate only one pc What is script that let microsoft connect with my pc to ensure form key #include<process.au3> _RunDos("slmgr.vbs -ipk xxxx") xxxx= win 7 key
  10. I know that but I had some errors in dos command for execut some thing
  11. Melba23, Jos and JLogan3o13 spy me in all replies
×
×
  • Create New...