| 
									
										
										
										
											2025-04-29 16:58:14 +08:00
										 |  |  | @echo off | 
					
						
							| 
									
										
										
										
											2025-04-29 16:59:10 +08:00
										 |  |  | set filepath=.\SelfStart | 
					
						
							| 
									
										
										
										
											2025-04-29 16:58:14 +08:00
										 |  |  | set hdc=hdc | 
					
						
							|  |  |  | %hdc% shell mount -o remount,rw / | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %hdc% shell rm -rf /data/* | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %hdc% shell rm -rf /system/app/com.ohos.launcher/* | 
					
						
							|  |  |  | %hdc% file send %filepath%\Launcher.hap /system/app/com.ohos.launcher | 
					
						
							|  |  |  | %hdc% file send %filepath%\Launcher_Settings.hap /system/app/com.ohos.launcher | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %hdc% shell sync | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ::%hdc% shell /system/bin/udevadm trigger | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %hdc% shell reboot | 
					
						
							|  |  |  | 
 |