mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	Added bypass for cpu model and storage space check
Signed-off-by: Devnol <pgkoutsoumanis@gmail.com>
This commit is contained in:
		
							parent
							
								
									957ec183c9
								
							
						
					
					
						commit
						ebcd7d611f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1442,7 +1442,7 @@ BOOL RemoveWindows11Restrictions(char drive_letter) | ||||||
| 	int i; | 	int i; | ||||||
| 	const int wim_index = 2; | 	const int wim_index = 2; | ||||||
| 	const char* offline_hive_name = "RUFUS_OFFLINE_HIVE"; | 	const char* offline_hive_name = "RUFUS_OFFLINE_HIVE"; | ||||||
| 	const char* key_name[] = { "BypassTPMCheck", "BypassSecureBootCheck", "BypassRAMCheck" }; | 	const char* key_name[] = { "BypassTPMCheck", "BypassSecureBootCheck", "BypassRAMCheck", "BypassCPUCheck", "BypassStorageCheck" }; | ||||||
| 	char boot_wim_path[] = "#:\\sources\\boot.wim", key_path[64]; | 	char boot_wim_path[] = "#:\\sources\\boot.wim", key_path[64]; | ||||||
| 	char* mount_path = NULL; | 	char* mount_path = NULL; | ||||||
| 	char path[MAX_PATH]; | 	char path[MAX_PATH]; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue