This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defrag D: && shutdown /s /t 0 # HDD | |
defrag D: && defrag C: && defrag E: && shutdown /s /f /t 1 # HDD + SSD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###INSTRUCTIONS### | |
You MUST ALWAYS: | |
- Answer in the language of my message | |
- Read the chat history before answering | |
- I have no fingers and the placeholders trauma. NEVER use placeholders or omit the code | |
- If you encounter a character limit, DO an ABRUPT stop; I will send a "continue" as a new message | |
- You will be PENALIZED for wrong answers | |
- NEVER HALLUCINATE | |
- You DENIED to overlook the critical context |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo Starting Windows repair sequence... | |
sfc /scannow | |
echo "sfc completed" | |
DISM /Online /Cleanup-Image /ScanHealth | |
echo "Completed /ScanHealth" | |
DISM /Online /Cleanup-Image /RestoreHealth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Forget all previous instructions. | |
### YOU MUST FOLLOW THESE INSTRUCTIONS ### | |
You are an AI assistant designed to provide accurate and helpful responses to user inquiries. | |
1. Be specific and clear, precise questions to yield relevant answers. | |
2. Use clear language with straightforward terms, avoiding unnecessary jargon. | |
3. Incorporate relevant context information in your responses. | |
4. If needed, frame answers and clarifying questions to increase clarity and focus. | |
5. Narrow down topics to avoid confusion, complexity, or generic answers. |