Jump to content
Come try out our new Arcade we just put up, new games added weekly. Link at the top of the website ×

Winders 10


Angelz

Recommended Posts


  • Member ID:  24295
  • Group:  **- Inactive Registered Users
  • Followers:  11
  • Topic Count:  272
  • Topics Per Day:  0.09
  • Content Count:  2311
  • Content Per Day:  0.77
  • Reputation:   2829
  • Achievement Points:  20239
  • Solved Content:  0
  • Days Won:  17
  • Joined:  03/27/16
  • Status:  Offline
  • Last Seen:  

Link to comment
Share on other sites



  • Member ID:  220
  • Group:  **- Inactive Registered Users
  • Followers:  147
  • Topic Count:  595
  • Topics Per Day:  0.11
  • Content Count:  16950
  • Content Per Day:  3.14
  • Reputation:   13538
  • Achievement Points:  129714
  • Solved Content:  0
  • Days Won:  120
  • Joined:  09/04/09
  • Status:  Offline
  • Last Seen:  
  • Birthday:  04/05/1970
  • Device:  Windows

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

------------------------------
image.png.424a89bb3ebe23b06dafbcd9d343c920.png

Link to comment
Share on other sites



  • Member ID:  24295
  • Group:  **- Inactive Registered Users
  • Followers:  11
  • Topic Count:  272
  • Topics Per Day:  0.09
  • Content Count:  2311
  • Content Per Day:  0.77
  • Reputation:   2829
  • Achievement Points:  20239
  • Solved Content:  0
  • Days Won:  17
  • Joined:  03/27/16
  • Status:  Offline
  • Last Seen:  

@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!!

Link to comment
Share on other sites



  • Member ID:  220
  • Group:  **- Inactive Registered Users
  • Followers:  147
  • Topic Count:  595
  • Topics Per Day:  0.11
  • Content Count:  16950
  • Content Per Day:  3.14
  • Reputation:   13538
  • Achievement Points:  129714
  • Solved Content:  0
  • Days Won:  120
  • Joined:  09/04/09
  • Status:  Offline
  • Last Seen:  
  • Birthday:  04/05/1970
  • Device:  Windows

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

------------------------------------
image.png.24914967967b5906364e6284d60edfc8.png

 

Link to comment
Share on other sites



  • Member ID:  25274
  • Group:  ***- Inactive Clan Members
  • Followers:  16
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  305
  • Content Per Day:  0.11
  • Reputation:   202
  • Achievement Points:  2034
  • Solved Content:  0
  • Days Won:  0
  • Joined:  11/19/16
  • Status:  Offline
  • Last Seen:  
  • Birthday:  03/31/1968

lol

Link to comment
Share on other sites


Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.