MadaraUchiha Posted November 11, 2013 Posted November 11, 2013 Hi, I like to make a tool to manage the reboot,shutdown,sleep etc. I also like to add an option to reboot into safemode. I researched and came across these topics: '?do=embed' frameborder='0' data-embedContent>> '?do=embed' frameborder='0' data-embedContent>> '?do=embed' frameborder='0' data-embedContent>> '?do=embed' frameborder='0' data-embedContent>> But none of those methods worked for me. I just like to set the Boot in savemode in msconfig to true, if possible without make it popup. This feature I am talking about: I need the checkbox in the startoptions minimal to check and uncheck with autoit and then reboot the system. But how?
water Posted November 11, 2013 Posted November 11, 2013 Does the Window Info Tool give you any information for the Controls? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
MadaraUchiha Posted November 11, 2013 Author Posted November 11, 2013 I haven't tested that yet. I thought it would be possible with cmd so I thought I can run the command prompt hidden with a specific parameter to check or unchecked safeboot?
Rogue5099 Posted November 12, 2013 Posted November 12, 2013 (edited) Running this from command line should do it, I haven't tried it though.bcdedit /set {current} safeboot minimal shutdown /rIf you get stuck in a Safe Mode boot loop run this from command line:bcdedit /deletevalue {current} safeboot Edited November 12, 2013 by Rogue5099 My projects: Inventory / Mp3 Inventory, Computer Stats
MadaraUchiha Posted November 25, 2013 Author Posted November 25, 2013 Hm, none oft those techniques worked for me... I am on Win7 x64. Any ideas?:s
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now