initial commit
This commit is contained in:
		
							
								
								
									
										3
									
								
								Installs/RestartPC-bat/Restart PC.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Installs/RestartPC-bat/Restart PC.bat
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
@echo off
 | 
			
		||||
 | 
			
		||||
shutdown /r /f /t 0 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								Installs/RestartPC-bat/Restart PC.lnk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Installs/RestartPC-bat/Restart PC.lnk
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								Installs/RestartPC-bat/Restart.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Installs/RestartPC-bat/Restart.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 167 KiB  | 
							
								
								
									
										47
									
								
								Installs/RestartPC-bat/RestartPC.ahk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								Installs/RestartPC-bat/RestartPC.ahk
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,47 @@
 | 
			
		||||
; ENVIRONMENT
 | 
			
		||||
;------------------------------------------------
 | 
			
		||||
#Requires AutoHotkey v1.0
 | 
			
		||||
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
 | 
			
		||||
;#Warn  ; Enable warnings to assist with detecting common errors.
 | 
			
		||||
;DetectHiddenWindows, On
 | 
			
		||||
#SingleInstance, Force
 | 
			
		||||
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
 | 
			
		||||
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
 | 
			
		||||
;SetKeyDelay, 500
 | 
			
		||||
CoordMode, ToolTip, Screen
 | 
			
		||||
CoordMode, Mouse, Screen
 | 
			
		||||
;#NoTrayIcon
 | 
			
		||||
 | 
			
		||||
; Notes/Extra Info/#Includes
 | 
			
		||||
;------------------------------------------------
 | 
			
		||||
; #Include C:\Users\%A_Username%\Syncthing\Scripts\AutoHotKey\RadialMenu\My codes\My Global Variables.ahk
 | 
			
		||||
;Menu, Tray, Icon, %A_ICODir%\ICONAME
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
; VARIABLES
 | 
			
		||||
;------------------------------------------------
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
; MAIN SCRIPT
 | 
			
		||||
;------------------------------------------------
 | 
			
		||||
 | 
			
		||||
run %comspec% /k shutdown /r /f /t 0 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
; Functions
 | 
			
		||||
;------------------------------------------------
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
; Misc
 | 
			
		||||
;------------------------------------------------
 | 
			
		||||
; Escape::ExitApp
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								Installs/RestartPC-bat/RestartPC.exe
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Installs/RestartPC-bat/RestartPC.exe
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user