https://www.crimson-systems.com YouTube
   
WWindows 7から Windows 10への無償アップグレード不可




Windows 7/8からWindows 10/11へのアップグレードを終了したので不可になりました。







これは、WindowsUpdateのログを判断しているようなので、
ReportingEvents.logを削除すれば可能になりました。


DOS窓から、下記コマンドを入力します。

net stop "Windows Update"
del C:\Windows\SoftwareDistribution\ReportingEvents.log
net start "Windows Update"






再度 Windows 7から Windows 10へのアップグレード























Windows 10のパスワード忘れ


Windows7 / 8のインストールディスクで起動する

起動後、、SHIFT + F10 を押します。



DOS窓から
 c:
 cd \windows\system32
 ren Utilman.exe Utilman.org
 ren cmd.exe Utilman.exe
 exit








システムを再起動




ログオン画面右下の「コンピューターの簡単操作」をクリックします。





DOS窓から、仮パスワード 12345を設定
 net user Administrator 12345 /active:yes



再起動してAdministratorでログオンし、パスワード 12345 を入力







Windows10のログオンに成功したら、


DOS窓から

 net user Administrator /active:no


一旦終了





※Windows7 / 8のインストールディスクで起動し、コマンドを元に戻すこと!

DOS窓から
 c:
 cd \windows\system32
 ren Utilman.exe cmd.exe
 ren Utilman.org Utilman.exe
 exit








 https://www.crimson-systems.com