Jump to content

hadifarnoud

Member
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    hadifarnoud reacted to jdfwarrior in Need help with SET SOCKS PROXY workflow I wrote   
    You could check to see if a config file exists on first run and if it doesn't, skip the execution and open a text file of instructions or display a notification that the workflow needs to be properly configured before it can work?
  2. Like
    hadifarnoud reacted to TKilaker in Restart to windows   
    I'll start use it from now, thanks! I like what you did with v2.
  3. Like
    hadifarnoud reacted to binarysmurf in Restart to windows   
    I changed the Apple Scripting in the above example to the following, and I now no longer have to enter a password.
     
    do shell script "bless -mount /Volumes/Windows -legacy -setBoot -nextonly" password "[YourPassword]" with administrator privileges do shell script "shutdown -r now" password "[YourPassword]" with administrator privileges   Windows is the name of my Bootcamp volume. Replace [YourPassword] with the appropriate password.   Works a treat. Thanks to the original author for the inspiration.
  4. Like
    hadifarnoud reacted to heinst in Restart to windows   
    Here you go https://dl.dropbox.com/u/17946577/Restart%20to%20Windows.alfredworkflow I did a few things. I changed the code so that it will always reboot to the drive no matter the location, but it has to be named BOOTCAMP. I also Changed the post notification to report an error, because if it does it correctly the OS won't have time to display a notification so having the notification telling you what it was doing was pointless. I also changed the description of what it would do and I changed it to run faster in the background using the osascript. Finally, I added me to the list of people who it was made by, since I think i deserve a little credit. 
  5. Like
    hadifarnoud reacted to hadifarnoud in Restart to windows   
    Thanks. I add your name in my tumbler post too
  6. Like
    hadifarnoud got a reaction from heinst in Restart to windows   
    I created a workflow that restarts you into windows without changing your startup disk. that means if you simply restart in windows, it goes back to OS X again.
     
    Download
     
    I can improve it with your help. right now you have to change your disk (i.e. /dev/disks0p4) by hand. it could get better if we can detect it automatically.
     
    thoughts?
  7. Like
    hadifarnoud reacted to hadifarnoud in Restart to windows   
    I created a workflow that restarts you into windows without changing your startup disk. that means if you simply restart in windows, it goes back to OS X again.
     
    Download
     
    I can improve it with your help. right now you have to change your disk (i.e. /dev/disks0p4) by hand. it could get better if we can detect it automatically.
     
    thoughts?
×
×
  • Create New...