Angelz Posted December 30, 2018 Member ID: 24295 Group: **- Inactive Registered Users Followers: 11 Topic Count: 272 Topics Per Day: 0.08 Content Count: 2311 Content Per Day: 0.69 Reputation: 2829 Achievement Points: 20239 Solved Content: 0 Days Won: 17 Joined: 03/27/16 Status: Offline Last Seen: January 2, 2021 Posted December 30, 2018 hxtr, Aracefan, baldie and 2 others 2 3
hxtr Posted December 30, 2018 Member ID: 220 Group: **- Inactive Registered Users Followers: 147 Topic Count: 595 Topics Per Day: 0.10 Content Count: 16950 Content Per Day: 2.96 Reputation: 13538 Achievement Points: 129714 Solved Content: 0 Days Won: 120 Joined: 09/04/09 Status: Offline Last Seen: October 26, 2023 Birthday: 04/05/1970 Posted December 30, 2018 hahahaha... since Intel and Microsoft are so deep in bed with each other new Intel Chips won't receive Windows Updates form Microsoft forcing me to put 10 on new computer builds for customers. Since I had to support it I decided to run the damn OS. After stopping all the Windows Updates with with a Group Policy in the Win10 Pro version I ran into only one problem. For some reason I could not highlight anything like text in a webpage, text in a Excel Spreadsheet or even Files in File Manger. The info would not highlight on the screen. The fix was to use the shutdown command. When you shutdown normally or even restart Windows 10, 10 puts part of the OS in virtualization mode to make it faster on shutdown and restart. Using the Shutdown command forces everything to be shutdown properly. I made this simple batch file that I keep on my desktop to restart the OS quickly or shut it down. copy to a text file and rename to .bat ------------------------- ECHO OFF ECHO. ECHO ............................................... ECHO PRESS 1 to Shutdown, 2 to Restart or 3 to EXIT. ECHO ............................................... ECHO. ECHO 1 - Shutdown ECHO 2 - Restart ECHO 3 - EXIT ECHO. SET /P M=Type 1, 2, 3, or 4 then press ENTER: IF %M%==1 GOTO Shutdown IF %M%==2 GOTO Restart IF %M%==3 GOTO MENU :Shutdown cd %windir%\system32\shutdown.exe start shutdown.exe /f /s /t 0 GOTO MENU :Restart cd %windir%\system32\shutdown.exe start shutdown.exe /f /r /t 0 GOTO MENU :MENU cls exit ------------------------------ Angelz 1
Angelz Posted December 30, 2018 Member ID: 24295 Group: **- Inactive Registered Users Followers: 11 Topic Count: 272 Topics Per Day: 0.08 Content Count: 2311 Content Per Day: 0.69 Reputation: 2829 Achievement Points: 20239 Solved Content: 0 Days Won: 17 Joined: 03/27/16 Status: Offline Last Seen: January 2, 2021 Author Posted December 30, 2018 @hxtr I got to ECHO ............................................... Then my interpretation took over: FUCK. FU 1 - Shutthefkup FU 2 - Restart FU 3 - EXIT ASS. SET /F U =Type fufkr then press ENTER: Blahblahblah1 GOTO Shutdown Blahblahblah2 GOTO Restart Blahblahblah3 GOTO MENU :Good Riddance you make my head hurt you make my head hurt loading my sniper rifle aiming fire hit exit stage left...................... gone >>>>>>>>>>>>> LOL There is nothing on Gods green earth that will ever convince me to put that spyware (w10) in any pc I own. The day that there will be no hardware available for w7 ultimate then I will use Linux. Linux has everything I need for everyday shit. Linux is getting popular for games as well. It's all good!! hxtr 1
hxtr Posted December 30, 2018 Member ID: 220 Group: **- Inactive Registered Users Followers: 147 Topic Count: 595 Topics Per Day: 0.10 Content Count: 16950 Content Per Day: 2.96 Reputation: 13538 Achievement Points: 129714 Solved Content: 0 Days Won: 120 Joined: 09/04/09 Status: Offline Last Seen: October 26, 2023 Birthday: 04/05/1970 Posted December 30, 2018 OK I modified it.. --------------------------------- ECHO OFF ECHO. ECHO ............................................... ECHO PRESS 1 to FU TBB, 2 to FU Chile or 3 to FU Rugger. ECHO ............................................... ECHO. ECHO 1 - FU TBB ECHO 2 - FU Chile ECHO 3 - FU Rugger ECHO. SET /P M=Type 1, 2, 3, or 4 then press ENTER: IF %M%==1 GOTO TBB IF %M%==2 GOTO Chile IF %M%==3 GOTO Rugger :TBB cd %windir%\system32\shutdown.exe start shutdown.exe /f /s /t 0 GOTO MENU :Chile cd %windir%\system32\shutdown.exe start shutdown.exe /f /r /t 0 GOTO MENU :Rugger cls exit ------------------------------------ Angelz 1
Nanobeast Posted December 31, 2018 Member ID: 25274 Group: ***- Inactive Clan Members Followers: 16 Topic Count: 16 Topics Per Day: 0.01 Content Count: 306 Content Per Day: 0.10 Reputation: 203 Achievement Points: 2045 Solved Content: 0 Days Won: 0 Joined: 11/19/16 Status: Offline Last Seen: March 17 Birthday: 03/31/1968 Device: Windows Posted December 31, 2018 lol Awards
Recommended Posts